Skip to content

Latest commit

 

History

History
122 lines (91 loc) · 4.63 KB

CHANGELOG.md

File metadata and controls

122 lines (91 loc) · 4.63 KB

Change Log

All notable changes to the project will be documented in this file.

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.
  • 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
  • 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
  • Adds new tabBarProps to Tabs (#160)
  • Fixes the propTypes of Tabs (#160)
  • Fixes the error propType of Textfield (#179)
  • Fixes the validity of a TextField when specifying an error (#156)
  • 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
  • Adds CardMedia component (#114)
  • New documentation website
  • Fixes imports module (#109)
  • 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)