chore(deps): update dependency @ark-ui/vue to v5.30.0#56
Open
renovate[bot] wants to merge 1 commit intomasterfrom
Open
chore(deps): update dependency @ark-ui/vue to v5.30.0#56renovate[bot] wants to merge 1 commit intomasterfrom
renovate[bot] wants to merge 1 commit intomasterfrom
Conversation
fbb0049 to
88feb80
Compare
88feb80 to
380ee85
Compare
380ee85 to
8922b18
Compare
8922b18 to
cc44571
Compare
cc44571 to
5576a1f
Compare
5576a1f to
c7012a5
Compare
c7012a5 to
ef5af2c
Compare
ef5af2c to
bc3c1d0
Compare
bc3c1d0 to
ad279df
Compare
2e30d5b to
bf661ca
Compare
bf661ca to
cee86e5
Compare
cee86e5 to
34dd4e3
Compare
34dd4e3 to
772c822
Compare
772c822 to
39c1206
Compare
39c1206 to
1a6352e
Compare
dcca52c to
917caaf
Compare
917caaf to
82fd968
Compare
82fd968 to
7ed4f0e
Compare
7ed4f0e to
dde5c52
Compare
dde5c52 to
a344bfb
Compare
6b1f8f5 to
a344bfb
Compare
Bundle StatsHey there, this message comes from a GitHub action that helps you and reviewers to understand how these changes affect the size of this project's bundle. As this PR is updated, I'll keep you updated on how the bundle size is impacted. Total
Changeset
View detailed bundle breakdownAdded
Removed
Bigger No assets were bigger Smaller No assets were smaller Unchanged
|
9a908db to
07b61ca
Compare
07b61ca to
1c71be8
Compare
1c71be8 to
3a2139e
Compare
3a2139e to
caa1a26
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:
5.25.1→5.30.0Release Notes
chakra-ui/ark (@ark-ui/vue)
v5.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 IDs, and correctedaria-labelledbyto use legend ID instead of label IDnaxis 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-focusattributesdata-*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.
Fixed
aria-hiddenbehavior to allow interaction with other page elementsMarquee.Contentnot receivingdata-v-*attribute for scoped styles when usingv-forat theroot level.
v5.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.
Dialog: Fix issue where
Dialog.Backdropdoes not respect exit animations when closing. The backdrop now properlyuses the presence composable to enable CSS transitions and animations on close.
Bottom Sheet: Fix issue where
BottomSheet.Backdropdoes not respect exit animations when closing.Tour: Fix issue where
Tour.Backdropdoes not respect exit animations when closing.Tabs: Fix issue where
Tab.Contentdoes not respect exit animations when switching tabs.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.
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 renamedrenameStart,beforeRename, andrenameCompleteevent emitters for rename lifecycleCheckedChangeDetails,LoadChildrenErrorDetails,RenameStartDetails, andRenameCompleteDetailstypeexports
Fixed
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 runtimeConfiguration
📅 Schedule: Branch creation - At any time (no schedule defined), 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.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.