All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
1.11.0 (2017-11-20)
- react warning: Unknown prop
selectedRows(#499) (47a93db) - Table preact compatibility (#501) (d6ffb3d)
1.10.3 (2017-05-16)
1.10.2 (2017-05-02)
1.10.1 (2017-04-26)
- use
PropTypesinstead ofReact.PropTypes(#485) (d769b01)
1.10.0 (2017-04-14)
- DataTable: Selected rows as props (#477) (900bdba), closes #404
- IE10 dataTable selectable not able to use HTML5 data attributes (#457) (e1cc1dc)
- Remove warnings by using the prop-types package for PropTypes (#484) (b9c6c1f)
- ListItemContent: prevent the item to override the icon css classes (#449) (4414085), closes #445
- Textfield: enable element in checkbox and textfield (#311) (e74bbc1)
1.9.0 (2016-11-23)
- Don't die if function::name is not configurable. (#437) (929534f)
- Menu: Restore menu DOM after downgrade in order to allow react to cleanly unmount the component. (#435) (0069600), closes #426
1.8.0 (2016-11-17)
- pass the values of
mdlRowPropson the row (#398) (a405631)
- Badge: Allow other props on Badge (#422) (af8c4eb)
1.7.2 (2016-09-12)
- MDL: Update to MDL 1.2.1 (df7a3c1)
1.7.1 (2016-08-30)
- Chip: Allow Chip to have more than 1 child (#385) (7616167), closes #384
- HeaderTabs: Fix ripple effect (6034345), closes #380
- Tabs: Remove the hack href "react-mdl-tabs-hack" (967be52), closes #381
1.7.0 (2016-08-21)
- Cell: Remove required col prop (3ed1749)
- Dialog: Using window height instead of body.clientHeight (#373) (b6c1a71), closes #370
- ProgressBar: Fix unknown props (4547085)
- Tabs: Fix js error when clicking on a tab (#376) (ca9309e), closes #376 #347
- Update MDL lib to version 1.2.0 (#375) (9ab92f9)
- Chip: Add Chip component (#378) (c4ddfe7), closes #377
1.6.1 (2016-07-07)
- 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)
- Adds
hideSpacerprop on theHeaderandHeaderRow(#282)
- Fixes the generated bundled React-MDL files (#301)
- Fixes/Removes the default upgrade elements by MDL since it's done by our components (#302)
- New documentation using gatsby
- Fixes
Sliderdocumentation (#268) - Fixes react export names in the bundle files (#267)
- Fixes multiple
is-invalidclasname onTextfield(#277) - Fixes
Navigationnot working with null/false children (#278) - Fixes
Badgenot retaining classnames from its child (#279) - Fixes
Layoutinvariant violation error (#280)
- Fixes
SliderUI background when it receives a new value (#261) - Fixes javascript error when using tabs (#255)
- Adds
jsnext:mainfield inpackage.jsonfor ES6 build tools (#259) - Adds support for all version of React 15 rc.
- Updates to MDL 1.1.3
- Adds
selectableandsortableprops on theDataTablecomponent. (#246) - Adds
rowKeyColumnon theDataTablecomponent. This allows users to specify the data from the specific column to use askeyfor each rows (usuallyidoruid). (#246) - Adds support of React 15 rc1.
- Updates to MDL 1.1.2
- Fixes documentation on IE by including the babel polyfill (#236)
- Fixes
Textfieldinitial invalid state (#241) - Tried to resolve memory issue while running tests (#230)
- Fixes
Snackbarclear timeer on unmount. (#227 by @carpie). - Fixes
DialogonCancel event. (#237 by @Permagate)
- Do not close the
Dialogwith the escape key, by default. Can be customized with theonCancelprop. (#221).
- New
Dialogcomponent (#207 by @Permagate). - New
Snackbarcomponent (#208). - New
Listcomponent. (#201 with @darenju's help) - Adds
overlapandnoBackgroundprop inBadge. - Adds
hideTopprop inLayout. - Adds position specific props in
Tooltip(#214 by @Permagate). - Adds
componentprop inTabin order to fix custom links (#116)
- Fixes
layout.scssimport paths (#138). - Fixes an issue in
Textfieldwhen a field replaces another one (#197)
- Changes
forattribute withdata-mdl-forinMenu.
- Adds the Text and Article templates on the documentation website
- Adds
hideDesktop,hidePhone,hideTabletprops inCell - Adds
shadowprop inGridandCell - Adds
componentprop inGrid,CellandContent - Changes
HeaderRowto only render aSpacerif a title is present
- Adds
shadowprop onDataTable - Changes
RadioGroupto be controlled or uncontrolled (#180) - Changes the propTypes of
DataTableto be less strict - Adds
tooltipandclassNamein the column description ofDataTable - Deprecates
datain favor ofrowsinDataTable - Deprecates
selectableinDataTable
- Adds new
tabBarPropstoTabs(#160) - Fixes the propTypes of Tabs (#160)
- Fixes the
errorpropType ofTextfield(#179)
- Fixes the validity of a
TextFieldwhen specifying anerror(#156)
- Adds
noSpacingprop toGridcomponent - Changes some propTypes in
Layoutto accept more renderables (#147) - Fixes the updates of
disabledandcheckedonCheckbox(#136) - Fixes the updates of
disabledandcheckedonRadioandIconToggle
- Adds
CardMediacomponent (#114) - New documentation website
- Fixes imports module (#109)
- Adds
mdlUpgradeandMDLComponentare now exported. (#77) - Updates the internal Material Design Lite to 1.0.6 (#106)
- Changes the path to some components (#85)
- Changes
rippleis now false by default (#90) - Fixes all components: the
changefunction now provides the event object. (#83) - Fixes
Textfieldnot being updated when receiving a value programmatically (#79) - Fixes
Switchnot being updated when receiving newchecked/disabledvalue programmatically. - Fixes
Badgewon't be rendered if the child is empty/null. (#78) - Fixes
Badgewon't be rendered when the proptextis null or undefined. (#84) - Fixes
HeaderTabsto work the same way asTabs(#66)