Skip to content

Commit 34a26f3

Browse files
committed
docs: next changelog
1 parent ca28fac commit 34a26f3

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

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.27.0](./#1.27.0) - 2025-11-01
8+
9+
### Added
10+
11+
- **Dialog, Popover**: Improve support for shadow DOM in interact outside and focus trap detection.
12+
13+
### Fixed
14+
15+
- **Marquee**: Fix Firefox flicker, use margin spacing, add GPU acceleration, and add `item` part.
16+
17+
- **Popover**: Improve support for shadow DOM in interact outside and focus trap detection.
18+
19+
- **Dialog**: Fix issue where setting `scrollbar-gutter: stable` in CSS caused an unwanted gap and layout shift when
20+
opening dialogs.
21+
22+
- **Slider**: Fix issue where programmatic value changes do not trigger the `onValueChangeEnd` callback. This affects
23+
the`setThumbValue`, `setValue`, `increment`, and `decrement` API methods.
24+
725
## [1.26.5](./#1.26.5) - 2025-10-29
826

927
### Fixed

0 commit comments

Comments
 (0)