- fb427bf: fix #249, #250, #252
-
9b52a46: ## Breaking changes
- Update minimum required
solid-js
version to1.7.0
. - For all components having the following props:
isDisabled
prop is nowdisabled
.isRequired
prop is nowrequired
.isReadOnly
prop is nowreadOnly
.isOpen
prop is nowopen
.isPressed
prop is nowpressed
.isChecked
prop is nowchecked
.isIndeterminate
prop is nowindeterminate
.isModal
prop is nowmodal
.isPersistent
prop is nowpersistent
.defaultIsOpen
prop is nowdefaultOpen
.defaultIsChecked
prop is nowdefaultChecked
.defaultIsPressed
prop is nowdefaultPressed
.onValueChange
prop is nowonChange
.onCheckedChange
prop is nowonChange
.onPressedChange
prop is nowonChange
.
MultiSelect
has been removed, use<Select.Root multiple>
instead.Select
:value
,defaultValue
andonChange
prop uses same type asSelect
options instead ofstring
.valueComponent
prop has been removed, useSelect.Value
render prop instead.
- Added
Combobox
component. - Added
Tooltip
component. - Added support for multiple
Toast.Region
.
- Update minimum required
- 0a1b042: New Select and Polymorphism API
- 056ed63: Add
data-closed
attribute.
- 975d526: v0.6.0
- a6f37e9: Add vanilla-extract plugin