Skip to content

Commit b91f454

Browse files
chore: version packages
1 parent ff9c430 commit b91f454

4 files changed

Lines changed: 13 additions & 15 deletions

File tree

.changeset/fix-snackbar-urgent-role.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

.changeset/tokens-resolve-alias-followthrough-566.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

packages/0/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# @vuetify/v0
22

3+
## 1.0.1
4+
5+
### Patch Changes
6+
7+
- [#624](https://github.com/vuetifyjs/0/pull/624) [`64b839c`](https://github.com/vuetifyjs/0/commit/64b839c96ef015269e637477c98c96b87dcb7b49) Thanks [@sridhar-3009](https://github.com/sridhar-3009)! - fix(Snackbar): add an `urgent` prop that switches the live region to `role="alert"` ([#624](https://github.com/vuetifyjs/0/issues/624))
8+
9+
Informational snackbars keep `role="status"` (a polite live region); setting `urgent` switches to `role="alert"` (assertive) so critical notifications interrupt assistive technology instead of waiting for it to go idle (WCAG 4.1.3, Status Messages).
10+
11+
- [#566](https://github.com/vuetifyjs/0/pull/566) [`ff9c430`](https://github.com/vuetifyjs/0/commit/ff9c430f1215e4deb7e6c2ae1571858eada4fb8a) Thanks [@johnleider](https://github.com/johnleider)! - fix(createTokens): resolve aliases reached through a segment path, return directly-passed TokenAlias literals, and cache chained resolutions ([#566](https://github.com/vuetifyjs/0/issues/566))
12+
13+
`resolve()` now follows a `{alias}` that a dotted-segment lookup lands on — previously it returned the raw `'{alias}'` string (visible under `flat: true`, where nested objects are stored whole and addressed by segment). A `TokenAlias` object passed directly to `resolve()` now returns its `$value` (previously a non-alias `$value` was stringified and looked up as an id, yielding `undefined`), and aliased resolutions cache the outer key rather than only the terminal hop. `resolve<T = unknown>()` also accepts an optional return-type parameter.
14+
315
## 1.0.0
416

517
### Minor Changes

packages/0/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vuetify/v0",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "A meta UI framework for building applications, component libraries, and design systems with Vue 3",
55
"license": "MIT",
66
"funding": [

0 commit comments

Comments
 (0)