All notable changes to the project will be documented in this file.
- Do not close the
Dialog
with the escape key, by default. Can be customized with theonCancel
prop. (#221).
- New
Dialog
component (#207 by @Permagate). - New
Snackbar
component (#208). - New
List
component. (#201 with @darenju's help) - Adds
overlap
andnoBackground
prop inBadge
. - Adds
hideTop
prop inLayout
. - Adds position specific props in
Tooltip
(#214 by @Permagate). - Adds
component
prop inTab
in order to fix custom links (#116)
- Fixes
layout.scss
import paths (#138). - Fixes an issue in
Textfield
when a field replaces another one (#197)
- Changes
for
attribute withdata-mdl-for
inMenu
.
- Adds the Text and Article templates on the documentation website
- Adds
hideDesktop
,hidePhone
,hideTablet
props inCell
- Adds
shadow
prop inGrid
andCell
- Adds
component
prop inGrid
,Cell
andContent
- Changes
HeaderRow
to only render aSpacer
if a title is present
- Adds
shadow
prop onDataTable
- Changes
RadioGroup
to be controlled or uncontrolled (#180) - Changes the propTypes of
DataTable
to be less strict - Adds
tooltip
andclassName
in the column description ofDataTable
- Deprecates
data
in favor ofrows
inDataTable
- Deprecates
selectable
inDataTable
- Adds new
tabBarProps
toTabs
(#160) - Fixes the propTypes of Tabs (#160)
- Fixes the
error
propType ofTextfield
(#179)
- Fixes the validity of a
TextField
when specifying anerror
(#156)
- Adds
noSpacing
prop toGrid
component - Changes some propTypes in
Layout
to accept more renderables (#147) - Fixes the updates of
disabled
andchecked
onCheckbox
(#136) - Fixes the updates of
disabled
andchecked
onRadio
andIconToggle
- Adds
CardMedia
component (#114) - New documentation website
- Fixes imports module (#109)
- Adds
mdlUpgrade
andMDLComponent
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 newchecked
/disabled
value programmatically. - Fixes
Badge
won't be rendered if the child is empty/null. (#78) - Fixes
Badge
won't be rendered when the proptext
is null or undefined. (#84) - Fixes
HeaderTabs
to work the same way asTabs
(#66)