All Versions
29
Latest Version
Avg Release Cycle
50 days
Latest Release
2545 days ago

Changelog History
Page 2

  • v1.6.1 Changes

    July 07, 2016

    ๐Ÿ› Bug Fixes

    • DataTable: Fix infinite loop with onSelectionChanged (4d6b95d), closes #339
    • DataTable: Fix react unknown property warning (c7d7a7a)
    • List: Fix children proptype (7b1a5ee), closes #329
    • Shadows: Fix incorrect shadow level (7d3bdce), closes #314
    • Snackbar: Prevent unknown prop warning (#343) (a9b2a70)
  • v1.5.4 Changes

    ๐Ÿ†• New

    • โž• Adds hideSpacer prop on the Header and HeaderRow (#282)

    ๐Ÿ›  Fixes

    • ๐Ÿ›  Fixes the generated bundled React-MDL files (#301)
    • ๐Ÿ›  Fixes/Removes the default upgrade elements by MDL since it's done by our components (#302)
  • v1.5.3 Changes

    ๐Ÿ†• New

    • ๐Ÿ†• New documentation using gatsby

    ๐Ÿ›  Fixes

    • ๐Ÿ›  Fixes Slider documentation (#268)
    • ๐Ÿ›  Fixes react export names in the bundle files (#267)
    • ๐Ÿ›  Fixes multiple is-invalid clasname on Textfield (#277)
    • ๐Ÿ›  Fixes Navigation not working with null/false children (#278)
    • ๐Ÿ›  Fixes Badge not retaining classnames from its child (#279)
    • ๐Ÿ›  Fixes Layout invariant violation error (#280)
  • v1.5.2 Changes

    ๐Ÿ›  Fixes

    • ๐Ÿ›  Fixes layout Header in small screens (#264)
    • ๐Ÿ›  Fixes uncontrolled Slider (#263)
  • v1.5.1 Changes

    ๐Ÿ›  Fixes

    • ๐Ÿ›  Fixes Slider UI background when it receives a new value (#261)
    • ๐Ÿ›  Fixes javascript error when using tabs (#255)

    ๐Ÿ†• New

    • โž• Adds jsnext:main field in package.json for ES6 build tools (#259)
    • โž• Adds support for all version of React 15 rc.
    • โšก๏ธ Updates to MDL 1.1.3
  • v1.5.0 Changes

    ๐Ÿ†• New

    • โž• Adds selectable and sortable props on the DataTable component. (#246)
    • โž• Adds rowKeyColumn on the DataTable component. This allows users to specify the data from the specific column to use as key for each rows (usually id or uid). (#246)
    • โž• Adds support of React 15 rc1.
  • v1.4.4 Changes

    ๐Ÿ”„ Changes/Fixes

    • โšก๏ธ Updates to MDL 1.1.2
  • v1.4.3 Changes

    ๐Ÿ›  Fixes

    • ๐Ÿ›  Fixes documentation on IE by including the babel polyfill (#236)
    • ๐Ÿ›  Fixes Textfield initial invalid state (#241)
    • โœ… Tried to resolve memory issue while running tests (#230)
  • v1.4.2 Changes

    ๐Ÿ›  Fixes

    • ๐Ÿ›  Fixes Snackbar clear timeer on unmount. (#227 by @carpie).
    • ๐Ÿ›  Fixes Dialog onCancel event. (#237 by @Permagate)
  • v1.4.1 Changes

    ๐Ÿ›  Fixes

    • 0๏ธโƒฃ Do not close the Dialog with the escape key, by default. Can be customized with the onCancel prop. (#221).