Skip to content

Commit 578ea09

Browse files
committed
docs: changelog
1 parent 6f1743c commit 578ea09

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,28 @@ All notable changes to this project will be documented in this file.
44

55
> For v0.x changelog, see the [v0 branch](https://github.com/chakra-ui/zag/blob/v0/CHANGELOG.md)
66
7+
## [1.29.0](./#1.29.0) - 2025-11-19
8+
9+
### Added
10+
11+
- **Carousel, Color Picker, Combobox, Date Picker, Select**: Add `value` to `OpenChangeDetails` for better context in change handlers
12+
13+
- **Splitter**: Add `getResizeTriggerIndicator` to render an indicator when resizing
14+
15+
- **Toast**: Expose viewport offset as CSS variables (`--viewport-offset-left`, `--viewport-offset-right`, `--viewport-offset-top`, `--viewport-offset-bottom`) on the toast group element
16+
17+
### Fixed
18+
19+
- **Carousel**: Fix dragging not working after scrolling with mouse wheel when `allowMouseDrag` is enabled
20+
21+
- **Combobox**: Fix `onHighlightChange` not being invoked when collection is filtered to empty results. The callback now correctly receives `{ highlightedValue: null, highlightedItem: null }` when the collection becomes empty
22+
23+
- **File Upload**: Fix issue where clicking on non-interactive children (icons, text) inside the dropzone doesn't open the file picker
24+
25+
- **Radio Group**: Fix inconsistent application of `data-focus-visible` and `data-focus` attributes
26+
27+
- **Splitter**: Fix disabled splitter showing resize cursor and allowing dragging
28+
729
## [1.28.0](./#1.28.0) - 2025-11-12
830

931
### Added

0 commit comments

Comments
 (0)