fix(deps): update dependency @ark-ui/react to v4 #41
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:
^3.3.0
->^4.0.0
Release Notes
chakra-ui/ark (@ark-ui/react)
v4.2.0
Compare Source
Added
Slider.DraggingIndicator
for displaying an indicator when dragging a thumb.Field.RequiredIndicator
to show a required indicator (e.g., an asterisk) when therequired
prop is set.Fixed
api.addTag(...)
was not functioning correctly.readOnly
was set totrue
.getSelectionValue
was called multiple times; it now triggers only when a selection is made.preventDefault
calls on thetouchstart
event to avoid browser error logs.Changed
data-autoresize
attribute to both editable and preview elements whenautoResize
is enabled.all: unset
style from the input whenautoResize
is enabled, allowing for user-defined CSS.v4.1.2
Compare Source
Fixed
Portal
component to render twice.'use client'
annotation in theFrame
component.v4.1.1
Compare Source
Changed
value
anddefaultValue
types fromstring
toTime
. Usethe exported
parseTime
function to convert between strings and time objects.Fixed
the delete key.
the value.
v4.1.0
Compare Source
Added
Toggle
component.iframe.
Fixed
ref
to a component occasionally triggered a warning.input.
scrollbar was clicked.
acceptedFiles
were removed after an invalid file upload.createObjectURL
was not cleaned up.v4.0.0
Compare Source
In this major release, we shifted from primitive data types like strings to more structured types
such as
Collection
,Color
, andDateValue
. This enhanced flexibility and control by offeringadvanced methods and properties.
The new APIs introduced helper functions like
parseColor
,parseDate
, andcreateListCollection
to simplify working with the new types and make code more concise.
Changed
ColorPicker [Breaking]: Updated
value
anddefaultValue
types fromstring
toColor
. Usethe exported
parseColor
function to convert between strings and color objects.Before
After
Select, Combobox [Breaking]: Removed the
items
,itemToString
, anditemToValue
props.Introduced a
collection
prop instead. Use thecreateListCollection
helper to generate acollection from items.
Before
After
DatePicker [Breaking]: Changed
value
anddefaultValue
types fromstring
toDate
. Toconvert between strings and dates, use the
parseDate
function.Before
After
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 is behind base branch, 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.