Skip to content

Commit 5393e00

Browse files
committed
chore: bump zag
1 parent f80e1c3 commit 5393e00

File tree

10 files changed

+429
-422
lines changed

10 files changed

+429
-422
lines changed

.changeset/bumpy-queens-mate.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
---
2+
'@ark-ui/svelte': minor
3+
'@ark-ui/react': minor
4+
'@ark-ui/solid': minor
5+
'@ark-ui/vue': minor
6+
---
7+
8+
- **Toast**: Add support for queuing toasts that exceed the maximum limit. When the maximum number of toasts is reached:
9+
10+
- New toasts are added to a queue instead of being dropped
11+
- Queued toasts are automatically displayed when space becomes available
12+
- Queue is cleared when all toasts are removed
13+
14+
- **Listbox**
15+
16+
- Add support for clearing selection on Escape press
17+
- Add `api.clearHighlightedValue` function to clear the highlighted value
18+
- Add `data-empty` attribute to indicate when the listbox is empty
19+
- Fix keyboard navigation when no item is highlighted
20+
21+
- **Collection**: Add `filter` function to collection methods
22+
23+
- **Combobox**:
24+
25+
- Fallback to trigger element as the positioning anchor
26+
- Add `data-empty` attribute to the listbox and content to indicate when the listbox is empty

.changeset/config.json

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,6 @@
11
{
22
"$schema": "https://unpkg.com/@changesets/[email protected]/schema.json",
3-
"changelog": [
4-
"@changesets/changelog-github",
5-
{
6-
"repo": "chakra-ui/ark"
7-
}
8-
],
3+
"changelog": false,
94
"commit": false,
105
"access": "public",
116
"baseBranch": "main",

.github/workflows/release.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,3 @@ jobs:
3131
env:
3232
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
3333
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
34-
35-
# - name: Slack notification
36-
# if: steps.changesets.outputs.published == 'true'
37-
# run: pnpm slack
38-
# env:
39-
# SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}

0 commit comments

Comments
 (0)