Skip to content

Commit 9f3a9f0

Browse files
committed
docs(blog): list July 2026 update on the home page
1 parent 23d6e4a commit 9f3a9f0

1 file changed

Lines changed: 9 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 7, 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...',

0 commit comments

Comments
 (0)