@kobalte/core@0.8.0
github-actions
released this
24 Mar 21:54
·
363 commits
to main
since this release
Minor Changes
-
721c0ad: ## Breaking changes
Select
andMultiSelect
:.Root
component renders adiv
by default.- renderItem prop is now itemComponent.
- renderSection prop is now sectionComponent.
- renderValue prop is now valueComponent.
New features
- Added
AlertDialog
component. - Added
Toast
component. - Ability to clear and remove an item from selection in
Select.Value
andMultiSelect.Value
using the.Root
’s valueComponent prop. Select
andMultiSelect
better integration with form libraries.
Bug fixes