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

Changelog History
Page 3

  • v1.4.0 Changes

    ๐Ÿ†• New

    • ๐Ÿ†• New Dialog component (#207 by @Permagate).
    • ๐Ÿ†• New Snackbar component (#208).
    • ๐Ÿ†• New List component. (#201 with @darenju's help)
    • โž• Adds overlap and noBackground prop in Badge.
    • โž• Adds hideTop prop in Layout.
    • โž• Adds position specific props in Tooltip (#214 by @Permagate).
    • โž• Adds component prop in Tab in order to fix custom links (#116)

    ๐Ÿ›  Fixes

    • ๐Ÿ›  Fixes layout.scss import paths (#138).
    • ๐Ÿ›  Fixes an issue in Textfield when a field replaces another one (#197)

    ๐Ÿ”„ Changes

    • ๐Ÿ”„ Changes for attribute with data-mdl-for in Menu.
  • v1.3.0 Changes

    • โž• Adds the Text and Article templates on the documentation website
    • โž• Adds hideDesktop, hidePhone, hideTablet props in Cell
    • โž• Adds shadow prop in Grid and Cell
    • โž• Adds component prop in Grid, Cell and Content
    • ๐Ÿ”„ Changes HeaderRow to only render a Spacer if a title is present
  • v1.2.0 Changes

    • โž• Adds shadow prop on DataTable
    • ๐Ÿ”„ Changes RadioGroup to be controlled or uncontrolled (#180)
    • ๐Ÿ”„ Changes the propTypes of DataTable to be less strict
    • โž• Adds tooltip and className in the column description of DataTable
    • ๐Ÿ—„ Deprecates data in favor of rows in DataTable
    • ๐Ÿ—„ Deprecates selectable in DataTable
  • v1.1.0 Changes

    • โž• Adds new tabBarProps to Tabs (#160)
    • ๐Ÿ›  Fixes the propTypes of Tabs (#160)
    • ๐Ÿ›  Fixes the error propType of Textfield (#179)
  • v1.0.4 Changes

    • ๐Ÿ›  Fixes the validity of a TextField when specifying an error (#156)
  • v1.0.3 Changes

    • โž• Adds noSpacing prop to Grid component
    • ๐Ÿ”„ Changes some propTypes in Layout to accept more renderables (#147)
    • ๐Ÿ›  Fixes the updates of disabledand checked on Checkbox (#136)
    • ๐Ÿ›  Fixes the updates of disabledand checked on Radio and IconToggle
  • v1.0.2 Changes

    • โž• Adds CardMedia component (#114)
    • ๐Ÿ†• New documentation website
  • v1.0.1 Changes

    • ๐Ÿ›  Fixes imports module (#109)
  • v1.0.0 Changes

    • โž• Adds mdlUpgrade and MDLComponent are now exported. (#77)
    • โšก๏ธ Updates the internal Material Design Lite to 1.0.6 (#106)
    • ๐Ÿ”„ Changes the path to some components (#85)
    • ๐Ÿ”„ Changes ripple is now false by default (#90)
    • ๐Ÿ›  Fixes all components: the change function now provides the event object. (#83)
    • ๐Ÿ›  Fixes Textfield not being updated when receiving a value programmatically (#79)
    • ๐Ÿ›  Fixes Switch not being updated when receiving new checked/disabled value programmatically.
    • ๐Ÿ›  Fixes Badge won't be rendered if the child is empty/null. (#78)
    • ๐Ÿ›  Fixes Badge won't be rendered when the prop text is null or undefined. (#84)
    • ๐Ÿ›  Fixes HeaderTabs to work the same way as Tabs (#66)