WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

Commit d351755

Browse files
committed
chore: update zag-js
1 parent 1e17524 commit d351755

File tree

12 files changed

+605
-597
lines changed

12 files changed

+605
-597
lines changed

bun.lock

Lines changed: 340 additions & 340 deletions
Large diffs are not rendered by default.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,10 +39,10 @@
3939
"@types/bun": "1.3.3",
4040
"lefthook": "2.0.4",
4141
"next": "15.5.7",
42-
"release-it": "19.0.6",
4342
"prettier": "3.7.3",
4443
"prettier-plugin-svelte": "3.4.0",
45-
"turbo": "2.6.1",
44+
"release-it": "19.0.6",
45+
"turbo": "2.6.3",
4646
"typescript": "5.9.3",
4747
"vercel": "49.1.2"
4848
},

packages/react/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313

1414
### Fixed
1515

16+
- **Accordion, Menu**: Fixed issue where querying elements by `aria-controls` attribute could fail when lazy mounting the content
1617
- **Color Picker**: Added `role="dialog"` to content and `aria-haspopup="dialog"` to trigger when not inline for better accessibility
1718
- **Date Picker**: Fixed issue where date picker input does not update format when locale changes
1819
- **Floating Panel**:
@@ -27,6 +28,7 @@
2728
- Ensured cursor position is preserved when `Enter` key is pressed and formatting is triggered
2829
- Fixed cursor jumping to start when value is changed externally via props while user is typing
2930
- **Pagination**: Fixed ellipsis showing when only 1 page gap
31+
- **Rating Group**: Fixed issue where rating group becomes unfocusable via keyboard when value is 0
3032
- **Tooltip**: Fixed tooltip not showing when scrolling with pointer over trigger
3133

3234
### Changed

packages/react/package.json

