Releases: mlaursen/react-md
Releases · mlaursen/react-md
v1.9.3
Changelog
- Hopefully fixed another date/time bug in the
DatePicker
that causes dates to be incorrect in different timezones. 2323a6e
v1.9.2
Changelog
- Updated the
autoComplete
prop type to be PropTypes.string
for the Autocomplete
component. #703
- Updated the
Tabs
component to be able to fix the selected tab indicator's height to match the value defined in SCSS. #764
- Fixed
Tooltip
s not disappearing when the user blurs a tooltip target. (@ryanmurakami - #814)
v1.9.1
Changelog
- Updated the
DialogContainer
component to conditionally focus the previous element in the DOM once the dialog is closed. (@lawnboyy - #813)
v1.9.0
Changelog
- Updated the
Snackbar
to be able to auto focus the Snackbar
action. (@kldavis4 - #810)
Note: this is disabled by default so that upgrading does not add new functionality and focus behavior. Please enable the autoFocusAction prop once you have upgraded to enable this new feature.
v1.8.0
Changelog
- Updated the
DialogContainer
component so that the dialog can be closed with the escape key when the modal
prop is enabled. #803
v1.7.2
Changelog
- Updated all
component
prop-types to not trigger a warning when the component was created with React.forwardRef
. (@luisrudge - #809)
v1.7.1
Changelog
- Reverted the
InkContainer
workaround for Preact since there were additional unwanted side-effects. #801
v1.7.0
Changelog
- Updated the
DatePicker
for more flexibility at rendering dates. (@madc0der - #800)
v1.6.2
Changelog
- Updated the
InkContainer
to not break in Preact. #788
- Updated the
TableRow
children PropType validation to be a bit more accurate. 6d5f8c2