Skip to content

2.0.0 Beta 5

Pre-release
Pre-release
Compare
Choose a tag to compare
@javivelasco javivelasco released this 24 Jan 10:46
· 315 commits to dev since this release

Hi all! We are publishing a new beta release with mostly small fixes. You may noticed the number of issues has been dramatically reduced. I've made a cleanup closing duplicated issues and putting some of them together. Also, I've opened #1170 and #1169 to point a reimplementation that is coming with future releases. Notice that now there is a ROADMAP revealing the direction in which the project goes.

This release includes among other small fixes:

  • Ability to override isComponentOfType useful if you are using React Hot Loader #1164
  • MenuIcon now has an inverse prop in case you place it in a dark background.
  • Full restructure of Typescript definitions.
  • Tab component now is decorated with a ripple.
  • Spec internal implementation now uses the Layout with NavDrawer, you can follow it as an example.
  • You can disable suggestionMatch in the Autocomplete.
  • Now your source can be dynamic in the Autocomplete.
  • You can use onEscKeyDown property for the Drawer component.
  • Small accessibility improvements.