v0.8.x
v0.8.2 (March 30, 2023)
Bug fixes
v0.8.1 (March 25, 2023)
Bug fixes
Select.Root
missing type definition
v0.8.0 (March 24, 2023)
Breaking changes
Select
andMultiSelect
:.Root
component renders adiv
by default.renderItem
prop is nowitemComponent
.renderSection
prop is nowsectionComponent
.renderValue
prop is nowvalueComponent
.
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
’svalueComponent
prop. Select
andMultiSelect
better integration with form libraries.
Bug fixes