Skip to content

Releases: mlaursen/react-md

v1.1.0-alpha-3

23 Mar 19:48
Compare
Choose a tag to compare
v1.1.0-alpha-3 Pre-release
Pre-release
An update with keeping items in the viewport

v1.0.10

23 Mar 19:48
Compare
Choose a tag to compare
Same as v1.0.9 -- but with correct packaging

v1.0.9

18 Mar 16:41
Compare
Choose a tag to compare

This was really just another patch for drawers.

Changelog

  • Fixed the Drawer automatically opening when the type is set to TEMPORARY. #291
  • Fixed the DatePicker's min/max date validation error. #293
  • Fixed the Drawer's overlay prop not working for mobile and tablet devices. #298
  • Fixed the Drawer's overlay being visible on initial page load on desktop screens and the type is TEMPORARY. #299
  • Fixed the SelectField's label disappearing when the menuItems are defined in the render and one of its parents re-renders. #300

v1.0.8

18 Mar 16:34
Compare
Choose a tag to compare

My initial attempt at the defaultVisible prop not working correctly was still bad. Updated the behavior as mentioned in the new ticket. #288

v1.0.7

10 Mar 23:41
Compare
Choose a tag to compare

Changelog

  • Fixed the Drawer's defaultVisible prop not working entirely correctly. #286
  • Fixed the DateTimeFormat fake mock. #285
  • Fixed the Date/Time pickers to not open when disabled. #281
  • Fixed the prop warning for MenuButton and passed correct props to Menu. #278
  • Fixed the Menu attempting to setState after it had unmounted. #268

v1.0.6

15 Feb 17:33
Compare
Choose a tag to compare

Changelog

  • Fixed DatePicker's calendar Date when controlled. #245
  • Added controlled warnings to pickers. d46cf4c
  • Allowed non-material design colors to compile without errors. #244.
  • FontIcon force size fix. #221
  • Allowed a TableRow to only have a single column.

v1.0.5

08 Feb 16:54
Compare
Choose a tag to compare
Changelog

v1.0.4

08 Feb 16:52
Compare
Choose a tag to compare

This just includes some minor bugfixes.

Changelog
  • Patched the line-height for DataTables so that the columns will be centered.
  • Correctly updated the peer-dependencies of react(-\w+)* to be 15.3.0.
  • Fixed the full-page dialog positioning.

v1.0.2

31 Jan 16:47
Compare
Choose a tag to compare

Minor bugfixes.

This really only fixed: SelectField label and a temporary workaround/bugfix for #229

v1.0.1

14 Jan 21:15
Compare
Choose a tag to compare

This release is just some minor bugfixes.

Changelog

  • Fixed proptypes of avatar to allow PropTypes.node instead of string only (#198).
  • Fixed the accidental form submission if selecting an item from an autocomplete by using the enter key press in a form (#194).
  • Fixed Slider number validation for floats (#184).
  • Fixed the issue where the Switch's onChange prop fires twice when clicking/touching the thumb (#182).
  • Fixed the styling issue for password text fields that have a message with the field (#192).
  • Fixed the SelectField to allow a 0 based option value (#214).
  • Updated the grid so that md-grid--no-spacing no longer affects md-cell--right. Pull 190