chore: version packages (rc)#620
Open
github-actions[bot] wants to merge 1 commit into
Open
Conversation
github-actions
Bot
force-pushed
the
changeset-release/master
branch
6 times, most recently
from
July 16, 2026 21:25
8e8498e to
25d67b2
Compare
github-actions
Bot
force-pushed
the
changeset-release/master
branch
from
July 17, 2026 01:47
25d67b2 to
94c33d9
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 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 master, this PR will be updated.
masteris currently in pre mode so this branch has prereleases rather than normal releases. If you want to exit prereleases, runchangeset pre exitonmaster.Releases
@vuetify/v0@1.0.0-rc.9
Patch Changes
#619
95d2d34Thanks @johnleider! - fix(Switch,Form,Slider): correct ARIA states for mixed, native validation, and grouped form controls (#543)Switch.RootandSwitch.SelectAllno longer emit the spec-invalidaria-checked="mixed"; the value is clamped tofalsewhile indeterminate, so screen readers announce a valid switch state. Style indeterminate switches withdata-state="indeterminate"as before.Switch.ThumbandSwitch.Trackare now markedaria-hidden="true", hiding the decorative visuals from assistive technology.Form.Rootnow rendersnovalidateby default, so the browser's native constraint popups no longer block submit before v0's async validation runs. Opt back into native constraint validation with:novalidate="false".Slider.Rootnow exposesrole="group"plus optionallabel/ariaLabelledbyprops, giving multi-thumb sliders an accessible group name.#618
d611c03Thanks @johnleider! - fix(Avatar,Scrim,Popover,Tooltip,Select,Toggle): restore dropped alt text and complete missing ARIA wiring (#543)Avatar.Imagenow accepts analtprop and passes consumer attributes (alt,aria-label, ...) through to the rendered element — previously they were silently droppedScrimbackdrops are hidden from assistive technology witharia-hidden="true"Popover.Activatorexplicitly exposesaria-expandedandaria-controlsinstead of relying on inconsistent nativepopovertargetmappingTooltip.Contentcloses on Escape when focus is inside interactive tooltip contentSelect.Activatorreflects the disabled state (aria-disabled+ nativedisabled) and stays keyboard-focusable when rendered as a non-button element;Select.Contentnames its listbox viaaria-labelledbyToggle.Groupgainslabel,ariaLabelledby, andariaDescribedbyprops so the group can be named#625
584668dThanks @sridhar-3009! - fix(Carousel): pause autoplay while keyboard focus is inside the carousel (#625)Moving focus into the carousel now pauses auto-rotation and moving focus out resumes it, mirroring the existing pointer/touch behavior and satisfying WCAG 2.2.2 (Pause, Stop, Hide).
#627
396ea49Thanks @sridhar-3009! - fix(Splitter): give the resize handle a default localizedaria-label(#627)A
Splitter.Handlewithout an explicitlabelnow falls back to the localizedSplitter.handlestring ("Resize"), sorole="separator"always exposes an accessible name to assistive technology (WCAG 4.1.2, Name/Role/Value).#626
a1df426Thanks @sridhar-3009! - fix(Treeview): expose the active node to assistive technology viaaria-current(#626)Navigation trees without checkbox selection now convey the current node — the active
treeitememitsaria-current="true"alongside the existingaria-selected, so screen readers can announce the focused node.#606
9ca3fb3Thanks @sridhar-3009! - fix(useRtl,useTheme): keep SSR head entries in sync with reactive state (#606)During server rendering, the
dirattribute,data-theme, and injected theme styles now update viaentry.patchwhen RTL or theme state changes after the initial head push — previously the first-rendered values were frozen for the rest of the request. Adapter disposal also cleans up the new watchers alongside the head entry.#589
3b5565dThanks @johnleider! - fix(createTokens): follow a{alias}reached through a segment path (#566)resolve()now re-resolves an alias that a dotted-segment lookup lands on, instead of returning the raw'{alias}'string. This is visible underflat: true(where nested groups are stored whole and addressed by segment), souseTheme— which resolves theme colors through aflat: truetoken table — no longer drops or leaks an unresolved{alias}for a palette entry that is itself an alias. The leaf-value branch already followed terminal aliases; the segment branch now matches it.@vuetify/paper@1.0.0-rc.9
Patch Changes
95d2d34,d611c03,584668d,396ea49,a1df426,9ca3fb3,3b5565d]: