chore(deps): update dependency @zag-js/store to ^0.34.0 #183
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.21.0
->^0.34.0
Release Notes
chakra-ui/zag (@zag-js/store)
v0.34.0
Compare Source
Fixed
the presence component
Changed
--transition-duration
css variable.
v0.33.2
Compare Source
Fixed
Added
Changed
v0.33.1
Compare Source
Fixed
= Core: Fix issue where context mutation updates were missed due to the underlying
proxy-compare
regression.Added
data-disabled
,data-invalid
, anddata-readonly
to indicator propsv0.33.0
Compare Source
Fixed
setContext(...)
instead ofwithContext(...)
.behind the portalled content.
PinInput: Fix an issue where paste in pin input would fill the input with all pasted characters instead of 1 per
input
Added
TreeView: Add new
TreeView
component to render a tree view of items. This component is useful for renderingnested data structures like a file system.
Changed
TagsInput
component design by introducing a newitem-preview
part. See the diff below formore details.
v0.32.1
Compare Source
Fixed
v0.32.0
Compare Source
Patch Changes
v0.31.1
Compare Source
Fixed
v0.31.0
Fixed
ColorPicker: Fix issue where swatch indicator had incorrect data attributes
NumberInput:
onValueChange
not decimal points)
Menu: Fix issue in non-portalled, nested menus where keyboard interactions within submenu bubble to parent menu
Added
onFileAccept
andonFileReject
callbacks.ids
and aria labels usingmessages
context property.TOO_MANY_FILES_REJECTION
>TOO_MANY_FILES
TOO_LARGE
>FILE_TOO_LARGE
TOO_SMALL
>FILE_TOO_SMALL
Changed
messages
context property totranslations
. This property was previously unusedv0.30.0
Fixed
Added
ColorPicker:
details.valueAsString
foronValueChange
callbackonFormatChange
callback to listen for format changescloseOnSelect
prop to control whether the color picker should close when a swatch color is selectedToast: Add generic support to toast types to support framework-specific types.
v0.29.0
Compare Source
Minor Changes
b34c87f3
Thanks@segunadebayo! - Expose more internal for better DX when building component
libraries.
Patch Changes
v0.28.1
Compare Source
Fixed
Dialog: Fix issue where dialog positioner applied the
hidden
attribute when closed leading to pre-mature exit ofcss animations applied to the dialog content.
Combobox: Fix a case where item highlight was looping even though loop property was false
v0.28.0
Compare Source
Fixed
onValueChange
is not called whenmultiple
is set totrue
aria-controls
was not added to triggerloop
property is not respected0
as the default index.Added
open
context propertyv0.27.1
Compare Source
Patch Changes
v0.27.0
Compare Source
Fixed
NaN
. Now, it reverts back to the previous alpha valuecollection
is not returned in theapi
use
directlyapi.isOpen
returnedundefined
in some casesAdded
vertical
Changed
output
part tovalueText
to match naming conventioninline
in datepicker and replace withcloseOnSelect
for API consistency.data-placement
to trigger and content parts for position-aware styling.v0.26.0
Compare Source
Patch Changes
041a9e00
Thanks@segunadebayo! - Fix issue where
dir
attribute was not applied to all elementparts
Updated dependencies []:
v0.25.0
Compare Source
Fixed
ColorPicker
hsl
12px
size for transparency gridRadioGroup: Fix issue where indicator stays visibile when the value is
null
Combobox: Fix issue where combobox positioner is
hidden
when combobox is not openChanged
Toast: Redesign toast render apis to allow for framework control.
defaultOptions
can now be passed directly to thetoast.group
machine context.render
function to thetoast.group
machine context.api.render
in favor of userland control. This eliminates the bug in Solid.js for custom toasts.Carousel: Rename
onSlideChange
toonIndexChange
Slider, RangeSlider: Merge the slider and range slider machines into one to prevent logic duplication.
value
andonValueChange
type has been updated to benumber[]
api.getThumbProps(index)
toapi.getThumbProps({ index })
Dialog: Rename dialog container to dialog positioner for better API consistency. This means
api.containerProps
is now
api.positionerProps
v0.24.0
Compare Source
Fixed
api.setFiles
andapi.clearFiles
does not workDOMException
warning when third party iframes are presentAdded
Changed
Combobox, Select, HoverCard: Rename
api.setPositioning(...)
toapi.reposition(...)
Carousel: Refactor components to ensure consistent naming convention
slideGroupProps
->itemGroupProps
getSlideProps
->getItemProps
nextSlideTrigger
->nextTrigger
prevSlideTrigger
->prevTrigger
ColorPicker:
api.getChannelValue
API to get the value of a specific color channelPagination: Rename component anatomy and parts
getPageTriggerProps
=>getTriggerProps
getNextPageTriggerProps
=>getNextTriggerProps
getPrevPageTriggerProps
=>getPrevTriggerProps
v0.23.0
Fixed
dir
is applied to all positioner elementsChanged
FileUpload:
Item
: The element that represents a fileItemSizeText
: The element that represents the size of a fileItemName
: The element that represents the name of a fileItemDeleteTrigger
: The buttonelement used to delete a fileapi.getFileSize
method to get the size of a file in a human readable formatRatingGroup:
api.sizeArray
toapi.items
max
tocount
v0.22.0
Fixed
dir
attribute is applied consistently across all component parts.closeOnInteractOutside
being set tofalse
Added
api.setPositioning(...)
to allow for repositioning the combobox contentoptionItemIndicator
andoptionItemText
partapi.optionItemIndicatorProps(...)
,api.optionItemTextProps(...)
supportapi.getItemState
OptionItemState
andItemState
typesChanged
api.isOptionChecked
in favor ofapi.getOptionItemState
formatOptions
:validateCharacter
,parse
,format
,minFractionDigits
,maxFractionDigits
modal: false
doesn't disable focus trapcloseOnEsc
tocloseOnEscapeKeyDown
onEsc
toonEscapeKeyDown
closeOnOutsideClick
tocloseOnInteractOutside
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 has been generated by Mend Renovate. View repository job log here.