Skip to content

Commit b281192

Browse files
committed
docs: next changelog
1 parent 25d93b8 commit b281192

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,13 @@ All notable changes to this project will be documented in this file.
88

99
See the [Changesets](./.changeset) for the latest changes.
1010

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+
1118
## [1.8.1](./#1.8.1) - 2025-04-04
1219

1320
### Fixed

packages/machines/listbox/src/index.ts

+2-1
Original file line numberDiff line numberDiff line change
@@ -7,16 +7,17 @@ export type {
77
ListboxApi as Api,
88
ElementIds,
99
HighlightChangeDetails,
10+
InputProps,
1011
ItemGroupLabelProps,
1112
ItemGroupProps,
1213
ItemProps,
1314
ItemState,
1415
ListboxMachine as Machine,
1516
ListboxProps as Props,
1617
ScrollToIndexDetails,
18+
SelectionDetails,
1719
ListboxService as Service,
1820
ValueChangeDetails,
19-
SelectionDetails,
2021
} from "./listbox.types"
2122

2223
export type {

0 commit comments

Comments
 (0)