Skip to content

Commit 1fca78e

Browse files
chore: release packages
1 parent 48948bf commit 1fca78e

11 files changed

Lines changed: 37 additions & 22 deletions

File tree

.changeset/fair-crabs-teach.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/floating-panel-types.md

Lines changed: 0 additions & 8 deletions
This file was deleted.

.changeset/fuzzy-comics-behave.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

packages/react/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @ark-ui/react
22

3+
## [5.36.3] - 2026-05-20
4+
5+
### Fixed
6+
7+
- **Floating Panel**: Re-export additional types (`ResizeTriggerAxis`, `Stage`, `ElementIds`, `IntlTranslations`,
8+
`AnchorPositionDetails`, `Point`, `Size`) and the `resizeTriggerAxes` constant from `@zag-js/floating-panel`.
9+
310
## [5.36.2] - 2026-04-22
411

512
### Fixed

packages/react/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@ark-ui/react",
33
"type": "module",
4-
"version": "5.36.2",
4+
"version": "5.36.3",
55
"description": "A collection of unstyled, accessible UI components for React, utilizing state machines for seamless interaction.",
66
"keywords": [
77
"accordion",

packages/solid/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# @ark-ui/solid
22

3+
## [5.36.3] - 2026-05-20
4+
5+
### Fixed
6+
7+
- **Date Input**: Fix `DateInput.Segment` to stay in sync with the latest segment state while typing.
8+
9+
- **Floating Panel**: Re-export additional types (`ResizeTriggerAxis`, `Stage`, `ElementIds`, `IntlTranslations`,
10+
`AnchorPositionDetails`, `Point`, `Size`) and the `resizeTriggerAxes` constant from `@zag-js/floating-panel`.
11+
312
## [5.36.2] - 2026-04-22
413

514
### Fixed

packages/solid/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@ark-ui/solid",
33
"type": "module",
4-
"version": "5.36.2",
4+
"version": "5.36.3",
55
"description": "A collection of unstyled, accessible UI components for Solid, utilizing state machines for seamless interaction.",
66
"keywords": [
77
"accordion",

packages/svelte/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @ark-ui/svelte
22

3+
## [5.21.3] - 2026-05-20
4+
5+
### Fixed
6+
7+
- **Floating Panel**: Re-export additional types (`ResizeTriggerAxis`, `Stage`, `ElementIds`, `IntlTranslations`,
8+
`AnchorPositionDetails`, `Point`, `Size`) and the `resizeTriggerAxes` constant from `@zag-js/floating-panel`.
9+
310
## [5.21.2] - 2026-04-22
411

512
### Fixed

packages/svelte/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@ark-ui/svelte",
33
"type": "module",
4-
"version": "5.21.2",
4+
"version": "5.21.3",
55
"description": "A collection of unstyled, accessible UI components for Svelte",
66
"keywords": [
77
"accordion",

packages/vue/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# @ark-ui/vue
22

3+
## [5.36.3] - 2026-05-20
4+
5+
### Fixed
6+
7+
- **Floating Panel**: Re-export additional types (`ResizeTriggerAxis`, `Stage`, `ElementIds`, `IntlTranslations`,
8+
`AnchorPositionDetails`, `Point`, `Size`) and the `resizeTriggerAxes` constant from `@zag-js/floating-panel`.
9+
10+
- Fix `useDialog` to correctly unwrap `MaybeRef` props before `cleanProps` so computed/ref props like `id` are
11+
preserved.
12+
313
## [5.36.2] - 2026-04-22
414

515
### Fixed

0 commit comments

Comments
 (0)