Lines changed: 63 additions & 63 deletions
Original file line numberDiff line numberDiff line change
@@ -85,69 +85,69 @@
8585
"sideEffects": false,
8686
"dependencies": {
8787
"@internationalized/date": "3.10.0",
88-
"@zag-js/accordion": "1.31.0",
89-
"@zag-js/anatomy": "1.31.0",
90-
"@zag-js/angle-slider": "1.31.0",
91-
"@zag-js/async-list": "1.31.0",
92-
"@zag-js/auto-resize": "1.31.0",
93-
"@zag-js/avatar": "1.31.0",
94-
"@zag-js/bottom-sheet": "1.31.0",
95-
"@zag-js/carousel": "1.31.0",
96-
"@zag-js/checkbox": "1.31.0",
97-
"@zag-js/clipboard": "1.31.0",
98-
"@zag-js/collapsible": "1.31.0",
99-
"@zag-js/collection": "1.31.0",
100-
"@zag-js/color-picker": "1.31.0",
101-
"@zag-js/color-utils": "1.31.0",
102-
"@zag-js/combobox": "1.31.0",
103-
"@zag-js/core": "1.31.0",
104-
"@zag-js/date-picker": "1.31.0",
105-
"@zag-js/date-utils": "1.31.0",
106-
"@zag-js/dialog": "1.31.0",
107-
"@zag-js/dom-query": "1.31.0",
108-
"@zag-js/editable": "1.31.0",
109-
"@zag-js/file-upload": "1.31.0",
110-
"@zag-js/file-utils": "1.31.0",
111-
"@zag-js/floating-panel": "1.31.0",
112-
"@zag-js/focus-trap": "1.31.0",
113-
"@zag-js/highlight-word": "1.31.0",
114-
"@zag-js/hover-card": "1.31.0",
115-
"@zag-js/image-cropper": "1.31.0",
116-
"@zag-js/i18n-utils": "1.31.0",
117-
"@zag-js/json-tree-utils": "1.31.0",
118-
"@zag-js/listbox": "1.31.0",
119-
"@zag-js/marquee": "1.31.0",
120-
"@zag-js/menu": "1.31.0",
121-
"@zag-js/navigation-menu": "1.31.0",
122-
"@zag-js/number-input": "1.31.0",
123-
"@zag-js/pagination": "1.31.0",
124-
"@zag-js/password-input": "1.31.0",
125-
"@zag-js/pin-input": "1.31.0",
126-
"@zag-js/popover": "1.31.0",
127-
"@zag-js/presence": "1.31.0",
128-
"@zag-js/progress": "1.31.0",
129-
"@zag-js/qr-code": "1.31.0",
130-
"@zag-js/radio-group": "1.31.0",
131-
"@zag-js/rating-group": "1.31.0",
132-
"@zag-js/react": "1.31.0",
133-
"@zag-js/scroll-area": "1.31.0",
134-
"@zag-js/select": "1.31.0",
135-
"@zag-js/signature-pad": "1.31.0",
136-
"@zag-js/slider": "1.31.0",
137-
"@zag-js/splitter": "1.31.0",
138-
"@zag-js/steps": "1.31.0",
139-
"@zag-js/switch": "1.31.0",
140-
"@zag-js/tabs": "1.31.0",
141-
"@zag-js/tags-input": "1.31.0",
142-
"@zag-js/timer": "1.31.0",
143-
"@zag-js/toast": "1.31.0",
144-
"@zag-js/toggle": "1.31.0",
145-
"@zag-js/toggle-group": "1.31.0",
146-
"@zag-js/tooltip": "1.31.0",
147-
"@zag-js/tour": "1.31.0",
148-
"@zag-js/tree-view": "1.31.0",
149-
"@zag-js/types": "1.31.0",
150-
"@zag-js/utils": "1.31.0"
88+
"@zag-js/accordion": "1.31.1",
89+
"@zag-js/anatomy": "1.31.1",
90+
"@zag-js/angle-slider": "1.31.1",
91+
"@zag-js/async-list": "1.31.1",
92+
"@zag-js/auto-resize": "1.31.1",
93+
"@zag-js/avatar": "1.31.1",
94+
"@zag-js/bottom-sheet": "1.31.1",
95+
"@zag-js/carousel": "1.31.1",
96+
"@zag-js/checkbox": "1.31.1",
97+
"@zag-js/clipboard": "1.31.1",
98+
"@zag-js/collapsible": "1.31.1",
99+
"@zag-js/collection": "1.31.1",
100+
"@zag-js/color-picker": "1.31.1",
101+
"@zag-js/color-utils": "1.31.1",
102+
"@zag-js/combobox": "1.31.1",
103+
"@zag-js/core": "1.31.1",
104+
"@zag-js/date-picker": "1.31.1",
105+
"@zag-js/date-utils": "1.31.1",
106+
"@zag-js/dialog": "1.31.1",
107+
"@zag-js/dom-query": "1.31.1",
108+
"@zag-js/editable": "1.31.1",
109+
"@zag-js/file-upload": "1.31.1",
110+
"@zag-js/file-utils": "1.31.1",
111+
"@zag-js/floating-panel": "1.31.1",
112+
"@zag-js/focus-trap": "1.31.1",
113+
"@zag-js/highlight-word": "1.31.1",
114+
"@zag-js/hover-card": "1.31.1",
115+
"@zag-js/image-cropper": "1.31.1",
116+
"@zag-js/i18n-utils": "1.31.1",
117+
"@zag-js/json-tree-utils": "1.31.1",
118+
"@zag-js/listbox": "1.31.1",
119+
"@zag-js/marquee": "1.31.1",
120+
"@zag-js/menu": "1.31.1",
121+
"@zag-js/navigation-menu": "1.31.1",
122+
"@zag-js/number-input": "1.31.1",
123+
"@zag-js/pagination": "1.31.1",
124+
"@zag-js/password-input": "1.31.1",
125+
"@zag-js/pin-input": "1.31.1",
126+
"@zag-js/popover": "1.31.1",
127+
"@zag-js/presence": "1.31.1",
128+
"@zag-js/progress": "1.31.1",
129+
"@zag-js/qr-code": "1.31.1",
130+
"@zag-js/radio-group": "1.31.1",
131+
"@zag-js/rating-group": "1.31.1",
132+
"@zag-js/react": "1.31.1",
133+
"@zag-js/scroll-area": "1.31.1",
134+
"@zag-js/select": "1.31.1",
135+
"@zag-js/signature-pad": "1.31.1",
136+
"@zag-js/slider": "1.31.1",
137+
"@zag-js/splitter": "1.31.1",
138+
"@zag-js/steps": "1.31.1",
139+
"@zag-js/switch": "1.31.1",
140+
"@zag-js/tabs": "1.31.1",
141+
"@zag-js/tags-input": "1.31.1",
142+
"@zag-js/timer": "1.31.1",
143+
"@zag-js/toast": "1.31.1",
144+
"@zag-js/toggle": "1.31.1",
145+
"@zag-js/toggle-group": "1.31.1",
146+
"@zag-js/tooltip": "1.31.1",
147+
"@zag-js/tour": "1.31.1",
148+
"@zag-js/tree-view": "1.31.1",
149+
"@zag-js/types": "1.31.1",
150+
"@zag-js/utils": "1.31.1"
151151
},
152152
"devDependencies": {
153153
"check-password-strength": "3.0.0",

packages/react/src/components/tree-view/tests/tree-view.test.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ describe('TreeView', () => {
2424
it('should expand branch node to reveal child leaf node', async () => {
2525
render(<ComponentUnderTest />)
2626
expect(screen.getByRole('treeitem', { name: 'src' })).toBeVisible()
27-
userEvent.click(screen.getByRole('button', { name: 'src' }))
27+
await userEvent.click(screen.getByRole('button', { name: 'src' }))
2828

2929
await waitFor(() => expect(screen.getByText('app.tsx')).toBeVisible())
3030
})

packages/solid/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313

1414
### Fixed
1515

16+
- **Accordion, Menu**: Fixed issue where querying elements by `aria-controls` attribute could fail when lazy mounting the content
1617
- **Color Picker**: Added `role="dialog"` to content and `aria-haspopup="dialog"` to trigger when not inline for better accessibility
1718
- **Date Picker**: Fixed issue where date picker input does not update format when locale changes
1819
- **Floating Panel**:
@@ -26,6 +27,7 @@
2627
- Ensured cursor position is preserved when `Enter` key is pressed and formatting is triggered
2728
- Fixed cursor jumping to start when value is changed externally via props while user is typing
2829
- **Pagination**: Fixed ellipsis showing when only 1 page gap
30+
- **Rating Group**: Fixed issue where rating group becomes unfocusable via keyboard when value is 0
2931
- **Tooltip**: Fixed tooltip not showing when scrolling with pointer over trigger
3032

3133
### Changed

packages/solid/package.json

Lines changed: 63 additions & 63 deletions
Original file line numberDiff line numberDiff line change
@@ -84,69 +84,69 @@
8484
"sideEffects": false,
8585
"dependencies": {
8686
"@internationalized/date": "3.10.0",
87-
"@zag-js/accordion": "1.31.0",
88-
"@zag-js/anatomy": "1.31.0",
89-
"@zag-js/angle-slider": "1.31.0",
90-
"@zag-js/async-list": "1.31.0",
91-
"@zag-js/auto-resize": "1.31.0",
92-
"@zag-js/avatar": "1.31.0",
93-
"@zag-js/bottom-sheet": "1.31.0",
94-
"@zag-js/carousel": "1.31.0",
95-
"@zag-js/checkbox": "1.31.0",
96-
"@zag-js/clipboard": "1.31.0",
97-
"@zag-js/collapsible": "1.31.0",
98-
"@zag-js/collection": "1.31.0",
99-
"@zag-js/color-picker": "1.31.0",
100-
"@zag-js/color-utils": "1.31.0",
101-
"@zag-js/combobox": "1.31.0",
102-
"@zag-js/core": "1.31.0",
103-
"@zag-js/date-picker": "1.31.0",
104-
"@zag-js/date-utils": "1.31.0",
105-
"@zag-js/dialog": "1.31.0",
106-
"@zag-js/dom-query": "1.31.0",
107-
"@zag-js/editable": "1.31.0",
108-
"@zag-js/file-upload": "1.31.0",
109-
"@zag-js/file-utils": "1.31.0",
110-
"@zag-js/floating-panel": "1.31.0",
111-
"@zag-js/focus-trap": "1.31.0",
112-
"@zag-js/highlight-word": "1.31.0",
113-
"@zag-js/hover-card": "1.31.0",
114-
"@zag-js/image-cropper": "1.31.0",
115-
"@zag-js/i18n-utils": "1.31.0",
116-
"@zag-js/json-tree-utils": "1.31.0",
117-
"@zag-js/listbox": "1.31.0",
118-
"@zag-js/marquee": "1.31.0",
119-
"@zag-js/menu": "1.31.0",
120-
"@zag-js/navigation-menu": "1.31.0",
121-
"@zag-js/number-input": "1.31.0",
122-
"@zag-js/pagination": "1.31.0",
123-
"@zag-js/password-input": "1.31.0",
124-
"@zag-js/pin-input": "1.31.0",
125-
"@zag-js/popover": "1.31.0",
126-
"@zag-js/presence": "1.31.0",
127-
"@zag-js/progress": "1.31.0",
128-
"@zag-js/qr-code": "1.31.0",
129-
"@zag-js/radio-group": "1.31.0",
130-
"@zag-js/rating-group": "1.31.0",
131-
"@zag-js/scroll-area": "1.31.0",
132-
"@zag-js/select": "1.31.0",
133-
"@zag-js/signature-pad": "1.31.0",
134-
"@zag-js/slider": "1.31.0",
135-
"@zag-js/solid": "1.31.0",
136-
"@zag-js/splitter": "1.31.0",
137-
"@zag-js/steps": "1.31.0",
138-
"@zag-js/switch": "1.31.0",
139-
"@zag-js/tabs": "1.31.0",
140-
"@zag-js/tags-input": "1.31.0",
141-
"@zag-js/timer": "1.31.0",
142-
"@zag-js/toast": "1.31.0",
143-
"@zag-js/toggle": "1.31.0",
144-
"@zag-js/toggle-group": "1.31.0",
145-
"@zag-js/tooltip": "1.31.0",
146-
"@zag-js/tour": "1.31.0",
147-
"@zag-js/tree-view": "1.31.0",
148-
"@zag-js/types": "1.31.0",
149-
"@zag-js/utils": "1.31.0"
87+
"@zag-js/accordion": "1.31.1",
88+
"@zag-js/anatomy": "1.31.1",
89+
"@zag-js/angle-slider": "1.31.1",
90+
"@zag-js/async-list": "1.31.1",
91+
"@zag-js/auto-resize": "1.31.1",
92+
"@zag-js/avatar": "1.31.1",
93+
"@zag-js/bottom-sheet": "1.31.1",
94+
"@zag-js/carousel": "1.31.1",
95+
"@zag-js/checkbox": "1.31.1",
96+
"@zag-js/clipboard": "1.31.1",
97+
"@zag-js/collapsible": "1.31.1",
98+
"@zag-js/collection": "1.31.1",
99+
"@zag-js/color-picker": "1.31.1",
100+
"@zag-js/color-utils": "1.31.1",
101+
"@zag-js/combobox": "1.31.1",
102+
"@zag-js/core": "1.31.1",
103+
"@zag-js/date-picker": "1.31.1",
104+
"@zag-js/date-utils": "1.31.1",
105+
"@zag-js/dialog": "1.31.1",
106+
"@zag-js/dom-query": "1.31.1",
107+
"@zag-js/editable": "1.31.1",
108+
"@zag-js/file-upload": "1.31.1",
109+
"@zag-js/file-utils": "1.31.1",
110+
"@zag-js/floating-panel": "1.31.1",
111+
"@zag-js/focus-trap": "1.31.1",
112+
"@zag-js/highlight-word": "1.31.1",
113+
"@zag-js/hover-card": "1.31.1",
114+
"@zag-js/image-cropper": "1.31.1",
115+
"@zag-js/i18n-utils": "1.31.1",
116+
"@zag-js/json-tree-utils": "1.31.1",
117+
"@zag-js/listbox": "1.31.1",
118+
"@zag-js/marquee": "1.31.1",
119+
"@zag-js/menu": "1.31.1",
120+
"@zag-js/navigation-menu": "1.31.1",
121+
"@zag-js/number-input": "1.31.1",
122+
"@zag-js/pagination": "1.31.1",
123+
"@zag-js/password-input": "1.31.1",
124+
"@zag-js/pin-input": "1.31.1",
125+
"@zag-js/popover": "1.31.1",
126+
"@zag-js/presence": "1.31.1",
127+
"@zag-js/progress": "1.31.1",
128+
"@zag-js/qr-code": "1.31.1",
129+
"@zag-js/radio-group": "1.31.1",
130+
"@zag-js/rating-group": "1.31.1",
131+
"@zag-js/scroll-area": "1.31.1",
132+
"@zag-js/select": "1.31.1",
133+
"@zag-js/signature-pad": "1.31.1",
134+
"@zag-js/slider": "1.31.1",
135+
"@zag-js/solid": "1.31.1",
136+
"@zag-js/splitter": "1.31.1",
137+
"@zag-js/steps": "1.31.1",
138+
"@zag-js/switch": "1.31.1",
139+
"@zag-js/tabs": "1.31.1",
140+
"@zag-js/tags-input": "1.31.1",
141+
"@zag-js/timer": "1.31.1",
142+
"@zag-js/toast": "1.31.1",
143+
"@zag-js/toggle": "1.31.1",
144+
"@zag-js/toggle-group": "1.31.1",
145+
"@zag-js/tooltip": "1.31.1",
146+
"@zag-js/tour": "1.31.1",
147+
"@zag-js/tree-view": "1.31.1",
148+
"@zag-js/types": "1.31.1",
149+
"@zag-js/utils": "1.31.1"
150150
},
151151
"devDependencies": {
152152
"check-password-strength": "3.0.0",

packages/svelte/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ description: All notable changes will be documented in this file.
1919

2020
### Fixed
2121

22+
- **Accordion, Menu**: Fixed issue where querying elements by `aria-controls` attribute could fail when lazy mounting the content
2223
- **Color Picker**: Added `role="dialog"` to content and `aria-haspopup="dialog"` to trigger when not inline for better accessibility
2324
- **Date Picker**: Fixed issue where date picker input does not update format when locale changes
2425
- **Floating Panel**:
@@ -31,6 +32,7 @@ description: All notable changes will be documented in this file.
3132
- Ensured cursor position is preserved when `Enter` key is pressed and formatting is triggered
3233
- Fixed cursor jumping to start when value is changed externally via props while user is typing
3334
- **Pagination**: Fixed ellipsis showing when only 1 page gap
35+
- **Rating Group**: Fixed issue where rating group becomes unfocusable via keyboard when value is 0
3436
- **Tooltip**: Fixed tooltip not showing when scrolling with pointer over trigger
3537
- **Collapsible, Presence, Tour**: Fixed machines setting reactive state in unmount lifecycle
3638

0 commit comments

Comments
 (0)