Version Packages#3077
Open
github-actions[bot] wants to merge 1 commit into
Open
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
a0967d2 to
103a84d
Compare
103a84d to
6c60149
Compare
6c60149 to
84b0591
Compare
84b0591 to
5e2c526
Compare
09d7b38 to
0af56ec
Compare
0af56ec to
c15d866
Compare
c15d866 to
acc62de
Compare
acc62de to
007ecf3
Compare
007ecf3 to
6597f73
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.
Releases
@zag-js/[email protected]
Minor Changes
43c5c9bThanks@segunadebayo! - - Fix time-only formatters (no
yearsegment) never firingonValueChange—erais now only required whenyearis present.setSegmentValuereading staledisplayValues.updateSegmentValuereturns the newIncompleteDatedirectlyso the commit check uses the fresh value.
dayPeriod(AM/PM) arrow up/down not updating the visible segment whenhourCyclechanges at runtime —displayValuesnow re-sync to the new hour cycle while preserving in-progress edits.dayPeriodsegment not updating the visible AM/PM. The typing path was writing12forPM while every other code path uses
1, so the display silently stayed on AM.hideTimeZoneprop. ThetimeZoneNamesegment now renders automatically when the value is aZonedDateTime,and can be hidden via
hideTimeZone: true.timeZoneName). Typingthe final editable segment (e.g. "P" on
dayPeriod) advances focus to the trailing read-only segment instead ofstaying put.
Patch Changes
6dbc33aThanks@segunadebayo! - Fix date input min/max handling to preserve entered segments while
editing. Values are now clamped segment-by-segment on blur, so
06/15/1999with min2000-01-01becomes06/15/2000instead of snapping to
01/01/2000.Add
constrainSegmentsto@zag-js/date-utilsfor segment-wise min/max clamping.#3109
ab36b5fThanks@copilot-swe-agent! - Fix range mode keyboard navigation so
ArrowRightmoves from the last segment of the start date to the first segment of the end date.
8715c64Thanks@segunadebayo! - Fix issue where the date input was not writable in locales whose
date format separator contains more than one character (e.g.
cs-CZ,sk-SK,hu-HU,ko-KRwhich use". ")Updated dependencies [
6dbc33a,8715c64,84b9e2b]:@zag-js/[email protected]
Minor Changes
68d3d5bThanks@segunadebayo! - - Add CSS unit support for
defaultSize,minSize, andmaxSize. The splitter now acceptspx,em,rem,vh, andvwin addition to percentages, and resolves them topercentages after hydration.
resizeBehaviorper panel. Set to"preserve-pixel-size"to keep a panel's pixel size constant when the parentsplitter group resizes. Leave at least one panel as
"preserve-relative-size"(the default) so the layout canabsorb the change.
managed as panels. Use partial trigger ids (
"left:",":right") to bind handles around the fixed element.Patch Changes
53871f5Thanks@segunadebayo! - - Fix clicking a
ResizeTriggernot moving focus to it, whichprevented arrow keys from resizing the splitter until it was tab-focused (notably on Safari).
data-focusbeing applied on hover by only setting it when the trigger is actually focused.84b9e2b]:@zag-js/[email protected]
Patch Changes
84b9e2b]:@zag-js/[email protected]
Patch Changes
d729dc2Thanks@segunadebayo! - Fix dialog, drawer, and popover leaving
<body>uninteractive(
data-scroll-lock,data-inert,overflow: hidden,pointer-events: none) after closing under React 19 StrictMode.
#3094
ad426d3Thanks@aleclarson! - Avoid bundling @zag-js/utils and remove unused proxy-compare
Updated dependencies []:
@zag-js/[email protected]
Patch Changes
d729dc2Thanks@segunadebayo! - Fix dialog, drawer, and popover leaving
<body>uninteractive(
data-scroll-lock,data-inert,overflow: hidden,pointer-events: none) after closing under React 19 StrictMode.
@zag-js/[email protected]
Patch Changes
d729dc2Thanks@segunadebayo! - Fix dialog, drawer, and popover leaving
<body>uninteractive(
data-scroll-lock,data-inert,overflow: hidden,pointer-events: none) after closing under React 19 StrictMode.
@zag-js/[email protected]
Patch Changes
d729dc2Thanks@segunadebayo! - Fix dialog, drawer, and popover leaving
<body>uninteractive(
data-scroll-lock,data-inert,overflow: hidden,pointer-events: none) after closing under React 19 StrictMode.
@zag-js/[email protected]
Patch Changes
d729dc2Thanks@segunadebayo! - Fix dialog, drawer, and popover leaving
<body>uninteractive(
data-scroll-lock,data-inert,overflow: hidden,pointer-events: none) after closing under React 19 StrictMode.
@zag-js/[email protected]
Patch Changes
d729dc2Thanks@segunadebayo! - Fix dialog, drawer, and popover leaving
<body>uninteractive(
data-scroll-lock,data-inert,overflow: hidden,pointer-events: none) after closing under React 19 StrictMode.
@zag-js/[email protected]
Patch Changes
84b9e2b]:@zag-js/[email protected]
Patch Changes
84b9e2b]:@zag-js/[email protected]
Patch Changes
@zag-js/[email protected]
Patch Changes
84b9e2b]:@zag-js/[email protected]
Patch Changes
84b9e2b]:@zag-js/[email protected]
Patch Changes
027d513,0973473,020d79d,84b9e2b]:@zag-js/[email protected]
Patch Changes
84b9e2b]:@zag-js/[email protected]
Patch Changes
84b9e2b]:@zag-js/[email protected]
Patch Changes
84b9e2b]:@zag-js/[email protected]
Patch Changes
d68e9c0Thanks@segunadebayo! - Invoke
onValueChangeEndwhen the user picks a color with theEyeDropper API, consistent with ending a drag on the area or channel sliders.
Updated dependencies [
027d513,0973473,020d79d,84b9e2b]:@zag-js/[email protected]
Patch Changes
027d513,0973473,020d79d,84b9e2b]:@zag-js/[email protected]
Patch Changes
6656545Thanks@segunadebayo! - Fix
VALUE.CLEARnot resettingactiveIndexandhoveredValuein range mode when
getInputPropsinputs are not rendered.8715c64Thanks@segunadebayo! - Fix issue where the date input was not writable in locales whose
date format separator contains more than one character (e.g.
cs-CZ,sk-SK,hu-HU,ko-KRwhich use". ")218b327Thanks@segunadebayo! - Fix issue in Firefox where native month/year
<select>is notinteractive when the picker is inside a modal dialog.
829f78cThanks@segunadebayo! - Fix range selection with
outsideDaySelectable: hoveringoutside-month days no longer changes the visible month; hover preview for the end date still updates.
Updated dependencies [
6dbc33a,8715c64,027d513,0973473,020d79d,84b9e2b]:@zag-js/[email protected]
Patch Changes
027d513,d729dc2,84b9e2b]:@zag-js/[email protected]
Patch Changes
027d513,d729dc2,84b9e2b]:@zag-js/[email protected]
Patch Changes
84b9e2b]:@zag-js/[email protected]
Patch Changes
84b9e2b]:@zag-js/[email protected]
Patch Changes
0973473,020d79d,84b9e2b]:@zag-js/[email protected]
Patch Changes
027d513,0973473,020d79d,84b9e2b]:@zag-js/[email protected]
Patch Changes
84b9e2b]:@zag-js/[email protected]
Patch Changes
84b9e2b]:@zag-js/[email protected]
Patch Changes
84b9e2b]:@zag-js/[email protected]
Patch Changes
027d513,0973473,020d79d,84b9e2b]:@zag-js/[email protected]
Patch Changes
027d513,84b9e2b]:@zag-js/[email protected]
Patch Changes
84b9e2b]:@zag-js/[email protected]
Patch Changes
84b9e2b]:@zag-js/[email protected]
Patch Changes
84b9e2b]:@zag-js/[email protected]
Patch Changes
84b9e2b]:@zag-js/[email protected]
Patch Changes
027d513,0973473,020d79d,d729dc2,84b9e2b]:@zag-js/[email protected]
Patch Changes
84b9e2b]:@zag-js/[email protected]
Patch Changes
84b9e2b]:@zag-js/[email protected]
Patch Changes
84b9e2b]:@zag-js/[email protected]
Patch Changes
84b9e2b]:@zag-js/[email protected]
Patch Changes
84b9e2b]:@zag-js/[email protected]
Patch Changes
84b9e2b]:@zag-js/[email protected]
Patch Changes
027d513,0973473,020d79d,84b9e2b]:@zag-js/[email protected]
Patch Changes
84b9e2b]:@zag-js/[email protected]
Patch Changes
84b9e2b]:@zag-js/[email protected]
Patch Changes
84b9e2b]:@zag-js/[email protected]
Patch Changes
84b9e2b]:@zag-js/[email protected]
Patch Changes
9e47788Thanks@segunadebayo! - - Observe the tab list with
ResizeObserverso the indicator rectupdates when the list resizes without individual tab triggers changing size (e.g. responsive grid reflow).
84b9e2b]:@zag-js/[email protected]
Patch Changes
84b9e2b]:@zag-js/[email protected]
Patch Changes
84b9e2b]:@zag-js/[email protected]
Patch Changes
027d513,84b9e2b]:@zag-js/[email protected]
Patch Changes
84b9e2bThanks@segunadebayo! - - Add
api.scrollTo(value, details?)for programmaticallyscrolling to a heading. The optional
details.behaviorcontrols the scroll behavior; when omitted, the platformdefault applies.
getScrollElcontext prop toscrollElfor consistency with other machines (e.g.initialFocusEl,finalFocusEl).Updated dependencies [
84b9e2b]:@zag-js/[email protected]
Patch Changes
84b9e2b]:@zag-js/[email protected]
Patch Changes
84b9e2b]:@zag-js/[email protected]
Patch Changes
0973473,020d79d,84b9e2b]:@zag-js/[email protected]
Patch Changes
027d513,0973473,020d79d,84b9e2b]:@zag-js/[email protected]
Patch Changes
84b9e2b]:@zag-js/[email protected]
Patch Changes
84b9e2b]:@zag-js/[email protected]
Patch Changes
84b9e2b]:@zag-js/[email protected]
Patch Changes
@zag-js/[email protected]
Patch Changes
@zag-js/[email protected]
Patch Changes
6dbc33aThanks@segunadebayo! - Fix date input min/max handling to preserve entered segments while
editing. Values are now clamped segment-by-segment on blur, so
06/15/1999with min2000-01-01becomes06/15/2000instead of snapping to
01/01/2000.Add
constrainSegmentsto@zag-js/date-utilsfor segment-wise min/max clamping.8715c64Thanks@segunadebayo! - Fix issue where the date input was not writable in locales whose
date format separator contains more than one character (e.g.
cs-CZ,sk-SK,hu-HU,ko-KRwhich use". ")@zag-js/[email protected]
Patch Changes
027d513Thanks@segunadebayo! - Deduplicate
layerStack.add()by DOM node so the same element isnot registered twice (e.g. React Strict Mode). Fixes incorrect
data-has-nested,--layer-index, and--nested-layer-counton a single open dialog.Updated dependencies [
84b9e2b]:@zag-js/[email protected]
Patch Changes
84b9e2bThanks@segunadebayo! - - Add
api.scrollTo(value, details?)for programmaticallyscrolling to a heading. The optional
details.behaviorcontrols the scroll behavior; when omitted, the platformdefault applies.
getScrollElcontext prop toscrollElfor consistency with other machines (e.g.initialFocusEl,finalFocusEl).Updated dependencies []:
@zag-js/[email protected]
Patch Changes
@zag-js/[email protected]
Patch Changes
84b9e2b]:@zag-js/[email protected]
Patch Changes
84b9e2b]:@zag-js/[email protected]
Patch Changes
84b9e2b]:@zag-js/[email protected]
Patch Changes
84b9e2b]:@zag-js/[email protected]
Patch Changes
0973473Thanks@segunadebayo! - Fix
flip,shift, andhidemiddleware ignoring a late-mountedboundary. The boundary is now re-resolved on everycomputePositiontick, so a function-formboundary: () => elementpicks up the element once it mounts.020d79dThanks@segunadebayo! - Forward
boundaryinto thesizemiddleware so availablewidth/height match
flip/shift, with per-tick resolution for function boundaries.Updated dependencies [
84b9e2b]:@zag-js/[email protected]
Patch Changes
d729dc2Thanks@segunadebayo! - Fix scroll lock leaking on
<body>(data-scroll-lock,overflow: hidden) when nested dialogs or React Strict Mode trigger overlapping locks.84b9e2b]:@zag-js/[email protected]
Patch Changes
84b9e2b]:@zag-js/[email protected]
@zag-js/[email protected]
@zag-js/[email protected]
@zag-js/[email protected]
@zag-js/[email protected]
@zag-js/[email protected]
@zag-js/[email protected]
@zag-js/[email protected]
@zag-js/[email protected]
@zag-js/[email protected]
@zag-js/[email protected]
@zag-js/[email protected]
[email protected]
Patch Changes
d729dc2]: