v0.14.0
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:
- Added the following eslint rules:
- 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)