GitHub Releases

Latest releases from Vue.js, Nuxt, and ecosystem projects, with AI-generated summaries when available.

Get the Weekly Digest in your inbox

460+ newsletter subscribers. Curated Vue and Nuxt news every week — articles, releases, and conferences.

intlify/vue-i18n
v11.4.9

Aug 23, 2026

In version 11.4.9 of Vue i18n, several important bug fixes were implemented, including improvements to locale chain cache invalidation and fallback handling. Additionally, enhancements were made to preserve tree-shaking with Vapor and to prevent retaining array message references, optimizing performance for Vue/Nuxt developers.
Vue
nuxt/ui
v4.11.0

Aug 21, 2026

Nuxt UI v4.11.0 introduces the new `Splitter` component for creating resizable layouts and the `ProgressGroup` component for displaying multiple values in a single progress bar. Additionally, animations have been enhanced for snappier motion, and the `@nuxt/ui/vite` plugin now includes experimental component detection to optimize CSS generation based on used components.
Nuxt
nuxt/scripts
v1.3.8

Aug 21, 2026

In the v1.3.8 release of Nuxt Scripts, a bug fix was implemented to prevent the declaration of the global `Window` via `extends`, improving compatibility and stability. This change is a backport from the 1.x series.
Nuxt
nuxt/scripts
v1.3.7

Aug 21, 2026

Nuxt Scripts v1.3.7 includes a crucial bug fix that disables proxying for static deployments, addressing issues from the previous version. This update ensures smoother functionality for developers using static hosting with Nuxt.
Nuxt
vuejs/language-tools
v3.3.11

Aug 21, 2026

The v3.3.11 release of Vue Language Tools includes important fixes for type checking and prop casing detection, enhancing the overall reliability of the language service. Additionally, users can now disable the welcome page in VSCode, providing a more streamlined development experience.
Vue
nuxt/scripts
v1.3.6

Aug 18, 2026

Nuxt Scripts v1.3.6 includes important bug fixes, such as preventing the declaration of `dataLayer` on the global `Window` and improving error reporting for upstream failures as gateway errors. These updates enhance stability and reliability for developers using Nuxt Scripts.
Nuxt
nuxt/scripts
v1.3.5

Aug 16, 2026

This release of Nuxt Scripts (v1.3.5) includes a critical bug fix that ensures Undici is excluded from Worker bundles when using Cloudflare, improving compatibility and performance. Developers should update to this version to avoid potential issues.
Nuxt
vuejs/language-tools
v3.3.10

Aug 15, 2026

The v3.3.10 release of Vue Language Tools includes several important fixes, such as resolving `v-for` item types and ignoring trailing whitespace in generic parameters. Additionally, the VSCode integration now supports read-only file systems and isolates custom TypeScript plugin paths between profiles, enhancing the development experience.
Vue
nuxt/scripts
v1.3.4

Aug 13, 2026

Nuxt Scripts v1.3.4 introduces critical bug fixes including the import of `defineNuxtPlugin` in the intercept plugin and enhanced support for Nitro 2 and 3 server runtimes. Additionally, it improves security by blocking unsafe redirects in the proxy and hardens lifecycle and SDK loading in scripts.
Nuxt
vuejs/pinia
The @pinia/[email protected] release adds compatibility with Nuxt 5 and updates the playground to @vue/repl v4. It also includes important bug fixes, such as guarding __VUE_PROD_DEVTOOLS__ in the distribution output and improving SSR state hydration for reactive Set/Map.
PiniaVue
vuejs/pinia
v4.0.3

Aug 12, 2026

Pinia v4.0.3 introduces compatibility with Nuxt 5 and updates the playground to @vue/repl v4. It also includes important bug fixes such as improved SSR hydration for reactive state and adjustments to avoid reserved names in type definitions.
PiniaVue
posva/pinia-colada
The @pinia/[email protected] release adds support for Pinia 4, enhancing compatibility for developers. It also includes bug fixes that ensure asyncStatus remains accurate during canceled requests, preserves date in persistence, and reduces types pollution.
Pinia
nuxt/icon
v2.5.0

Aug 10, 2026

Nuxt Icon v2.5.0 introduces important bug fixes, including the registration of server handlers exclusively for server providers and improved discovery of collections installed by a layer. Additionally, it ensures that the `with` key is retained on externalized icon JSON imports in the server bundle.
Nuxt
nuxt/scripts
v1.3.3

Aug 06, 2026

Nuxt Scripts v1.3.3 includes a bug fix that backports empty body handling to version 1, improving the proxy functionality. This update enhances reliability for developers using the proxy feature.
Nuxt
nuxt/eslint
v1.17.0

Aug 06, 2026

Nuxt ESLint v1.17.0 introduces updated dependencies and includes important bug fixes, such as disallowing comments as extra template roots and resolving issues with spread operators in the eslint-plugin. These changes enhance code quality and maintainability for Vue/Nuxt developers.
Nuxt
nuxt/nuxt
v3.21.11

Aug 05, 2026

Nuxt v3.21.11 is a patch release marking the end-of-life for Nuxt v3, urging users to upgrade to Nuxt v4. Key fixes include improved serialization for island payloads, deduplication of island renders during prerendering, and enhancements to asyncData status management.
Nuxt
nuxt/nuxt
v4.5.2

Aug 05, 2026

Nuxt v4.5.2 introduces performance enhancements by skipping unnecessary rewrites and utilizing lazy imports, significantly improving parsing speed. It also includes various bug fixes, such as better handling of client-side navigation and improved type generation for route parameters, ensuring a smoother development experience.
Nuxt
vuejs/core
v3.5.41

Aug 05, 2026

This release of Vue Core v3.5.41 includes stability improvements and bug fixes. For detailed changes, developers are encouraged to check the CHANGELOG.md for both stable and pre-release updates.
Vue
vuejs/language-tools
v3.3.9

Jul 31, 2026

In version 3.3.9 of Vue Language Tools, new features include the ability to check for unused generic type parameters and expose runtime values of enum members in the schema. Key fixes enhance directive completion behavior by preserving modifiers and ensuring the `getProgramAndFile` function remains side-effect free.
Vue
vueuse/vueuse
v14.4.0

Jul 29, 2026

VueUse v14.4.0 introduces several enhancements for Nuxt, including the disabling of `useColorMode` auto import when `@nuxtjs/color-mode` is detected and improved module builder output layout. New features include more configurable options for `onStartTyping`, the addition of `useElementOverflow`, and updates to `useDebounceFn` and `useVirtualList`. Bug fixes address Rollup warnings and improve template ref handling in v-for scenarios.
Vue