Skip to content

v0.9.2

Compare
Choose a tag to compare
@github-actions github-actions released this 02 Dec 11:38
· 11 commits to develop since this release
3b4e7c8

0.9.2 (2024-12-02)

Bug Fixes

  • change crypto.randomUUID() with a sequential id generation (#1137) (52d3ea5)
  • performance: solve performance issues with child component registration (#1133) (d560007)
  • programmatic: make options interface extandable (#1118) (37e17f5)
  • notification: solve typo in NotificationProgrammaticOptions type (#1117) (16cf988)
  • tabs: set fixed role attribute values for Tab and TabItem (#1119) (c1afcf3)

Features

  • checkbox: support w3c WAI-ARIA (a11y) pattern (#1130) (6d189fe)
  • field: add unique label Id to field injection (#1129) (1561718)
  • radio: support w3c WAI-ARIA (a11y) pattern (#1132) (96255a8)
  • switch: support w3c WAI-ARIA (a11y) pattern (#1131) (60ec0d1)
  • tabs: update keyboard navigation to match W3C WAI standart (#1121) (58583a3)