Skip to content

v0.17.2

Choose a tag to compare

@oliviertassinari oliviertassinari released this 09 Apr 11:29
· 23742 commits to master since this release
Apr 9, 2017

Big thanks to the 21 contributors who made this release possible.

This release includes the update of the dependencies.
The latest release of inline-style-prefixer is introducing significant performance improvements to our styling solution.

Latest React's announcement includes a deprecation of React.PropTypes and an introduction of a new package prop-types. We don't support that change yet, any help is welcome.

⚠️ Regression

Regressions has been introduced with

Component Fixes / Enhancements
  • [AutoComplete] Fix menuProps and text props override defaults (#6497) @susielu
  • [AutoComplete] Document menuProps property (#6443) @tanhauhau
  • [AppBar] Add test for iconElementRight gets FlatButton (#6362) @agamrafaeli
  • [Drawer] Allowing percentages width (#6315) @janzenz
  • [DropDownMenu] Expose targetOrigin and anchorOrigin properties (#6370) @qin9smile
  • [EnhancedTextArea] Fixes height bug for IE11 (#6418) @mmrtnz
  • [GridTile] Add a subtitleStyle property (#6421) @ichi0g0y
  • [ListItem] Add isKeyboardFocused prop (#6369) @samdroid-apps
  • [Menu] Add attributes to support assistive technologies (#6539) @170102
  • [TextField] Fix first character composition issue (#6456) @keifuji
  • [TextField] Fix wrapped hintText rendering outside of container (#6305) @pancho111203
  • [ToolbarGroup] Add more tests for other child components (#6423) @ibekavac
Docs
Core