v0.13.0
Change Log
All notable changes to this project will be documented in this file.
See Conventional Commits for commit guidelines.
0.13.0 (2019-06-21)
Bug Fixes
- ui5-badge: correct text font (#535) (3da0dd5)
- ui5-icon: correct RTL appearance (#569) (591d81a)
- ui5-switch: change getters names (#566) (2d94b60)
- ui5-tabcontainer: set initial tab index (#545) (0127c2f)
- framework: remove custom "falsy" checks from ifDefined (#544) (92a85fa)
- framework: fix broken translations (#548) (37b2b07)
Code Refactoring
- ui5-button: rename type property to design (#504) (a62b471)
- ui5-link: rename type property to design (#505) (3965a00)
- ui5-messagestrip: rename hideIcon property to noIcon (#507) (2314fc3)
- ui5-popover: hideHeader property renamed to noHeader (#553) (11dc3b1)
- ui5-popover: rename hideArrow property to noArrow (#509) (efff863)
- ui5-select: change default slot from list items to options (#532) (2e4486b)
- ui5-switch: rename type property to graphical (#506) (0040e85)
- ui5-title: remove unneeded accessibility role (#573)
- ui5-button: remove aria-disabled (#558)
- framework: stop calling focusout and focusin by convention (#576)
Features
- ui5-card: add "headerInteractive" property (#439) (98f7075)
- ui5-label: expose font-weight property on root tag (#534) (88c794a)
- ui5-li: add info and infoState properties (#539) (f1d8a85)
- ui5-select: add form support(#565) (89e3508)
BREAKING CHANGES
- ui5-select: the parameter of the change event is now called "selectedOption"; ui5-select enforces ui5-option as children in the metadata
- ui5-select: Use ui5-option instead of ui5-li in ui5-select
- ui5-link: property "type" is removed, use property design
- ui5-button: property "type" is removed, use property design
- ui5-switch: property "type" is removed, use property graphical
- ui5-messagestrip: property hideIcon is renamed to noIcon
- ui5-popover: property hideIcon is renamed to noArrow
- ui5-popover: property hideIcon is renamed to noHeader