Skip to content

Releases: mlaursen/react-md

v1.9.3

25 Feb 02:58
Compare
Choose a tag to compare

Changelog

  • Hopefully fixed another date/time bug in the DatePicker that causes dates to be incorrect in different timezones. 2323a6e

v1.9.2

06 Dec 22:55
Compare
Choose a tag to compare

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 Tooltips not disappearing when the user blurs a tooltip target. (@ryanmurakami - #814)

v1.9.1

30 Nov 14:12
Compare
Choose a tag to compare

Changelog

  • Updated the DialogContainer component to conditionally focus the previous element in the DOM once the dialog is closed. (@lawnboyy - #813)

v1.9.0

07 Nov 02:56
Compare
Choose a tag to compare

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

19 Oct 03:47
Compare
Choose a tag to compare

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

19 Oct 03:25
Compare
Choose a tag to compare

Changelog

  • Updated all component prop-types to not trigger a warning when the component was created with React.forwardRef. (@luisrudge - #809)

v1.7.1

24 Sep 01:36
Compare
Choose a tag to compare

Changelog

  • Reverted the InkContainer workaround for Preact since there were additional unwanted side-effects. #801

v1.7.0

21 Sep 02:32
Compare
Choose a tag to compare

Changelog

  • Updated the DatePicker for more flexibility at rendering dates. (@madc0der - #800)

v1.6.2

21 Sep 02:06
Compare
Choose a tag to compare

Changelog

  • Updated the InkContainer to not break in Preact. #788
  • Updated the TableRow children PropType validation to be a bit more accurate. 6d5f8c2

v1.6.1

11 Sep 21:25
Compare
Choose a tag to compare

Changelog

  • Fixed the DatePicker dates not having type="button". (@jakerichan - #796)