You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+31-2Lines changed: 31 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,15 +4,44 @@ All notable changes to this project will be documented in this file.
4
4
5
5
> For v0.x changelog, see the [v0 branch](https://github.com/chakra-ui/zag/blob/v0/CHANGELOG.md)
6
6
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
+
7
32
## [1.26.3](./#1.26.3) - 2025-10-18
8
33
9
34
### Fixed
10
35
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.
12
39
13
40
-**Select**: Fix accessibility violation where the required state was not set correctly to on the trigger.
14
41
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.
0 commit comments