File tree Expand file tree Collapse file tree 3 files changed +46
-1
lines changed Expand file tree Collapse file tree 3 files changed +46
-1
lines changed Original file line number Diff line number Diff line change
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 ) )
Original file line number Diff line number Diff line change @@ -19,4 +19,4 @@ export const LATEST_CORE_CHANGELOG_URL = `/docs/changelog/${CORE_VERSIONS[0].rep
19
19
"-" ,
20
20
) } `;
21
21
22
- export const LATEST_CORE_VERSION_NAME = "v0.13.4 " ;
22
+ export const LATEST_CORE_VERSION_NAME = "v0.13.5 " ;
Original file line number Diff line number Diff line change 1
1
# v0.13.x
2
2
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
+
3
24
## v0.13.4 (June 22, 2024)
4
25
5
26
** New features**
You can’t perform that action at this time.
0 commit comments