Skip to content

v6.0.0

Choose a tag to compare

@github-actions github-actions released this 19 Sep 08:47
· 48 commits to main since this release
b0b5fff

6.0.0 (2024-09-19)

Features

  • select: implement select with search and multiple select (#212) (b0b5fff)

BREAKING CHANGES

  • select: The Boemly select component has been updated.

change onChange now returns an array of selected strings instead of the event
value is now a string array instead of a string

Migration Steps:

update onChange handlers to handle the new array structure
update value to be a string array