Skip to content

v0.8.0

Compare
Choose a tag to compare
@github-actions github-actions released this 16 Jul 16:29
2af0886

0.8.0 (2024-07-16)

Features

  • chip: add getValue method that returns either the value or the text content of the chip (78eb332)

Bug Fixes

  • checkbox-group: use lowercase values for orientation attribute (da68c5e)
  • don't define dependencies in the constructor. add version variable for better comparison (14eda96)
  • menu-item: apply correct active colors to match style guide and to be wcag compliant (#211) (1f8e957)
  • menu-item: use textContent instead of innerText to avoid triggering a reflow (78eb332)
  • radio-group: use lowercase values for orientation attribute (da68c5e)