Skip to content

v0.9.0

Compare
Choose a tag to compare
@adrian-bobev adrian-bobev released this 18 Mar 14:08
· 4894 commits to master since this release
15eb051

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

  • ui5-messagestrip: initial implementation (#80) (cbc9c75)

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

  • ui5-input: fire input, instead of liveChange (#159) (b8d978a)

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.