Elm Mdl Versions Save

Elm-port of the Material Design Lite CSS/JS library

6.1.0

7 years ago
  • Fix #114: Button ripple not fading in IE 11. @vipentti, PR #116.
  • Workaround #113: Menu's view function is too specific. @aforemny, 2891a87d1a5a623db7dffd26a199059e6074fb1b; @debois, 3cdc72fadac7a35fca6f21c5eac0cc064a6bffc7.

6.0.4

7 years ago
  • Bugfix: Switching Layout tab in Firefox now resets scroll state.

6.0.3

7 years ago
  • Fixed unquoted CSS mistakenly loaded by elm-package repository

6.0.2

7 years ago
  • Fixes broken ripple animations for buttons on firefox
  • Layout tab bar now scrolls when chevrons are clicked

6.0.1

7 years ago

Bugfixes:

  • Scrolling state of Layout tabs is now reset on tabs change
  • CSS animation failures in Snackbar demo fixed.

(Both fixes made possible by Elm 0.17.1 re-introducing keyed nodes.)

6.0.0

7 years ago

Multiple bug-fixes and enhancements; 6 new components: Footers, Spinners, Progress, Toggles, Tables & Tooltips.

Credits

  1. Alexander Foremny (@aforemny), core contributor, commit-rights.

    In a massive and very sophisticated contribution for this release, Alexander contributed both numerous minor fixes and four entirely new components: Menus, Tables, Progress bar, Spinner.

  2. Ville Penttinen (@vipentti), new contributor

    In an impressive initial contribution, Ville contributed both demo work, multiple enhancements to Layout Textfield, and two new components, Footer & Tooltip. all produced in an impressively short span of time.

  3. @SauceWaffle, new contributor.

    Very useful customisation of Menu icon.

  4. Petre Damoc (@pdamoc), new contributor.

    Bugfixes to subtle CSS interaction problems in Layout.

  5. Søren Debois (@debois), original author.

    Remaining components, demo work, lots of bug fixes. I also likely introduced any bugs you might find.

Thanks to all contributors, new as old, including from previous releases! Elm-mdl is rapidly approaching a comprehensive and usable UI toolkit; this is because of you. For that, I am very grateful.

Søren Debois