From 94dff181d090389b5131eca4df774997ae3b55f2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B8ren=20Debois?= Date: Fri, 30 Dec 2016 13:53:21 +0100 Subject: [PATCH] Bump version, add release notes --- RELEASE.md | 31 +++++-------------------------- elm-package.json | 2 +- 2 files changed, 6 insertions(+), 27 deletions(-) diff --git a/RELEASE.md b/RELEASE.md index 3ae18a6..500d076 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -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) diff --git a/elm-package.json b/elm-package.json index 7746d91..ec34ad6 100644 --- a/elm-package.json +++ b/elm-package.json @@ -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",