-
-
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.13.5
(#474)
- Loading branch information
Showing
3 changed files
with
46 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,24 @@ | ||
--- | ||
"@kobalte/core": patch | ||
--- | ||
|
||
## v0.13.5 (August 27, 2024) | ||
|
||
**New features** | ||
|
||
- Tooltip: add skipDelayDuration prop ([#467](https://github.com/kobaltedev/kobalte/pull/467)) | ||
|
||
**Bug fixes** | ||
|
||
- NumberField: only format when enabled ([#456](https://github.com/kobaltedev/kobalte/pull/456)) | ||
- NumberField: don't trigger `onRawValueChange` on mount when NaN ([#456](https://github.com/kobaltedev/kobalte/pull/456)) | ||
- Select: correct type definition & empty value for multiselect ([#456](https://github.com/kobaltedev/kobalte/pull/456)) | ||
- TextField: clear input when controlled value set to undefined ([#456](https://github.com/kobaltedev/kobalte/pull/456)) | ||
- Combobox: correct type definition & empty value for multiselect ([#456](https://github.com/kobaltedev/kobalte/pull/456)) | ||
- Skeleton: correct data-animate & data-visible attribute value ([#456](https://github.com/kobaltedev/kobalte/pull/456)) | ||
- Combobox: close list on outside click ([#456](https://github.com/kobaltedev/kobalte/pull/456)) | ||
- NavigationMenu: incorrect animation after closed ([#456](https://github.com/kobaltedev/kobalte/pull/456)) | ||
- Tabs: recalculate indicator styles on resize ([#458](https://github.com/kobaltedev/kobalte/pull/458)) | ||
- Pagination: correctly render fixedItems with low page count ([#464](https://github.com/kobaltedev/kobalte/pull/464)) | ||
- Combobox: prevent opening on input with triggerMode="manual" ([#465](https://github.com/kobaltedev/kobalte/pull/465)) | ||
- NumberField: precision handling with floating point offsets and value snapping ([#468](https://github.com/kobaltedev/kobalte/pull/468)) |
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