Skip to content

v0.2.0

Choose a tag to compare

@github-actions github-actions released this 28 Nov 10:53
783ff15

0.2.0 (2023-11-28)

Features

  • accordion: implement accordion component (b962d2c)
  • input: move focus into the input field after clearing the value (#55) (ec92026)
  • select: add a more specific label if no options are available (#57) (9ed62bf)
  • select: close the select element if a click happens outside of the element (#58) (b2df185)

Bug Fixes

  • input: delegate focus to the actual input field (ee9b21d)
  • menu: enforce styles of the hr element with important as they are part of the light dom (d6d7a3f)
  • select: actually set the filter input ref and use the correct attribute (ee9b21d)
  • theme: fix a typo inside the hex notation (82a6961)