Skip to content

Commit e82c045

Browse files
committed
docs: next changelog
1 parent 7e6ae25 commit e82c045

File tree

1 file changed

+31
-2
lines changed

1 file changed

+31
-2
lines changed

CHANGELOG.md

Lines changed: 31 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,44 @@ 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.4](./#1.26.4) - 2025-10-23
8+
9+
### Added
10+
11+
- **Image Cropper [New]**: Initial release of image cropper state machine
12+
13+
- **Marquee [New]**: Initial release of marquee component for continuously scrolling content
14+
15+
### Fixed
16+
17+
- **Angle Slider**: Fix issue where clicking and dragging the angle-slider thumb from a non-center position causes
18+
unexpected value jumps. The thumb now maintains its relative position from the initial click point throughout the drag
19+
operation, providing more intuitive dragging behavior.
20+
21+
- **Slider**: Fix issue where slider thumb offset changes dynamically during drag, causing unexpected value jumps. The
22+
thumb now maintains a constant offset from the pointer throughout the drag operation, matching the initial grab
23+
position.
24+
25+
- **Svelte**: Refactor `mergeProps` to return the class values as an array, this delegates the resolution to Svelte's
26+
native class handling, which uses `clsx` internally. This ensures proper support for conditional classes, arrays, and
27+
objects.
28+
29+
- **Toast**: Fix issue in Solid.js where toasts collapse immediately when dismissing while hovering, by tracking pointer
30+
state and temporarily ignoring spurious mouse events during DOM mutations using requestAnimationFrame.
31+
732
## [1.26.3](./#1.26.3) - 2025-10-18
833

934
### Fixed
1035

11-
- **Angle Slider**: Fix accessibility violation where the slider thumb element lacked an accessible name. The thumb now supports `aria-label` and `aria-labelledby` props, and automatically falls back to the label element's ID for proper ARIA labeling.
36+
- **Angle Slider**: Fix accessibility violation where the slider thumb element lacked an accessible name. The thumb now
37+
supports `aria-label` and `aria-labelledby` props, and automatically falls back to the label element's ID for proper
38+
ARIA labeling.
1239

1340
- **Select**: Fix accessibility violation where the required state was not set correctly to on the trigger.
1441

15-
- **Tags Input**: Fix issue where entering a custom tag with combobox integration required pressing `Enter` twice. The tags-input now correctly handles custom values when the combobox has no highlighted item (`aria-activedescendant` is empty), allowing the tag to be added on the first `Enter` press.
42+
- **Tags Input**: Fix issue where entering a custom tag with combobox integration required pressing `Enter` twice. The
43+
tags-input now correctly handles custom values when the combobox has no highlighted item (`aria-activedescendant` is
44+
empty), allowing the tag to be added on the first `Enter` press.
1645

1746
## [1.26.2](./#1.26.2) - 2025-10-14
1847

0 commit comments

Comments
 (0)