chore(deps): update dependency @zag-js/store to ^0.34.0#183
Open
renovate[bot] wants to merge 1 commit intomasterfrom
Open
chore(deps): update dependency @zag-js/store to ^0.34.0#183renovate[bot] wants to merge 1 commit intomasterfrom
renovate[bot] wants to merge 1 commit intomasterfrom
Conversation
|
Contributor
|
Deploy preview for ui-storybook ready! ✅ Preview Built with commit 4a3643f. |
f7a46a0 to
68575ca
Compare
0ffaa5b to
4331fb2
Compare
52ad8fd to
97fe854
Compare
b1a04ec to
65d687e
Compare
3cc60bf to
d1fbeaf
Compare
d1fbeaf to
9fbe087
Compare
eee41a4 to
bb52ea1
Compare
bb52ea1 to
a995338
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:
^0.21.0->^0.34.0Release Notes
chakra-ui/zag (@zag-js/store)
v0.34.0Compare Source
Fixed
the presence component
Changed
--transition-durationcss variable.
v0.33.2Compare Source
Fixed
Added
Changed
v0.33.1Compare Source
Fixed
= Core: Fix issue where context mutation updates were missed due to the underlying
proxy-compareregression.Added
data-disabled,data-invalid, anddata-readonlyto indicator propsv0.33.0Compare 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
TreeViewcomponent to render a tree view of items. This component is useful for renderingnested data structures like a file system.
Changed
TagsInputcomponent design by introducing a newitem-previewpart. See the diff below formore details.
<div {...api.rootProps}> {api.value.map((value, index) => ( - <span key={index}> + <span key={index} {...api.getItemProps({ index, value })}> - <div {...api.getItemProps({ index, value })}> + <div {...api.getItemPreviewProps({ index, value })}> <span>{value} </span> <button {...api.getItemDeleteTriggerProps({ index, value })}>✕</button> </div> <input {...api.getItemInputProps({ index, value })} /> </span> ))} <input placeholder="Add tag..." {...api.inputProps} /> </div>v0.32.1Compare Source
Fixed
v0.32.0Compare Source
Patch Changes
v0.31.1Compare Source
Fixed
v0.31.0Fixed
ColorPicker: Fix issue where swatch indicator had incorrect data attributes
NumberInput:
onValueChangenot decimal points)
Menu: Fix issue in non-portalled, nested menus where keyboard interactions within submenu bubble to parent menu
Added
onFileAcceptandonFileRejectcallbacks.idsand aria labels usingmessagescontext property.TOO_MANY_FILES_REJECTION>TOO_MANY_FILESTOO_LARGE>FILE_TOO_LARGETOO_SMALL>FILE_TOO_SMALLChanged
messagescontext property totranslations. This property was previously unusedv0.30.0Fixed
Added
ColorPicker:
details.valueAsStringforonValueChangecallbackonFormatChangecallback to listen for format changescloseOnSelectprop 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.0Compare Source
Minor Changes
b34c87f3Thanks@segunadebayo! - Expose more internal for better DX when building component
libraries.
Patch Changes
v0.28.1Compare Source
Fixed
Dialog: Fix issue where dialog positioner applied the
hiddenattribute 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.0Compare Source
Fixed
onValueChangeis not called whenmultipleis set totruearia-controlswas not added to triggerloopproperty is not respected0as the default index.Added
opencontext propertyv0.27.1Compare Source
Patch Changes
v0.27.0Compare Source
Fixed
NaN. Now, it reverts back to the previous alpha valuecollectionis not returned in theapiusedirectlyapi.isOpenreturnedundefinedin some casesAdded
verticalChanged
outputpart tovalueTextto match naming conventioninlinein datepicker and replace withcloseOnSelectfor API consistency.data-placementto trigger and content parts for position-aware styling.v0.26.0Compare Source
Patch Changes
041a9e00Thanks@segunadebayo! - Fix issue where
dirattribute was not applied to all elementparts
Updated dependencies []:
v0.25.0Compare Source
Fixed
ColorPicker
hsl12pxsize for transparency gridRadioGroup: Fix issue where indicator stays visibile when the value is
nullCombobox: Fix issue where combobox positioner is
hiddenwhen combobox is not openChanged
Toast: Redesign toast render apis to allow for framework control.
defaultOptionscan now be passed directly to thetoast.groupmachine context.renderfunction to thetoast.groupmachine context.api.renderin favor of userland control. This eliminates the bug in Solid.js for custom toasts.Carousel: Rename
onSlideChangetoonIndexChangeSlider, RangeSlider: Merge the slider and range slider machines into one to prevent logic duplication.
valueandonValueChangetype 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.containerPropsis now
api.positionerPropsv0.24.0Compare Source
Fixed
api.setFilesandapi.clearFilesdoes not workDOMExceptionwarning when third party iframes are presentAdded
Changed
Combobox, Select, HoverCard: Rename
api.setPositioning(...)toapi.reposition(...)Carousel: Refactor components to ensure consistent naming convention
slideGroupProps->itemGroupPropsgetSlideProps->getItemPropsnextSlideTrigger->nextTriggerprevSlideTrigger->prevTriggerColorPicker:
api.getChannelValueAPI to get the value of a specific color channelPagination: Rename component anatomy and parts
getPageTriggerProps=>getTriggerPropsgetNextPageTriggerProps=>getNextTriggerPropsgetPrevPageTriggerProps=>getPrevTriggerPropsv0.23.0Fixed
diris 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.getFileSizemethod to get the size of a file in a human readable formatRatingGroup:
api.sizeArraytoapi.itemsmaxtocountv0.22.0Fixed
dirattribute is applied consistently across all component parts.closeOnInteractOutsidebeing set tofalseAdded
api.setPositioning(...)to allow for repositioning the combobox contentoptionItemIndicatorandoptionItemTextpartapi.optionItemIndicatorProps(...),api.optionItemTextProps(...)supportapi.getItemStateOptionItemStateandItemStatetypesChanged
api.isOptionCheckedin favor ofapi.getOptionItemStateformatOptions:validateCharacter,parse,format,minFractionDigits,maxFractionDigitsmodal: falsedoesn't disable focus trapcloseOnEsctocloseOnEscapeKeyDownonEsctoonEscapeKeyDowncloseOnOutsideClicktocloseOnInteractOutsideConfiguration
📅 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.