File tree Expand file tree Collapse file tree 1 file changed +21
-0
lines changed Expand file tree Collapse file tree 1 file changed +21
-0
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments