fix(deps): update disable autoapprove for major updates (main) (major)#19
Open
renovate[bot] wants to merge 1 commit intomainfrom
Open
fix(deps): update disable autoapprove for major updates (main) (major)#19renovate[bot] wants to merge 1 commit intomainfrom
renovate[bot] wants to merge 1 commit intomainfrom
Conversation
3c48063 to
6605486
Compare
6605486 to
325202f
Compare
325202f to
71b20b0
Compare
71b20b0 to
c31812d
Compare
835379c to
1351011
Compare
6b6e252 to
81f9424
Compare
67da183 to
5ff4eb4
Compare
5eb8b2e to
934672d
Compare
934672d to
46b30ac
Compare
6b36189 to
07bc59d
Compare
07bc59d to
fe3b711
Compare
31b5f3b to
1cd661c
Compare
1cd661c to
2ab2e7d
Compare
2ab2e7d to
92a867e
Compare
2e377ce to
4d33cd4
Compare
4d33cd4 to
03dafde
Compare
de73883 to
cd41fa9
Compare
cd41fa9 to
304957e
Compare
304957e to
65bd50e
Compare
65bd50e to
84a2091
Compare
84a2091 to
6e442a7
Compare
6e442a7 to
803f261
Compare
c9b7ad0 to
3ccee08
Compare
3ccee08 to
2ab522e
Compare
70005a4 to
d69122b
Compare
d69122b to
0a33316
Compare
0a33316 to
f037114
Compare
f037114 to
0560937
Compare
0560937 to
4c5f297
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 contains the following updates:
^4.0.0→^5.0.0^4.4.2→^5.0.0^1.9.2→^2.0.02.3.15^9.0.0→^10.0.0^6.6.0→^7.0.0^22.5.5→^24.0.024.10.13^0.0.47→^1.0.0v4→v6^4.6.0→^5.0.0^4.1.1→^5.0.0^4.0.2→^5.0.05.2.0^3.6.1→^4.0.0^2.1.1→^3.0.0^56.0.0→^62.0.063.0.0^15.0.0→^17.0.0^1.7.15→^2.0.02.1.1^7.0.0→^8.0.0v45→v47^5.0.1→^6.0.06.1.1Release Notes
chakra-ui/ark (@ark-ui/solid)
v5.31.0Compare Source
Added
ValueTextcomponent for displaying selected date value(s) with placeholder support and renderprop for custom formatting
--scroll-area-overflow-{x,y}-{start,end}) for scroll fade effectsthumbCollisionBehaviorprop (none,push,swap)isStepValid,isStepSkippable, andonStepInvalidfor validation supportplaceholderprop (shown only when no tags exist)data-instantattribute for instant animationsFixed
visibleRangeTextto show correct format based on current view (year/month/day)arkfactory componentsCheckboxGroupreset()destroying cropper, prop changes not updating instantly, and panning boundscountis0thumbAlignment="contain"modeapi.toggleChecked()not workingv5.30.0Compare Source
Added
requiredandinvalidpropsonValueCommitcallback that fires when the input loses focus or Enter is pressedFirstTriggerandLastTriggercomponents for navigating to first/last pageboundaryCountparameter for controlling boundary pages (start/end)invalidandrequiredprops with correspondingdata-*andaria-*attributesscrollToIndexFnprop to enable keyboard navigation in virtualized treesFixed
aria-controlsattribute could fail when lazy mounting the contentrole="dialog"to content andaria-haspopup="dialog"to trigger when not inline for better accessibilitydirprop now properly delegated to all panel partsevent.defaultPreventedfor custom behaviordata-highlightedwasn't applied to the first item when usingautoHighlightwith input filteringformatOptionschanges dynamicallyEnterkey is pressed and formatting is triggeredChanged
getVisibleNodes()now returns{ node, indexPath }[]instead ofnode[]v5.29.1Compare Source
Fixed
aria-describedbyresolution to correctly reference helper text and error text IDsnaxis by explicitly settingtop: 0draggableandresizableoptions not being respected when set tofalsev5.29.0Compare Source
Added
valuetoOpenChangeDetailsfor better contextwhen handling open state changes
autoSizeprop to allow variable width/height slide itemsSplitter.ResizeTriggerIndicatorto render an indicator when resizinggetLayoutandgetSplitterLayoutfunctions for calculating splitter panel layoutsFixed
allowMouseDragis enabledonHighlightChangenot being invoked when collection is filtered to emptyfield multiple times
picker
data-focus-visibleanddata-focusattributescreateMemowrapper in scrollbar props as is already reactive.data-*attachedv5.28.0Compare Source
Added
InteractOutsideEvent,FocusOutsideEvent, andPointerDownOutsideEventtypes for better typesafety
Carousel.AutoplayIndicatorcomponent for conditionally rendering content based on autoplay stateCarousel.ProgressTextcomponent for displaying current page progress (e.g., "1 / 5")ToastOptionsandToastStorePropstypes for better type safetyChanged
initialItemsto acceptreadonlyarrays for better compatibility with immutable datapatterns.
@zag-js/collectionjust like the other frameworks.Fixed
aria-hiddenbehavior to allow interaction with other page elementsv5.27.1Compare Source
Fixed
scrollbar-gutter: stablein CSSonValueChangeEndcallback not triggering for programmatic value changesv5.27.0Compare Source
Added
Fixed
Angle Slider: Resolved an issue where dragging the thumb from non-center positions caused unexpected value jumps.
The thumb now maintains consistent positioning relative to the initial click point.
Slider: Fixed a problem where the thumb offset shifted dynamically during dragging, resulting in value jumps. The
offset now remains constant from the pointer throughout the drag operation.
Date Picker: Resolved a crash in the range date picker occurring when users typed the end date first by
implementing
null/undefinedchecks for date property access.Radio Group: Reverted to
offsetLeft/offsetTopcalculations to restore correct indicator positioning withinscrollable container contexts.
Tabs: Reverted to
offsetLeft/offsetTopcalculations to fix indicator positioning issues in scrollablecontainers.
Tour:
v5.26.2Compare Source
Fixed
Angle Slider: Fix accessibility violation where the slider thumb element lacked an accessible name. The thumb now
supports
aria-labelandaria-labelledbyprops, and automatically falls back to the label element's ID for properARIA labeling.
Select: Fix accessibility violation where the required state was not set correctly to on the trigger.
Tags Input: Fix issue where entering a custom tag with combobox integration required pressing
Entertwice. Thetags-input now correctly handles custom values when the combobox has no highlighted item (
aria-activedescendantisempty), allowing the tag to be added on the first
Enterpress.v5.26.1Compare Source
Fixed
Checkbox
indeterminatedoesn't workapi.checkedStatereturns the correct checked state (boolean | "indeterminate")Collapsible: Fix issue where
dirprop value was hardcoded toltrinstead of using the provided valueCombobox: Fix issue where controlled single-select combobox does not propagate its initial value to
inputValueListbox: Fix issue where pressing Enter key when no highlighted item still calls
event.preventDefault()Radio Group: Refactor to use
getBoundingClientRect()for precise indicator positioningSlider
minStepsBetweenThumbsTabs: Refactor to use
getBoundingClientRect()for precise indicator positioningTags Input: Fix issue where
maxLengthdoesn't apply to the edit input as wellv5.26.0Compare Source
Added
Collapsible: Add support for
collapsedHeightandcollapsedWidthprops to control the dimensions of thecollapsible content when in its collapsed state.
Focus Trap: Allow elements referenced by
aria-controlsto be included in the trap scope. This makes it possiblefor menus, popovers, etc. to be portalled and work correctly.
Pagination: Add
getPageUrlprop for generatinghrefattributes when using pagination as links.Select: Add
SelectRootComponentPropstype export for better component type composition.Listbox: Add
ListboxRootComponentPropstype export for better component type composition.Combobox: Add
ComboboxRootComponentPropstype export for better component type composition.TreeView:
TreeViewRootComponentPropstype export for better component type composition.TreeViewNodeRenameInputcomponent for inline node label editingcanRenameprop to control which nodes can be renamedonRenameStart,onBeforeRename, andonRenameCompletecallbacks for rename lifecycleCheckedChangeDetails,LoadChildrenErrorDetails,RenameStartDetails, andRenameCompleteDetailstypeexports
Fixed
Listbox: Fixed type signature of
useListboxto acceptMaybeAccessor<UseListboxProps>instead of justUseListboxProps. This allows reactive props to be passed correctly.Scroll Area: Fix RTL horizontal scrollbar positioning on Safari
Slider: Fix issue where slider continues dragging when disabled during drag operation.
Switch: Fix issue where
data-activeis inconsistently applied whendisabledstate changes at runtimev5.25.1Compare Source
Fixed
Date Picker
FormatByte: Add support for
unitSystemproperty to allow changing between decimal (1000 bytes) and binary (1024bytes) systems.
Number Input: When
formatOptionsis used (likestyle: "currency"), the cursor would jump to the end of theinput when typing in the middle. The cursor now maintains its relative position during formatting changes.
Pin Input: Fix issue where using the keyboard shortcuts
Cmd+BackspaceandCmd+Deleteto delete text in pininputs would insert "undefined" instead of clearing the field.
Scroll Area: Fix issue where resize tracking was not observing the root element, which caused the scrollbar to not
update when the root element's size changed.
v5.25.0Compare Source
Added
mergePropsutility for combining multiple props objects with proper event handler and className merging.createContextutility for creating typed React contexts with improved DX.Fixed
angleSliderAnatomyfrom the anatomy exportsv5.24.1Compare Source
Fixed
mergePropsthrows whenpropsisundefinedornullv5.24.0Compare Source
Removed
TimePicker: The TimePicker component has been removed from this release. This component was never part of the
public API and was considered experimental. It had significant bugs and usability issues across all frameworks and
locales, making it unsuitable for production use.
Migration: We recommend building a custom time picker using the Select component for simple use cases, or
implementing a time grid pattern for more complex scenarios.
Added
Combobox: Add
alwaysSubmitOnEnterprop to allow bypassing the default two-step behavior (Enter to closecombobox, then Enter to submit form) and instead submit the form immediately on Enter press. This is useful for
single-field autocomplete forms where Enter should submit the form directly.
Dismissable: Add support for layer types in dismissable layer stack. Layers can now be categorized as
dialog,popover,menu, orlistbox. This enables:data-nestedattribute on nested layers of the same typedata-has-nestedattribute on parent layers with nested children of the same type--nested-layer-countCSS variable indicating the number of nested layers of the same typeChanged
Hover Card: Change default delay values for hover card to improve accessibility.
openDelay: from700msto600msTooltip: Change default delay values for tooltip to improve accessibility.
Learn more
openDelay: from1000msto400mscloseDelay: from500msto150msFixed
Editable: Allow text selection in editable preview when
autoResizeis enabledPreviously, when
autoResizewas set totrue, the preview element haduserSelect: "none"applied, preventingusers from selecting text. This has been fixed by removing the
userSelectstyle property.File Upload: Fix regression where clicking the trigger doesn't open the file picker when used within the dropzone
Menu:
target="_blank"would open two tabsTabs: Fix issue where
idsforitemandcontentcould not be customizedToast: Allow creating a toast store without any arguments
v5.23.0Compare Source
Added
Field: Add
data-requiredattribute toField.LabelSelect, Combobox, Listbox, TreeView: Export
RootComponentandRootProviderComponenttypes which are usefulwhen building compositions that wrap the
RootandRootProvidercomponents and you still want type-safety for thecollection.
Fixed
Menu.ItemTextnot working insideMenu.TriggerItemv5.22.0Compare Source
Added
Combobox: Add
ComboboxEmptycomponent to display content when the combobox has no itemsListbox: Add
ListboxEmptycomponent to display content when the listbox has no itemsHover Card: Add support for
disabledpropFixed
Collection: Fix issue where disabled items could be reached via typeahead
Color Picker: Fix issue where color picker was not working correctly in RTL mode
Date Picker: Fix issue where datepicker doesn't revert to a valid value when the input value exceeds the min/max
and blurred
Dismissable: Expose
onRequestDismisscustom event handler for event a parent layer requests the child layer todismiss. If prevented via
event.preventDefault(), the child layer will not dismiss when the parent layer isdismissed.
Number Input
patternwhenformatOptionsis provided. This prevents native pattern validation from conflictingwith formatted values (e.g., currency or percent).
data-scrubbingattribute to the number input parts.Tags Input: Fix issue where highlighted item doesn't clear when tabbing out of the input to an external button
within the
controlpart.Tooltip
closeOnPointerdowntofalsewhencloseOnClickis set tofalse@zag-js/storedependency with a lightweight store implementation.v5.21.0Compare Source
Added
useAsyncListanduseCollatorhooks for managing asynchronous list operations and locale-awarestring comparison
ToastActionOptions,ToastPlacement,ToastPromiseOptions,ToastStatus,ToastStatusChangeDetails, andToastTypeChanged
divinstead oflegendelement for improved styling flexibilityaria-labelledbyattribute to fieldset root for better accessibility by linking to legendFixed
Date Picker
area.
min/maxconstraints.disabledonapi.getMonths()andapi.getYears()results to indicate options out of range for currentconstraints.
Listbox
currently highlighted.
getElementtoscrollToIndexFndetailshighlightedValueif the item is no longer in the collection.ScrollArea
data-draggingattribute to scroll area parts.Select: Add
getElementtoscrollToIndexFndetailsCombobox: Add
getElementtoscrollToIndexFndetailsv5.20.0Compare Source
Added
exactMatchoption that enables whole-word matching using regex word boundaries.Fixed
Menu: Fix context menu repositioning logic
Scroll Area: Add
data-hoverto scroll areav5.19.0Compare Source
Added
Fixed
ListCollection
at()andindexOf()find()method (was checking!= nullinstead of!== -1)GridCollection: Avoid recomputing rows on every call to
getRows()Menu
data-stateattribute for context menu triggerClientOnly: Fixed issue where
ClientOnlycomponent was not exported correctly.v5.18.4Compare Source
Fixed
Listbox: Add support for navigating grid collections
Carousel:
slideCountorautoplayprops change.loop: falsewas ignored when using autoplay. Now, the carousel will stop when it gets to thelast slide.
Date Picker: Expose
data-inlineattribute on Content part to enable distinct styling for inline date pickersversus popover date pickers.
Menu: Fix issue where
onCheckedChangecould be called twice on checkbox or radio itemRadio Group: Fixed issue where arrow key navigation doesn't apply
data-focus-visibleon the newly focused item.TagsInput: Export
InputValueChangeDetailstypeChanged
Async List: Improve type inference for descriptors
Framework Components: Improve runtime performance of components
v5.18.3Compare Source
Fixed
General: Fix issue where presence closing animation doesn't work as expected
Carousel: Fix issue where controlled carousel ignores last slide
v5.18.2Compare Source
Fixed
--layer-indexwith positioner and backdroptrapFocusfrommodalso it's possible to setmodal=falseandtrapFocus=truev5.18.1Compare Source
Fixed
Date Picker: Fixed issue where hovered range was connect to selected values, when it shouldn't
Tree View: Fixed issue where tree view doesn't scroll into view when content overflows.
v5.18.0Compare Source
Added
Collection: Add
useListSelectionhook for managing collection item selection with support for single/multipleselection modes
File Upload: Add support for programmatically controlling the accepted files via
acceptedFilesanddefaultAcceptedFilesSignature Pad: Add support for programmatically controlling the paths via
pathsanddefaultPathsprops.Date Picker: Added hover range preview support for date picker range selection. Added
inHoveredRange,firstInHoveredRange, andlastInHoveredRangeproperties toDayTableCellStatewith corresponding data attributesdata-in-hover-range,data-hover-range-start, anddata-hover-range-end.Hover range states are only active when not overlapping with actual selected range, enabling distinct styling for
hover preview vs actual selection in range mode.
Fixed
comparison operations when different date types (
CalendarDate,CalendarDateTime,ZonedDateTime) are mixed,particularly in scenarios involving time components.
v5.17.0Compare Source
Added
CheckboxGroupProvidercomponent for external checkbox group state managementFixed
Carousel: Fix issue where full page carousel could trap scrolling
ListCollection: Export
UseListCollectionReturntypeTreeCollection: Fix issue where the
filtermethod completely deletes the children key from the node when thereare no matching children
Number Input: Fix issue where default pattern does not allow negative numbers with decimal point
File Upload
FileError,FileMimeType, andFileRejectiontypesapi.setFilesinvokes validation with incorrectacceptedFilessecurity restrictions. As a fallback in the file validation logic, we now infer the mime type from the file
extension.
v5.16.1Compare Source
Fixed
Combobox
reasontoonOpenChangeandonInputValueChangecallbacksapi.clearHighlightedValuefunction to clear highlighted valueDate Picker
selectionMode=rangeandminView=yearfocusedValuecould not be fully controlledListbox: Select highlighted item only if it exists in the collection
Progress: Improve
valueAsStringformattingSelect
api.clearHighlightedValuefunction to clear highlighted valueTour: Fix an issue where the
gotofunction inStepActionMapdoesn't work when passing step IDs (string)Tree View: Expose
idin the tree node statev5.16.0Compare Source
Added
inlineprop to render color picker inlineinlineprop to render the date calendar inlineFixed
#if missing when using thehexchannel inputv5.15.4Compare Source
Fixed
defaultValueorvalueafter fetching items doesn'tupdate the
valueAsStringv5.15.3Compare Source
Fixed
v5.15.2Compare Source
Fixed
Date Picker: Fix issue with keyboard selection where setting unavailable date causes month view to behave
differently from clicking with mouse
Toast: Fix issue where app crashes when
toaster.promiseis called without loading option. Theloadingoptionis now required. A warning will be logged if it is not provided
Tree View
aria-busyattribute from branch trigger when not loading childrenonExpandChange,onSelectionChangeandonFocusChangeAngle Slider: Fix issue where scrubbing doesn't feel smooth on touch devices
Timer
targetMswhen window is not visiblestartMsandtargetMsare configured correctlyprogressPercentcalculation for countdown timersv5.15.1Compare Source
Fixed
Listbox.ItemContextwas not exportedv5.15.0Compare Source
Added
defaultCheckedValue,checkedValue,onCheckedChangepropsloadChildrenfails viaonLoadChildrenErrorpropFixed
verticaldon't workdefaultValuetonulldoesn't show indeterminate statev5.14.2Compare Source
Fixed
TreeViewNodeStateandTreeViewNodePropstypes from@zag-js/tree-viewChanged
Collection: Improve the APIs around
tree.flatten(...)andflattenedToTreeto ensure the original nodeproperties are preserved.
v5.14.1Compare Source
Fixed
onOpenChangecould be called twice when controlleddownloadFilefunction to handle webview scenariosonInputValueChangecould be called twice when selecting an itemallowCustomValue: trueused within in a form requires two enter keypress to submitv5.14.0Compare Source
Added
activationMode=nonecopymethodgetParentNodesto accept a value or index pathFixed
@ark-ui/solid/collectionwas not working as expectedslidesPerPageis 0undefinedinacceptedFileswhen no files acceptedMenu.ItemTextcould not be used withMenu.Itemv5.13.0Compare Source
Added
useListCollectionhook to create a dynamic list collection.Fixed
ProgressValueChangeDetailsandProgressValueTranslationDetailstypes from@zag-js/progressv5.12.0Compare Source
Added
loadChildrenis a function that is used to load the children of a node.onLoadChildrenCompleteis a callback that is called when the children of a node are loaded. Used to update thetree collection.
childrenCountto the node object to indicate the number of children.Fixed
Shift+ArrowRightset value to0instead ofmaxwhen step is too large (e.g.20)onValueChangeEnddoesn't return the latest value when dragging very fastv5.11.0Compare Source
Added
transformFilescontext property.Fixed
minStepsBetweenThumbsisn't computed correctly when interacting with pointer orkeyboard.
v5.10.0Compare Source
Added
PasswordInputcomponent for collecting secure text inputs.onSelectcallback that gets fired when an item is selected via keyboard/mouse.Fixed
Color Picker: Fixed issue where value change end event is invoked when committing via an input.
Toast: Fixed issue where calling
toast.remove()without an id shows a TypeScript error.Field: Fixed issue where helper text and error text could not be detected in shadow DOM environments.
v5.9.2Compare Source
Fixed
Collection: Export
CollectionOptions,TreeCollectionOptions,GridCollectionOptionstypes.Carousel
allowMouseDragis set where carousel no longer snaps after mouse interactionCombobox: Fix issue where
onInputValueChangedoesn't get called whenautoFocusis set totrueSlider: Fix issue where slider could throw a error when rendered in an popover or dialog
Tour: Fix issue where calling
api.start(<id>)with a step id doesn't work as expectedv5.9.1Compare Source
Fixed
getNextValueandgetPreviousValuedoesn't work as expected whengroupByis used.v5.9.0Compare Source
Added
useFilterhook to filter data based on the current locale.FormatRelativeTimecomponent for formatting relative time.v5.8.0Compare Source
Added
outsideDaySelectableprop to allow selecting days outside the current month (onthe same visible date range)
v5.7.0Compare Source
Added
Listboxcomponent for selecting a single or multiple items from a list. See thedocumentation for details.
Listbox,SelectorComboboxdocumentation for moredetails.
Changed
package.jsontoexportsfor improved compatibility with tools like Vite.v5.6.0Compare Source
Added
AngleSlidercomponent for selecting an angle. See thedocumentation for details.
FloatingPanelcomponent for creating floating windows. See thedocumentation for details.
data-emptyattribute to indicate an empty listbox or contentv5.5.0Compare Source
Added
disclosure components (e.g.,
Dialog,DatePicker,Menuetc).Fixed
Tabs: Fixed issue where tabs indicator animation behaves inconsistently.
Date Picker
Disclosure Components
v5.4.0Compare Source
Added
Slider
origin: endto align the thumb to the end of the track.thumbSizeas CSS variables in the root element. Can be useful for styling the slider.Menu
onSelectevent to theMenu.Itemcomponent.Fixed
tabIndexfor better dialog support.columnsprop inDatePicker.Table.valueprop inField.Textarea.childrenandfallbackprops inToggle.Indicator.v5.3.1Compare Source
Fixed
v5.3.0Compare Source
Added
Indicatorpart to display whether the collapsible was open or closed.ValueTextcomponent.Fixed
onOpenChangewas called with the sameopenvalue.onResizeStartandonResizeEndcallbacks weren't triggered during keyboardinteractions.
v5.2.0Compare Source
Added
asynchronously.
Changed
0.01whenformatOptions.stylewas set topercent.Splitter documentation for more details.
Fixed
onExitCompletewas not being called.valueAsStringlost reactivity.offsetstoundefinedcaused the machine to throw.onExitCompletewas not being called.[
v5.1.1](https://redirect.github.Configuration
📅 Schedule: Branch creation - Between 12:00 AM and 03:59 AM ( * 0-3 * * * ) in timezone Asia/Tokyo, Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.