diff --git a/.changeset/fair-crabs-teach.md b/.changeset/fair-crabs-teach.md deleted file mode 100644 index 2cba463c90..0000000000 --- a/.changeset/fair-crabs-teach.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@ark-ui/solid': patch ---- - -**Date Input**: Fix `DateInput.Segment` to stay in sync with the latest segment state while typing. diff --git a/.changeset/floating-panel-types.md b/.changeset/floating-panel-types.md deleted file mode 100644 index 128641635e..0000000000 --- a/.changeset/floating-panel-types.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -'@ark-ui/react': patch -'@ark-ui/solid': patch -'@ark-ui/svelte': patch -'@ark-ui/vue': patch ---- - -**Floating Panel**: Re-export additional types (`ResizeTriggerAxis`, `Stage`, `ElementIds`, `IntlTranslations`, `AnchorPositionDetails`, `Point`, `Size`) and the `resizeTriggerAxes` constant from `@zag-js/floating-panel`. diff --git a/.changeset/fuzzy-comics-behave.md b/.changeset/fuzzy-comics-behave.md deleted file mode 100644 index 31fdbe05db..0000000000 --- a/.changeset/fuzzy-comics-behave.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@ark-ui/vue': patch ---- - -Fix `useDialog` to correctly unwrap `MaybeRef` props before `cleanProps` so computed/ref props like `id` are preserved. diff --git a/packages/react/CHANGELOG.md b/packages/react/CHANGELOG.md index 72c1e723f3..4815d3f02b 100644 --- a/packages/react/CHANGELOG.md +++ b/packages/react/CHANGELOG.md @@ -1,5 +1,12 @@ # @ark-ui/react +## [5.36.3] - 2026-05-20 + +### Fixed + +- **Floating Panel**: Re-export additional types (`ResizeTriggerAxis`, `Stage`, `ElementIds`, `IntlTranslations`, + `AnchorPositionDetails`, `Point`, `Size`) and the `resizeTriggerAxes` constant from `@zag-js/floating-panel`. + ## [5.36.2] - 2026-04-22 ### Fixed diff --git a/packages/react/package.json b/packages/react/package.json index cef8164cc6..0fe3387223 100644 --- a/packages/react/package.json +++ b/packages/react/package.json @@ -1,7 +1,7 @@ { "name": "@ark-ui/react", "type": "module", - "version": "5.36.2", + "version": "5.36.3", "description": "A collection of unstyled, accessible UI components for React, utilizing state machines for seamless interaction.", "keywords": [ "accordion", diff --git a/packages/solid/CHANGELOG.md b/packages/solid/CHANGELOG.md index 14fa4d8924..6f8a261b55 100644 --- a/packages/solid/CHANGELOG.md +++ b/packages/solid/CHANGELOG.md @@ -1,5 +1,14 @@ # @ark-ui/solid +## [5.36.3] - 2026-05-20 + +### Fixed + +- **Date Input**: Fix `DateInput.Segment` to stay in sync with the latest segment state while typing. + +- **Floating Panel**: Re-export additional types (`ResizeTriggerAxis`, `Stage`, `ElementIds`, `IntlTranslations`, + `AnchorPositionDetails`, `Point`, `Size`) and the `resizeTriggerAxes` constant from `@zag-js/floating-panel`. + ## [5.36.2] - 2026-04-22 ### Fixed diff --git a/packages/solid/package.json b/packages/solid/package.json index 7ab2ef285f..86e300d0e5 100644 --- a/packages/solid/package.json +++ b/packages/solid/package.json @@ -1,7 +1,7 @@ { "name": "@ark-ui/solid", "type": "module", - "version": "5.36.2", + "version": "5.36.3", "description": "A collection of unstyled, accessible UI components for Solid, utilizing state machines for seamless interaction.", "keywords": [ "accordion", diff --git a/packages/svelte/CHANGELOG.md b/packages/svelte/CHANGELOG.md index 575ccdcd43..e421856897 100644 --- a/packages/svelte/CHANGELOG.md +++ b/packages/svelte/CHANGELOG.md @@ -1,5 +1,12 @@ # @ark-ui/svelte +## [5.21.3] - 2026-05-20 + +### Fixed + +- **Floating Panel**: Re-export additional types (`ResizeTriggerAxis`, `Stage`, `ElementIds`, `IntlTranslations`, + `AnchorPositionDetails`, `Point`, `Size`) and the `resizeTriggerAxes` constant from `@zag-js/floating-panel`. + ## [5.21.2] - 2026-04-22 ### Fixed diff --git a/packages/svelte/package.json b/packages/svelte/package.json index 8f588a1519..d893a5f4c3 100644 --- a/packages/svelte/package.json +++ b/packages/svelte/package.json @@ -1,7 +1,7 @@ { "name": "@ark-ui/svelte", "type": "module", - "version": "5.21.2", + "version": "5.21.3", "description": "A collection of unstyled, accessible UI components for Svelte", "keywords": [ "accordion", diff --git a/packages/vue/CHANGELOG.md b/packages/vue/CHANGELOG.md index 8d6b66e905..f4916bb282 100644 --- a/packages/vue/CHANGELOG.md +++ b/packages/vue/CHANGELOG.md @@ -1,5 +1,15 @@ # @ark-ui/vue +## [5.36.3] - 2026-05-20 + +### Fixed + +- **Floating Panel**: Re-export additional types (`ResizeTriggerAxis`, `Stage`, `ElementIds`, `IntlTranslations`, + `AnchorPositionDetails`, `Point`, `Size`) and the `resizeTriggerAxes` constant from `@zag-js/floating-panel`. + +- Fix `useDialog` to correctly unwrap `MaybeRef` props before `cleanProps` so computed/ref props like `id` are + preserved. + ## [5.36.2] - 2026-04-22 ### Fixed diff --git a/packages/vue/package.json b/packages/vue/package.json index efe8fb435b..8860d58f69 100644 --- a/packages/vue/package.json +++ b/packages/vue/package.json @@ -1,7 +1,7 @@ { "name": "@ark-ui/vue", "type": "module", - "version": "5.36.2", + "version": "5.36.3", "description": "A collection of unstyled, accessible UI components for Vue, utilizing state machines for seamless interaction.", "keywords": [ "accordion",