File tree 2 files changed +9
-1
lines changed
packages/machines/listbox/src
2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -8,6 +8,13 @@ All notable changes to this project will be documented in this file.
8
8
9
9
See the [ Changesets] ( ./.changeset ) for the latest changes.
10
10
11
+ ## [ 1.8.2] ( ./#1.8.2 ) - 2025-04-04
12
+
13
+ ### Fixed
14
+
15
+ - ** Tabs, Radio Group** : Fix Next.js issue where indicator size might not be mentioned when conditionally rendering the
16
+ component and ` defaultValue ` is set.
17
+
11
18
## [ 1.8.1] ( ./#1.8.1 ) - 2025-04-04
12
19
13
20
### Fixed
Original file line number Diff line number Diff line change @@ -7,16 +7,17 @@ export type {
7
7
ListboxApi as Api ,
8
8
ElementIds ,
9
9
HighlightChangeDetails ,
10
+ InputProps ,
10
11
ItemGroupLabelProps ,
11
12
ItemGroupProps ,
12
13
ItemProps ,
13
14
ItemState ,
14
15
ListboxMachine as Machine ,
15
16
ListboxProps as Props ,
16
17
ScrollToIndexDetails ,
18
+ SelectionDetails ,
17
19
ListboxService as Service ,
18
20
ValueChangeDetails ,
19
- SelectionDetails ,
20
21
} from "./listbox.types"
21
22
22
23
export type {
You can’t perform that action at this time.
0 commit comments