Skip to content

chore: version packages - #934

Merged
johnleider merged 1 commit into
masterfrom
changeset-release/master
Sep 1, 2026
Merged

chore: version packages#934
johnleider merged 1 commit into
masterfrom
changeset-release/master

Conversation

@github-actions

@github-actions github-actions Bot commented Aug 26, 2026

Copy link
Copy Markdown
Contributor

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 ac90199 Thanks @johnleider! - fix(Breadcrumbs): keep every crumb visible when Ellipsis is omitted (#911)

    Truncation only runs when Breadcrumbs.Ellipsis is composed.

  • #933 7d41f19 Thanks @johnleider! - fix(createDataTable): honor the factory locale option when a locale plugin is installed

  • #933 7d41f19 Thanks @johnleider! - fix(DataGrid): keep column resize working after hide()

    hide() leaves columns mounted; resize now matches Splitter panel count, not visible-only columns.

  • #953 897cdcf Thanks @johnleider! - fix(createValidation): fail unknown rule aliases; join Form via formNamespace

    Unresolved alias strings no longer pass validation. Fields join a Form through formNamespace (default 'v0:form'), matching groupNamespace — a custom Form namespace only collects children that set the same key.

  • #954 2e0025c Thanks @johnleider! - fix(Input): required fields fail Form submit under novalidate

    required on Input and NumberField now registers a presence rule, so empty required fields fail submit() even though Form defaults to novalidate.

  • #944 6ec1732 Thanks @J-Sek! - fix(findMatchRanges): directional ignoreAccents now matches an already-accented spelling verbatim

    ignoreAccents: 'query' and 'target' fold only one side of the comparison, so a heavily-accented word like Kraków could fail to match its own exact spelling — the query got folded to Krakow while 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 (typing cafe won't find café) and 'target' still only folds the text (typing café won't find cafe), so a different accent on either side (café vs cafè) still doesn't match.

  • #957 c9575fd Thanks @johnleider! - fix(InputControl): keep wrapper attrs when Root leaves them unset

    Wrappers can set a control attr the ambient Input.Root left unset (readonly, disabled, required, name, form). Root-set values still win.

  • #938 9f8eb78 Thanks @johnleider! - fix(Popover): restore CSS anchoring when Content sets a custom id

    A custom Content id paired with a matching Activator target is the native popover pairing. Positioning now follows that id again instead of the Root-generated one.

  • #947 1b6bb65 Thanks @johnleider! - fix(usePopover): name the plugin namespace v0:popover

    createPopoverPlugin now provides at v0:popover, matching every other plugin. Compound Popover.Root context moved to v0:popover:root so the two keys do not collide. If you passed namespace: 'v0:popover-plugin' explicitly, drop it or switch to v0:popover.

  • #933 7d41f19 Thanks @johnleider! - fix(Progress): emit a number when filling after an indeterminate start

    An 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 8155332 Thanks @johnleider! - fix(selection): make ticket.unregister() clear selection and tree state

    ticket.unregister() now drops the id from selection, mixed, and nested maps — the same cleanup unregister(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 mandatory unselectAll on a tree no longer leave ghost ids or re-select a disabled node.

  • #958 2bfaf60 Thanks @johnleider! - fix(TabsItem): let renderless items supply a focus target

    Pass el to Tabs.Item when as is null so arrow keys move focus to the real control.

@paper/bulma@0.1.1

Patch Changes

@paper/emerald@0.1.1

Patch Changes

@vuetify/play@0.1.1

Patch Changes

@github-actions
github-actions Bot force-pushed the changeset-release/master branch 26 times, most recently from e562322 to 517126c Compare September 1, 2026 14:47
@github-actions
github-actions Bot force-pushed the changeset-release/master branch from 517126c to e0454ae Compare September 1, 2026 18:13
@johnleider
johnleider merged commit de81ef9 into master Sep 1, 2026
21 checks passed
@johnleider
johnleider deleted the changeset-release/master branch September 1, 2026 18:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant