Skip to content

Commit 39ba9f8

Browse files
committed
docs: next changelog
1 parent 36f96f3 commit 39ba9f8

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,27 @@ 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.26.5](./#1.26.5) - 2025-10-29
8+
9+
### Fixed
10+
11+
- **Date Picker**: Fix crash in range date picker when typing end date first by adding `null`/`undefined` checks when
12+
accessing date properties.
13+
14+
- **Image Cropper**
15+
- Fix not working resize API
16+
- Export missing types
17+
- Make the image cropper responsive
18+
19+
- **Radio Group**: Revert to using `offsetLeft`/`offsetTop` to fix indicator positioning in scrollable containers.
20+
21+
- **Tabs**: Revert to using `offsetLeft`/`offsetTop` to fix indicator positioning in scrollable containers.
22+
23+
- **Tour**
24+
- Fix issue where effects were not cleanup correct.
25+
- Fix issue where wait step doesn't work correctly.
26+
- Validate the configured steps on mount to ensure they are valid.
27+
728
## [1.26.4](./#1.26.4) - 2025-10-23
829

930
### Added

0 commit comments

Comments
 (0)