v0.11.x
v0.11.2 (October 21, 2023)
New features
- Added
Slider
component.
Bug fixes
v0.11.1 (October 20, 2023)
New features
- Added
Skeleton
component.
Bug fixes
v0.11.0 (August 25, 2023)
Breaking changes
- The
disallowEmptySelection
prop isfalse
by default onCombobox.Root
andSelect.Root
- The
optionGroupChildren
prop no longer accept a function as value onCombobox.Root
andSelect.Root
Combobox.Root
requires all available options in theoptions
prop, not a filtered list of optionsCombobox.Root
exposes a newdefaultFilter
prop to filter the options based on the input value
Bug fixes