8.0.1
Release notes
This release patches various bugs and regressions caused by the Elm 0.18 upgrade,
and upgrades to Google MDL 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.
Changes
Bugfixes:
- Grid: setting size/offset to 0 produces size/offset of 1 #241
- Textfield.value does not update for empty string #261
- Textfield label always floats if Textfield.value is set #264
- Fixed-drawer rendering error #258
- Drawer icon not vertically centered #244
Documentation fixes:
Internals & building:
- V8 upgrade and fix elm test #259 (hakonrossebo)