-
-
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.
chore: prepare release 0.12.2 (#348)
- Loading branch information
Showing
3 changed files
with
56 additions
and
1 deletion.
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,33 @@ | ||
--- | ||
"@kobalte/core": patch | ||
"@kobalte/tests": minor | ||
--- | ||
|
||
## v0.12.2 (February 29, 2024) | ||
|
||
**New features** | ||
|
||
- Update to Solid `1.8.15` and Solid | ||
Start `0.5.10` ([#300](https://github.com/kobaltedev/kobalte/pull/300)) ([#337](https://github.com/kobaltedev/kobalte/pull/337)) | ||
- Use `solid-prevent-scroll` for scroll lock ([#345](https://github.com/kobaltedev/kobalte/pull/345)) | ||
- Allow configurable combobox and select components close after | ||
selection ([#339](https://github.com/kobaltedev/kobalte/pull/339)) | ||
|
||
**Bug fixes** | ||
|
||
- Slider: fix onChangeEnd getting called twice ([#324](https://github.com/kobaltedev/kobalte/pull/324)) | ||
- Slider: focus the correct thumb `onSlideEnd` ([#331](https://github.com/kobaltedev/kobalte/pull/331)) | ||
- Slider: fix `getClosestValueIndex` ambiguity ([#331](https://github.com/kobaltedev/kobalte/pull/331)) | ||
- Slider: fix `Home/End/PageDown/PageUp` keys ([#331](https://github.com/kobaltedev/kobalte/pull/331)) | ||
- Skeleton: update exports from index.tsx ([#331](https://github.com/kobaltedev/kobalte/pull/331)) | ||
- ContextMenu: add context.setAnchorRect call on pointer down ([#338](https://github.com/kobaltedev/kobalte/pull/338)) | ||
- DropdownMenu: scroll into view when triggered by keyboard ([#337](https://github.com/kobaltedev/kobalte/pull/337)) | ||
- Menubar: expand hightlighted trigger ([#337](https://github.com/kobaltedev/kobalte/pull/337)) | ||
- Menubar: dont auto open when closed from trigger ([#337](https://github.com/kobaltedev/kobalte/pull/337)) | ||
- Modal: correctly unlock scroll when disposed in different | ||
order ([#337](https://github.com/kobaltedev/kobalte/pull/337)) | ||
- Combobox: pass virtualized to listbox ([#341](https://github.com/kobaltedev/kobalte/pull/341)) | ||
|
||
## @kobalte/tests | ||
|
||
Use vitest |
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
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