Skip to content

Commit b447533

Browse files
committed
docs: changelog
1 parent 91f6bb5 commit b447533

1 file changed

Lines changed: 18 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,24 @@ 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.41.2](./#1.41.2) - 2026-06-05
8+
9+
### Fixed
10+
11+
- **Date Input**: Fix date segment placeholders for locales with explicit script subtags.
12+
13+
- **Drawer**
14+
- Fix controlled drawer flickering when swiped or backdrop-closed while the `open` setter is asynchronous (e.g. history
15+
API or a delayed state update).
16+
- Keep nested-drawer layout metrics in machine state so swipe and backdrop-close transitions stay visually stable.
17+
18+
- **Image Cropper**: Fix `getCroppedImage` and `getCropData` returning the wrong region when the image is displayed at a
19+
size different from its natural resolution (e.g. `width/height: 100%`).
20+
21+
- **Pin Input**: Fix issue where `data-filled` was incorrectly set on every input on first render.
22+
23+
- **Signature Pad**: Fix issue where the `dir` prop was accepted but never forwarded to the DOM.
24+
725
## [1.41.1](./#1.41.1) - 2026-05-26
826

927
### Fixed

0 commit comments

Comments
 (0)