-
-
Notifications
You must be signed in to change notification settings - Fork 170
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Version Packages #1432
Merged
Merged
Version Packages #1432
Conversation
This file contains 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
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
segunadebayo
force-pushed
the
changeset-release/main
branch
from
April 18, 2024 11:10
5cfa8cc
to
24b8ae5
Compare
segunadebayo
force-pushed
the
changeset-release/main
branch
from
April 18, 2024 11:43
24b8ae5
to
a673d69
Compare
segunadebayo
force-pushed
the
changeset-release/main
branch
from
April 19, 2024 22:19
a673d69
to
f321123
Compare
segunadebayo
force-pushed
the
changeset-release/main
branch
from
April 19, 2024 23:21
f321123
to
e58f95c
Compare
segunadebayo
force-pushed
the
changeset-release/main
branch
from
April 20, 2024 17:54
e58f95c
to
c99f66a
Compare
segunadebayo
force-pushed
the
changeset-release/main
branch
from
April 20, 2024 18:33
c99f66a
to
82df6cb
Compare
segunadebayo
force-pushed
the
changeset-release/main
branch
from
April 20, 2024 20:28
82df6cb
to
59fd92f
Compare
segunadebayo
force-pushed
the
changeset-release/main
branch
from
April 22, 2024 16:17
59fd92f
to
32dbc42
Compare
colinlienard
pushed a commit
to colinlienard/zag
that referenced
this pull request
Jun 18, 2024
ci(changesets): version packages Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
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 was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.
Releases
@zag-js/[email protected]
Minor Changes
23ed828
Thanks @segunadebayo! - - RenamegetItemState
propertiesisOpen
->expanded
isDisabled
->disabled
isFocused
->focused
Patch Changes
@zag-js/[email protected]
Minor Changes
23ed828
Thanks @segunadebayo! - - Renameapi.isLoaded
toapi.loaded
api.showFallback
since it's equivalent to!api.loaded
Patch Changes
@zag-js/[email protected]
Minor Changes
#1435
23ed828
Thanks @segunadebayo! - - Renameapi.getItemState
propertiesisCurrent
tocurrent
isNext
tonext
isPrevious
toprevious
isInView
toinView
api.isAutoPlay
toapi.autoPlaying
Patch Changes
@zag-js/[email protected]
Minor Changes
#1435
23ed828
Thanks @segunadebayo! - Renameapi
propertiesisChecked
tochecked
isDisabled
todisabled
isIndeterminate
toindeterminate
isFocused
tofocused
#1435
23ed828
Thanks @segunadebayo! - Add support forreadOnly
propPatch Changes
@zag-js/[email protected]
Minor Changes
23ed828
Thanks @segunadebayo! - Renameapi.isCopied
toapi.copied
Patch Changes
@zag-js/[email protected]
Minor Changes
#1435
23ed828
Thanks @segunadebayo! - Renameapi
propertiesisVisible
->visible
isDisabled
->disabled
isOpen
->open
open
,close
->setOpen(true|false)
Patch Changes
40f3703
Thanks @cschroeter! - Resolve an issue that sometimes the collapsible height was not measured correctlyUpdated dependencies []:
@zag-js/[email protected]
Minor Changes
#1435
23ed828
Thanks @segunadebayo! - Renameapi
propertiesisDragging
->dragging
isOpen
->open
open()
,close()
->setOpen(true|false)
Patch Changes
@zag-js/[email protected]
Minor Changes
#1431
80b97a9
Thanks @segunadebayo! - - Addopen
andopen.controlled
property to programmatically control the combobox's open stateopenOnChange
property to automatically open the combobox when the value changes. Value can be a boolean or afunction that returns a boolean.
openOnKeypress
property to automatically open the combobox when the arrow keys (up and down) are pressed.getSelectionValue
to the combobox's context to allow customizing the input value when an item is selected.dismissable
property to determine whether to add the combobox content to the dismissable stack.popup
attribute to allow rendering the combobox has a select with input within the content.persistFocus
to the item props to determine whether to clear the highlighted item on pointer leave.#1435
23ed828
Thanks @segunadebayo! - Renameapi
propertiesisFocused
->focused
isOpen
->open
isInputValueEmpty
->inputEmpty
open()
,close()
->setOpen(true|false)
#1431
80b97a9
Thanks @segunadebayo! - Renameloop
toloopFocus
to better reflect its purpose#1431
80b97a9
Thanks @segunadebayo! - - Fix issue where combobox could be composed with tags-input due to the wayselectedItems
andvalueAsString
wascomputed
selectOnBlur
to prevent accidental selection of options. Prefer explicit selection by user via click or enterkey.
onInputValueChange
to fromdetails.value
todetails.inputValue
Patch Changes
ed0ee38
]:@zag-js/[email protected]
Minor Changes
80b97a9
Thanks @segunadebayo! - RenamecloseOnEscapeKeyDown
tocloseOnEscape
Patch Changes
@zag-js/[email protected]
Minor Changes
#1435
23ed828
Thanks @segunadebayo! - Renameapi
propertiesisEditing
->editing
isValueEmpty
->empty
Patch Changes
@zag-js/[email protected]
Minor Changes
#1435
23ed828
Thanks @segunadebayo! - Renameapi
propertiesisDragging
->dragging
isFocused
->focused
open()
->openFilePicker()
Patch Changes
@zag-js/[email protected]
Minor Changes
#1431
80b97a9
Thanks @segunadebayo! - Focus first tabbable element when menu opens. To allow composition with combobox#1431
80b97a9
Thanks @segunadebayo! - Renameloop
toloopFocus
to better reflect its purposePatch Changes
@zag-js/[email protected]
Minor Changes
23ed828
Thanks @segunadebayo! - Add support forreadOnly
propPatch Changes
@zag-js/[email protected]
Minor Changes
#1431
80b97a9
Thanks @segunadebayo! - Renameloop
toloopFocus
to better reflect its purpose#1431
80b97a9
Thanks @segunadebayo! - RemoveselectOnBlur
to prevent accidental selection of options. Prefer explicit selection by user via click or enter key.Patch Changes
ed0ee38
]:@zag-js/[email protected]
Minor Changes
#1435
23ed828
Thanks @segunadebayo! - Renameapi
propertiesisDrawing
->drawing
isEmpty
->empty
Patch Changes
@zag-js/[email protected]
Minor Changes
23ed828
Thanks @segunadebayo! - Add support forreadOnly
propPatch Changes
@zag-js/[email protected]
Minor Changes
#1431
80b97a9
Thanks @segunadebayo! - Renameloop
toloopFocus
to better reflect its purpose#1435
23ed828
Thanks @segunadebayo! - Renameapi.getTriggerState
propertiesisSelected
->selected
isDisabled
->disabled
isFocused
->focused
Patch Changes
@zag-js/[email protected]
Minor Changes
80b97a9
Thanks @segunadebayo! - - RenameallowTagEdit
toeditable
onInputValueChange
to machine contextPatch Changes
@zag-js/[email protected]
Minor Changes
c7b781c
Thanks @segunadebayo! - - Rename some properties for better consistency:id
->value
expandedIds
->expandedValue
selectedIds
->selectedValue
#1435
23ed828
Thanks @segunadebayo! - - Renameapi.getItemState
propertiesisDisabled
->disabled
isFocused
->focused
isSelected
->selected
Rename
api.getBranchState
propertiesisExpanded
->expanded
Patch Changes
@zag-js/[email protected]
Patch Changes
@zag-js/[email protected]
Patch Changes
@zag-js/[email protected]
Patch Changes
@zag-js/[email protected]
Patch Changes
@zag-js/[email protected]
Patch Changes
@zag-js/[email protected]
Patch Changes
@zag-js/[email protected]
Patch Changes
@zag-js/[email protected]
Patch Changes
@zag-js/[email protected]
Patch Changes
@zag-js/[email protected]
Patch Changes
@zag-js/[email protected]
Patch Changes
@zag-js/[email protected]
Patch Changes
@zag-js/[email protected]
Patch Changes
@zag-js/[email protected]
Patch Changes
@zag-js/[email protected]
Patch Changes
@zag-js/[email protected]
Patch Changes
@zag-js/[email protected]
Patch Changes
@zag-js/[email protected]
Patch Changes
2ac0f00
Thanks @cschroeter! - Fix an issue where toast hide immediately after updatingccb1fa5
Thanks @cschroeter! - Fix an issue that the height was not exactly measuredUpdated dependencies []:
@zag-js/[email protected]
Patch Changes
@zag-js/[email protected]
Patch Changes
@zag-js/[email protected]
Patch Changes
@zag-js/[email protected]
Patch Changes
@zag-js/[email protected]
Patch Changes
@zag-js/[email protected]
Patch Changes
ed0ee38
Thanks @erm1116! - Fix issue where value is unintentionally sorted when highlighting item in the combobox and the select machine@zag-js/[email protected]
Patch Changes
@zag-js/[email protected]
Patch Changes
@zag-js/[email protected]
Patch Changes
@zag-js/[email protected]
Patch Changes
@zag-js/[email protected]
Patch Changes
@zag-js/[email protected]
Patch Changes
@zag-js/[email protected]
Patch Changes
@zag-js/[email protected]
Patch Changes
@zag-js/[email protected]
Patch Changes
@zag-js/[email protected]
Patch Changes
@zag-js/[email protected]
Patch Changes
@zag-js/[email protected]
Patch Changes
@zag-js/[email protected]
@zag-js/[email protected]
@zag-js/[email protected]
@zag-js/[email protected]
@zag-js/[email protected]
@zag-js/[email protected]
@zag-js/[email protected]
@zag-js/[email protected]
@zag-js/[email protected]
@zag-js/[email protected]
@zag-js/[email protected]
@zag-js/[email protected]
@zag-js/[email protected]
@zag-js/[email protected]
@zag-js/[email protected]
@zag-js/[email protected]
Patch Changes