chore(deps): update dependency @ariakit/react to ^0.4.17 #324
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:
^0.4.15
->^0.4.17
Release Notes
ariakit/ariakit (@ariakit/react)
v0.4.17
Compare Source
PopoverArrow
.@ariakit/react-core@0.4.17
v0.4.16
Compare Source
Improved
PopoverArrow
The
PopoverArrow
component now attempts to infer its border width from the popover’sbox-shadow
style when all lengths are0px
and the spread radius exceeds0px
(e.g.,box-shadow: 0 0 0 1px black
), which is commonly known as a "ring". If the border width cannot be inferred, you can use the newborderWidth
prop to define it. This ensures a consistent size regardless of the arrow's size, which wasn't achievable before when manually setting the CSSstroke-width
property.In addition, the arrow’s SVG path has been slightly modified to be more angled in the pointing direction. Note that you can always provide your own SVG using the
children
prop.Scrolling behavior when closing dialogs and popovers
When hiding a dialog or popover, the
finalFocus
element will no longer scroll into view. This change prevents scrolling issues when the element lies outside the viewport and mirrors the behavior of native HTML dialog and popover elements.Other updates
data-focus-visible
attribute removal on lower-end devices.disabled
prop to the native select element.valid
state not updating on Form.moveOnKeyPress
being triggered with composition text commands.@ariakit/react-core@0.4.16
Configuration
📅 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.