Skip to content

Commit

Permalink
Bump version, add release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
debois committed Dec 30, 2016
1 parent 1c8ce7e commit 94dff18
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 27 deletions.
31 changes: 5 additions & 26 deletions RELEASE.md
Original file line number Diff line number Diff line change
@@ -1,33 +1,12 @@
# Release notes

This release patches various bugs and regressions caused by the Elm 0.18 upgrade,
and upgrades to [Google MDL v1.3.0](https://github.com/google/material-design-lite/releases/tag/v1.3.0).

## Migration

If you are upgrading from 8.0.0 and manually load MDL CSS, you will need swich
to loading v1.3.0 CSS. See "Load CSS from HTML" in the
[`Material.Scheme` documentation](http://package.elm-lang.org/packages/debois/elm-mdl/8.0.1/Material-Scheme)

This release adds requested minor features.

## Changes

**Bugfixes:**

- Grid: setting size/offset to 0 produces size/offset of 1 [\#241](https://github.com/debois/elm-mdl/issues/241)
- Textfield.value does not update for empty string [\#261](https://github.com/debois/elm-mdl/issues/261)
- Textfield label always floats if Textfield.value is set [\#264](https://github.com/debois/elm-mdl/issues/264)
- Fixed-drawer rendering error [\#258](https://github.com/debois/elm-mdl/issues/258)
- Drawer icon not vertically centered [\#244](https://github.com/debois/elm-mdl/issues/244)


**Documentation fixes:**

- Readme update [\#262](https://github.com/debois/elm-mdl/pull/262) ([JDReutt](https://github.com/JDReutt))

**Internals & building:**

- V8 upgrade and fix elm test [\#259](https://github.com/debois/elm-mdl/pull/259) ([hakonrossebo](https://github.com/hakonrossebo))
**Features:**

- Add HTML id Layout main contents [\#265](https://github.com/debois/elm-mdl/pull/265) ([MarkNijhof](https://github.com/MarkNijhof))
- Add message logging to demo [1c8ce7](https://github.com/debois/elm-mdl/commit/1c8ce7e1ae0220eac9505d62540f556c307ea7d5)

[Full Changelog](https://github.com/debois/elm-mdl/compare/8.0.0...HEAD)
[Full Changelog](https://github.com/debois/elm-mdl/compare/8.0.1...HEAD)
2 changes: 1 addition & 1 deletion elm-package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "8.0.1",
"version": "8.1.0",
"summary": "Material Design Lite port to Elm",
"repository": "https://github.com/debois/elm-mdl.git",
"license": "Apache License, version 2.0",
Expand Down

0 comments on commit 94dff18

Please sign in to comment.