Skip to content

Commit

Permalink
chore: add changeset v0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fabien-ml committed Apr 23, 2023
1 parent 112d92e commit 9b52a46
Showing 1 changed file with 44 additions and 0 deletions.
44 changes: 44 additions & 0 deletions .changeset/hip-mails-sniff.md
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)

0 comments on commit 9b52a46

Please sign in to comment.