-
Notifications
You must be signed in to change notification settings - Fork 132
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
6 additions
and
27 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters