chore: version packages - #934
Merged
Merged
Conversation
github-actions
Bot
force-pushed
the
changeset-release/master
branch
26 times, most recently
from
September 1, 2026 14:47
e562322 to
517126c
Compare
3 tasks
github-actions
Bot
force-pushed
the
changeset-release/master
branch
from
September 1, 2026 18:13
517126c to
e0454ae
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.
Releases
@vuetify/v0@1.2.1
Patch Changes
#959
ac90199Thanks @johnleider! - fix(Breadcrumbs): keep every crumb visible when Ellipsis is omitted (#911)Truncation only runs when
Breadcrumbs.Ellipsisis composed.#933
7d41f19Thanks @johnleider! - fix(createDataTable): honor the factorylocaleoption when a locale plugin is installed#933
7d41f19Thanks @johnleider! - fix(DataGrid): keep column resize working after hide()hide()leaves columns mounted; resize now matches Splitter panel count, not visible-only columns.#953
897cdcfThanks @johnleider! - fix(createValidation): fail unknown rule aliases; join Form via formNamespaceUnresolved alias strings no longer pass validation. Fields join a Form through
formNamespace(default'v0:form'), matchinggroupNamespace— a custom Formnamespaceonly collects children that set the same key.#954
2e0025cThanks @johnleider! - fix(Input): required fields fail Form submit under novalidaterequiredon Input and NumberField now registers a presence rule, so empty required fields failsubmit()even though Form defaults tonovalidate.#944
6ec1732Thanks @J-Sek! - fix(findMatchRanges): directionalignoreAccentsnow matches an already-accented spelling verbatimignoreAccents: 'query'and'target'fold only one side of the comparison, so a heavily-accented word likeKrakówcould fail to match its own exact spelling — the query got folded toKrakowwhile the target stayed accented, and the two no longer agreed.Both modes now also check for a literal, unfolded match, so typing the exact accented text always finds it — without changing what they're for:
'query'still only folds the query (typingcafewon't findcafé) and'target'still only folds the text (typingcaféwon't findcafe), so a different accent on either side (cafévscafè) still doesn't match.#957
c9575fdThanks @johnleider! - fix(InputControl): keep wrapper attrs when Root leaves them unsetWrappers can set a control attr the ambient Input.Root left unset (
readonly,disabled,required,name,form). Root-set values still win.#938
9f8eb78Thanks @johnleider! - fix(Popover): restore CSS anchoring when Content sets a custom idA custom Content
idpaired with a matching Activatortargetis the native popover pairing. Positioning now follows that id again instead of the Root-generated one.#947
1b6bb65Thanks @johnleider! - fix(usePopover): name the plugin namespacev0:popovercreatePopoverPluginnow provides atv0:popover, matching every other plugin. CompoundPopover.Rootcontext moved tov0:popover:rootso the two keys do not collide. If you passednamespace: 'v0:popover-plugin'explicitly, drop it or switch tov0:popover.#933
7d41f19Thanks @johnleider! - fix(Progress): emit a number when filling after an indeterminate startAn unbound Progress that later received a fill value used to write
[n]because scalar-vs-array was frozen at setup. Fill also omits inline width while indeterminate so CSS animations can run.#951
8155332Thanks @johnleider! - fix(selection): make ticket.unregister() clear selection and tree stateticket.unregister()now drops the id from selection, mixed, and nested maps — the same cleanupunregister(id)already did.clear()/dispose()on a group or tree wipe mixed and open state too. Stepping after an earlier item unmounts, Progress percent after a segment unmounts, and mandatoryunselectAllon a tree no longer leave ghost ids or re-select a disabled node.#958
2bfaf60Thanks @johnleider! - fix(TabsItem): let renderless items supply a focus targetPass
eltoTabs.Itemwhenasisnullso arrow keys move focus to the real control.@paper/bulma@0.1.1
Patch Changes
#958
2bfaf60Thanks @johnleider! - fix(BuTab): follow keyboard focus onto the tab anchorUpdated dependencies [
ac90199,7d41f19,7d41f19,897cdcf,2e0025c,6ec1732,c9575fd,9f8eb78,1b6bb65,7d41f19,8155332,2bfaf60]:@paper/emerald@0.1.1
Patch Changes
#955
0100994Thanks @johnleider! - fix(EmCalendar): fill the parent width instead of shrinking to the headerA calendar in a full-width column used to size itself to the month label, so the grid sat as a skinny card on mobile. The root is now
width: 100%.Updated dependencies [
ac90199,7d41f19,7d41f19,897cdcf,2e0025c,6ec1732,c9575fd,9f8eb78,1b6bb65,7d41f19,8155332,2bfaf60]:@vuetify/play@0.1.1
Patch Changes
#970
275733cThanks @johnleider! - fix(play): makenpm install @vuetify/playresolve its dependencies0.1.0shipped@vuetify/v0andfflateas workspace/catalog protocol strings, which npm cannot fetch. This republish writes semver ranges for both.Updated dependencies [
ac90199,7d41f19,7d41f19,897cdcf,2e0025c,6ec1732,c9575fd,9f8eb78,1b6bb65,7d41f19,8155332,2bfaf60]: