Skip to content

v0.9.0

Compare
Choose a tag to compare
@daenub daenub released this 24 Jul 13:43
925841b

0.9.0 (2024-07-24)

Features

  • menu-item: add multipleSelection property to display a check icon (#227) (02358cc)
  • spinner: implement spinner animation element (ba6257e)
  • theme: add :host pseudo class so that the theme can be used in a shadow root (#221) (66e4676)
  • use new zh web typeface inter (#224) (820deca)

Bug Fixes

  • button: remove border to match sizes of the design system (#223) (9fa2cbb)
  • checkbox: avoid 'undefined' values and fallback to an empty string (2f9f95f)
  • dropdown: properly handle the document click events when the element is used in a shadow dom (0c6c5a9)
  • radio: avoid 'undefined' values and fallback to an empty string (2f9f95f)
  • select: properly handle the document click events when the element is used in a shadow dom (0c6c5a9)