Skip to content

Commit aa6f894

Browse files
authored
chore: prepare release 0.13.5 (#474)
1 parent 24c5ef8 commit aa6f894

File tree

3 files changed

+46
-1
lines changed

3 files changed

+46
-1
lines changed

.changeset/dry-fireants-pretend.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
---
2+
"@kobalte/core": patch
3+
---
4+
5+
## v0.13.5 (August 27, 2024)
6+
7+
**New features**
8+
9+
- Tooltip: add skipDelayDuration prop ([#467](https://github.com/kobaltedev/kobalte/pull/467))
10+
11+
**Bug fixes**
12+
13+
- NumberField: only format when enabled ([#456](https://github.com/kobaltedev/kobalte/pull/456))
14+
- NumberField: don't trigger `onRawValueChange` on mount when NaN ([#456](https://github.com/kobaltedev/kobalte/pull/456))
15+
- Select: correct type definition & empty value for multiselect ([#456](https://github.com/kobaltedev/kobalte/pull/456))
16+
- TextField: clear input when controlled value set to undefined ([#456](https://github.com/kobaltedev/kobalte/pull/456))
17+
- Combobox: correct type definition & empty value for multiselect ([#456](https://github.com/kobaltedev/kobalte/pull/456))
18+
- Skeleton: correct data-animate & data-visible attribute value ([#456](https://github.com/kobaltedev/kobalte/pull/456))
19+
- Combobox: close list on outside click ([#456](https://github.com/kobaltedev/kobalte/pull/456))
20+
- NavigationMenu: incorrect animation after closed ([#456](https://github.com/kobaltedev/kobalte/pull/456))
21+
- Tabs: recalculate indicator styles on resize ([#458](https://github.com/kobaltedev/kobalte/pull/458))
22+
- Pagination: correctly render fixedItems with low page count ([#464](https://github.com/kobaltedev/kobalte/pull/464))
23+
- Combobox: prevent opening on input with triggerMode="manual" ([#465](https://github.com/kobaltedev/kobalte/pull/465))
24+
- NumberField: precision handling with floating point offsets and value snapping ([#468](https://github.com/kobaltedev/kobalte/pull/468))

apps/docs/src/VERSIONS.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@ export const LATEST_CORE_CHANGELOG_URL = `/docs/changelog/${CORE_VERSIONS[0].rep
1919
"-",
2020
)}`;
2121

22-
export const LATEST_CORE_VERSION_NAME = "v0.13.4";
22+
export const LATEST_CORE_VERSION_NAME = "v0.13.5";

apps/docs/src/routes/docs/changelog/0-13-x.mdx

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,26 @@
11
# v0.13.x
22

3+
## v0.13.5 (August 27, 2024)
4+
5+
**New features**
6+
7+
- Tooltip: add skipDelayDuration prop ([#467](https://github.com/kobaltedev/kobalte/pull/467))
8+
9+
**Bug fixes**
10+
11+
- NumberField: only format when enabled ([#456](https://github.com/kobaltedev/kobalte/pull/456))
12+
- NumberField: don't trigger `onRawValueChange` on mount when NaN ([#456](https://github.com/kobaltedev/kobalte/pull/456))
13+
- Select: correct type definition & empty value for multiselect ([#456](https://github.com/kobaltedev/kobalte/pull/456))
14+
- TextField: clear input when controlled value set to undefined ([#456](https://github.com/kobaltedev/kobalte/pull/456))
15+
- Combobox: correct type definition & empty value for multiselect ([#456](https://github.com/kobaltedev/kobalte/pull/456))
16+
- Skeleton: correct data-animate & data-visible attribute value ([#456](https://github.com/kobaltedev/kobalte/pull/456))
17+
- Combobox: close list on outside click ([#456](https://github.com/kobaltedev/kobalte/pull/456))
18+
- NavigationMenu: incorrect animation after closed ([#456](https://github.com/kobaltedev/kobalte/pull/456))
19+
- Tabs: recalculate indicator styles on resize ([#458](https://github.com/kobaltedev/kobalte/pull/458))
20+
- Pagination: correctly render fixedItems with low page count ([#464](https://github.com/kobaltedev/kobalte/pull/464))
21+
- Combobox: prevent opening on input with triggerMode="manual" ([#465](https://github.com/kobaltedev/kobalte/pull/465))
22+
- NumberField: precision handling with floating point offsets and value snapping ([#468](https://github.com/kobaltedev/kobalte/pull/468))
23+
324
## v0.13.4 (June 22, 2024)
425

526
**New features**

0 commit comments

Comments
 (0)