Skip to content

Commit 2c05206

Browse files
authored
docs(blog): add July 2026 update (#23100)
1 parent 27962f3 commit 2c05206

4 files changed

Lines changed: 448 additions & 0 deletions

File tree

β€Žpackages/docs/src/components/home/Blogs.vueβ€Ž

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -141,6 +141,15 @@
141141
const { smAndDown } = useDisplay()
142142
143143
const items = [
144+
{
145+
title: 'July 2026 Update',
146+
image: 'https://cdn.vuetifyjs.com/docs/images/blog/july-2026-update/july-hero.png',
147+
shortDescription: 'Vuetify0 reached 1.0 on July 22, shipping stable as @vuetify/v0 after 214 merged PRs and a thirteen-component stable spine. Five days later v3.13.0 shipped as the final Vuetify 3 minor and moved the line into long-term support through July 2027, on a window now shortened from eighteen months to twelve. The v4.1 patch line shipped five releases underneath both, fixing focus resolution in Shadow DOM, two defaults-inheritance leaks, and a run of select-family reports...',
148+
date: 'August 11, 2026',
149+
author: 'John Leider',
150+
avatar: 'https://cdn.vuetifyjs.com/docs/images/team/john.png',
151+
to: rpath('/blog/july-2026-update'),
152+
},
144153
{
145154
title: 'Announcing Vuetify0 1.0',
146155
shortDescription: 'Vuetify0 is 1.0. The release candidate held β€” the frozen surface shipped through the validation window without a breaking change β€” and the package is now @vuetify/v0, no tag required. For a headless meta-framework, 1.0 is a promise about the foundation: nineteen composables, seventeen utilities, and a thirteen-component spine locked under semver for the whole 1.x line, enforced by CI, with the rest of the components promoting onto it individually. It ships 40 components, 71 composables, and 24 utilities β€” the logic layer a decade of Vuetify was built on, extracted, hardened, and frozen...',

β€Žpackages/docs/src/pages/en/blog/index.mdβ€Ž

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,14 @@ Latest news, updates, and stories about Vuetify.
1818

1919
<br>
2020

21+
## July 2026 Update
22+
23+
πŸ–ŠοΈ John Leider β€’ πŸ“… August 11th, 2026
24+
25+
Vuetify0 reached 1.0 on July 22, shipping stable as @vuetify/v0 after 214 merged PRs and a thirteen-component stable spine. Five days later v3.13.0 shipped as the final Vuetify 3 minor and moved the line into long-term support through July 2027, on a window now shortened from eighteen months to twelve. The v4.1 patch line shipped five releases underneath both, fixing focus resolution in Shadow DOM, two defaults-inheritance leaks, and a run of select-family reports... { .text-medium-emphasis }
26+
27+
[Read More](/blog/july-2026-update/) { .text-end }
28+
2129
## Announcing Vuetify0 1.0
2230

2331
πŸ–ŠοΈ John Leider β€’ πŸ“… July 22nd, 2026

0 commit comments

Comments
Β (0)