Skip to content

v0.12.0

Compare
Choose a tag to compare
@ilhan007 ilhan007 released this 10 Jun 11:53
· 4653 commits to master since this release
a18d6cb

Change Log

All notable changes to this project will be documented in this file.
See Conventional Commits for commit guidelines.

0.12.0 (2019-06-10)

Bug Fixes

  • all: hide components when hidden attribute is set (#464) (f7f07d2)
  • access DOM in connectedCallback instead of constructor (#524) (0f3b8e4)
  • do not use assignedElements (#432) (c54c812)
  • ui5-table: fix scrolling on space (#232) (cd63e9a)
  • ui5-button: bold text in fiori_3 when button is emphasized (#512) (53cdc93)
  • ui5-button: fix focus outline color of emphasized button (#499) (1e0690c)
  • ui5-checkbox: fix touchArea size (#448) (8831139)
  • ui5-li: remove active state onmouseup (#525) (a07880d)
  • ui5-list: fix list footer font family (#494) (5543d30)
  • ui5-messagestrip: improve screen reader announcements (#467) (b68443c)
  • ui5-multi-combobox: docs and API improvements (#438) (c559ac0)
  • ui5-radiobutton: make readonly radiobuttons not selectable via keyboard (#500) (2261f1c)
  • ui5-select: fix component clickable area (#462) (9c59de5)
  • ui5-tabcontainer: remove typo from component template (#446) (e701562)

Code Refactoring

  • ui5-button: remove activeIcon property (#513) (8d8c343)

Features

  • i18n: inline English texts if no translation is fetched (#479) (abfb221)
  • base: implement late validation (#522) (c452d60)
  • ui5-badge: initial implementation (#521) (8496211)
  • ui5-busyindicator: initial implementation (#416) (6b6b544)
  • ui5-busyindicator: introduce active property and simplify usage (#519) (ff59a98)
  • ui5-li: parameterize listitembase border bottom (#520) (da1c430)
  • ui5-table: add noDataText for ui5-table without rows (#402) (907d513), closes #389

BREAKING CHANGES

  • ui5-button: activeIcon property is removed