Skip to content
This repository has been archived by the owner on Jun 28, 2021. It is now read-only.

Releases: tleunen/react-mdl

v1.4.1

19 Feb 17:18
Compare
Choose a tag to compare

1.4.1

Fixes

  • Do not close the Dialog with the escape key, by default. Can be customized with the onCancel prop. (#221).

v1.4.0

14 Feb 23:28
Compare
Choose a tag to compare

1.4.0

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

31 Jan 04:25
Compare
Choose a tag to compare

1.3.0

  • 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

31 Jan 04:19
Compare
Choose a tag to compare

1.2.0

  • 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

31 Jan 04:18
Compare
Choose a tag to compare

1.1.0

  • Adds new tabBarProps to Tabs (#160)
  • Fixes the propTypes of Tabs (#160)
  • Fixes the error propType of Textfield (#179)

v1.0.4

31 Jan 04:08
Compare
Choose a tag to compare

1.0.4

  • Fixes the validity of a TextField when specifying an error (#156)

v1.0.3

31 Jan 04:08
Compare
Choose a tag to compare

1.0.3

  • 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

31 Jan 04:07
Compare
Choose a tag to compare

1.0.2

  • Adds CardMedia component (#114)
  • New documentation website

v1.0.1

31 Jan 04:06
Compare
Choose a tag to compare

1.0.1

  • Fixes imports module (#109)

v1.0.0

11 Nov 00:19
Compare
Choose a tag to compare
  • 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)