v0.9.0
Change Log
All notable changes to this project will be documented in this file.
See Conventional Commits for commit guidelines.
0.9.0 (2019-03-18)
Features
Bug Fixes
- correct calling unexisting method (#157) (0a8c8cd)
- correct device detection error on mobile (#143) (857754e)
- fix HCB colours for Icon, TextArea and TableCell content (#128) (9fb7dc5)
- ui5-datepicker: enable day selection in IE (#162) (18a3c43)
- ui5-icon: correct icon graphic vertical alignment in IE (#142) (98be562)
- ui5-input: fire change in sync with the native input (#168) (55fa533)
- ui5-label: enable text truncation in IE (#136) (ef00170)
- fix source maps (#181) (7084c96)
- ui5-list: correct backward navigation with SHIFT+TAB (#193) (037409d)
Code Refactoring
BREAKING CHANGES
- ui5-input: liveChange event is no longer fired, listen for the input event instead.
NOTABLE CHANGES
- The bundle size is reduced by removing unused functionality of core modules and making greater use of tree shaking.