Skip to content

v0.14.0

Compare
Choose a tag to compare
@hai-cea hai-cea released this 25 Dec 15:15
· 23231 commits to master since this release

The changes in 0.14.0-rc1 and 0.14.0-rc2 are also included as part of this release.
Have a look at them as well.

General
  • [Docs] Migrated the following pages to use the new documentation standard:
    1. Tabs
    2. Snackbar
    3. DropDownMenu
    4. Card
  • Added the following eslint rules:
    1. key-spacing (#2552)
  • [SvgIcon] Improved the code generation tasks (#2606)
  • [ES6] Use module everywhere (#2614)
  • Added a temporary bootstrap project for ReactNative to pave the way for ReactNative support (#2611)
  • Clean up CSS classes (#2630)
Component Fixes / Enhancements
  • [SelectField] [TextField] Fixed error styling issue (#2539)
  • [TextField] Implemented optional underline (#2476)
  • [AutoComplete] Migrated to use popover (#2634)
Deprecations
  • [DropDownMenu] [SelectField] Deprecated menuItems, these components are now composable. (#2565)