Releases: SAP/ui5-webcomponents
Releases · SAP/ui5-webcomponents
v0.8.0
Change Log
All notable changes to this project will be documented in this file.
See Conventional Commits for commit guidelines.
0.8.0 (2019-03-01)
Features
- ui5-card: add avatar property (#45) (cdaf549)
- ui5-li: add description property (#54) (fe79710)
- ui5-select: initial implementation
- ui5-shellbar: initial implementation and improvements (#72) (fdc743d)
- ui5-switch: initial implementation (#102) (280d35a)
- ui5-timeline: initial implementation
- load Web Components polyfill on demand (#96) (98b5174)
Bug Fixes
- eventing: remove unnecessary tag name check (#16) (3e39a70)
- ui5-checkbox: wait for ui5-label definition (#115) (14067bd)
- ui5-checkbox: show default cursor over text (#9) (28d5ac0)
- ui5-checkbox: fix focus outline appearance in Compact + RTL (#23) (9b18490)
- ui5-datepicker: display extreme values correctly (#75) (d1c7259)
- ui5-datepicker: fix icon color in pressed state (#63) (a03a51a)
- ui5-input: fix slotted icon default size (#105) (0cfe254)
- ui5-li: fix height with title and description in Compact (#70) (db17c71)
- ui5-popover: fix appearance on ios within iframe (#60) (a62c198)
- ui5-popover: fix bottom border radius (#34) (2daefc1)
- ui5-radiobutton: fix focus lost upon text click in IE (#24) (7a00caf)
- ui5-radiobutton: fix focus outline in Compact & RTL (#18) (9afa81b)
- ui5-select: prevent scrolling upon ALt+ArrowDown/Up/F4 (#7) (c22eae1)
- ui5-select: fix selection, styling and playground sample (#4) (f0a90b7)
- ui5-tabcontainer: wait for ui5-popover definition (#46) (a6f5c2b)
- ui5-tabcontainer: click on left arrow correctly scrolls to left in textOnly (#97) (a89de1a)
- ui5-textarea: focus outline with character counter (#32) (0900483)
- fix broken bundle on Edge #64 (73117c7)
- do not modify the HTML tag (#49) (17f30b7)
- fix playground theme switch (#62) (5212a87)
- fix playground home redirect (#6) (8c87778)
- prevent throwing exception if slotted child does not have listenFor (#92) (4ffce64)
- unknown slots no longer cause an error (#90) (a033326)
BREAKING CHANGES
- any applications that wants to support Edge and/or IE11 should now import the respective browser support module. For details, see the README.md
- ui5-tabcontainer: The TabContainer "selected-key" and Tab "key" properties are removed. Use TabContainer "selectedIndex" property (selected-index attribute) to set and get the selected tab.
- addCustomCSS is no longer on the Core object. Use Theming instead. #58
NOTABLE CHANGES
- The bundle size is reduced by removing unused functionality of core modules and making greater use of tree shaking.
Initial Release
v0.7.0 Initial commit