-
-
Notifications
You must be signed in to change notification settings - Fork 76
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
44 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,44 @@ | ||
--- | ||
"@kobalte/vanilla-extract": minor | ||
"@kobalte/tailwindcss": minor | ||
"@kobalte/tests": minor | ||
"@kobalte/utils": minor | ||
"@kobalte/core": minor | ||
--- | ||
|
||
## Breaking changes | ||
|
||
- Update minimum required `solid-js` version to `1.7.0`. | ||
- For all components having the following props: | ||
- `isDisabled` prop is now `disabled`. | ||
- `isRequired` prop is now `required`. | ||
- `isReadOnly` prop is now `readOnly`. | ||
- `isOpen` prop is now `open`. | ||
- `isPressed` prop is now `pressed`. | ||
- `isChecked` prop is now `checked`. | ||
- `isIndeterminate` prop is now `indeterminate`. | ||
- `isModal` prop is now `modal`. | ||
- `isPersistent` prop is now `persistent`. | ||
- `defaultIsOpen` prop is now `defaultOpen`. | ||
- `defaultIsChecked` prop is now `defaultChecked`. | ||
- `defaultIsPressed` prop is now `defaultPressed`. | ||
- `onValueChange` prop is now `onChange`. | ||
- `onCheckedChange` prop is now `onChange`. | ||
- `onPressedChange` prop is now `onChange`. | ||
- `MultiSelect` has been removed, use `<Select.Root multiple>` instead. | ||
- `Select`: | ||
- `value`, `defaultValue` and `onChange` prop uses same type as `Select` options instead of `string`. | ||
- `valueComponent` prop has been removed, use `Select.Value` render prop instead. | ||
|
||
## New features | ||
|
||
- Added `Combobox` component. | ||
- Added `Tooltip` component. | ||
- Added support for multiple `Toast.Region`. | ||
|
||
## Bug fixes | ||
|
||
- [#164](https://github.com/kobaltedev/kobalte/pull/164) | ||
- [#166](https://github.com/kobaltedev/kobalte/pull/166) | ||
- [#167](https://github.com/kobaltedev/kobalte/pull/167) | ||
- [#174](https://github.com/kobaltedev/kobalte/pull/174) |