Vue Updates
115 subscribers
730 photos
926 links
Channel for automatic notifications about updates in the Vue ecosystem.

Watching: vue, nuxt, vuetify, vue-i18n-next, vue-router, pinia and vite

Contacts: @Black_Yuzia

Our channels:
@Vue_Courses
@Vue_Updates
@frontendmasters_courses
Download Telegram
v11.1.8

#vue_i18n #i18n #vue_i18n_next

What's Changed

⚑ Improvement Features

● fix: typo by @kazupon in #2221

Full Changelog: v11.1.7...v11.1.8

source
v3.6.0-alpha.2
#vue #vuejs #frontend

For stable releases, please refer to CHANGELOG.md for details.
For pre-releases, please refer to CHANGELOG.md of the minor branch.
😭1πŸ€—1
v3.5.18
#vue #vuejs #frontend

3.5.18 (2025-07-23)

Bug Fixes

● compiler-core: avoid cached text vnodes retaining detached DOM nodes (#13662) (00695a5), closes #13661
● compiler-core: avoid self updates of v-pre (#12556) (21b685a)
● compiler-core: identifiers in function parameters should not be inferred as references (#13548) (9b02923)
● compiler-core:
πŸŽ‰1
v3.5.19
#vue #vuejs #frontend

3.5.19 (2025-08-21)

Bug Fixes

● compiler-core: adjacent v-else should cause a compiler error (#13699) (911e670), closes #13698
● compiler-core: prevent cached array children from retaining detached dom nodes (#13691) (7f60ef8), closes element-plus/element-plus#21408 #13211
● compiler-sfc: improve type inference for generic type aliases types (
v3.5.20
#vue #vuejs #frontend

3.5.20 (2025-08-25)

Bug Fixes

● runtime-dom: add name to vShow for prop mismatch check (#13806) (1031e8d), closes #13805 re-fix #13744 revert #13777
v4.6.2
#vue_router #router #frontend

4.6.2 (2025-10-15)

Bug Fixes

● avoid passing leading ? to parseQuery (af822e4), closes #2571
v4.6.1
#vue_router #router #frontend

4.6.1 (2025-10-15)

Add back dist/vue-router.esm-bundler.js for better retro compatibility with existing wrappers. Note this will be removed in next major and a warning has been added. See #2569
v4.6.3
#vue_router #router #frontend

4.6.3 (2025-10-16)

Bug Fixes

● reinstate ESM browser builds (#2572) (09d63d3)
v3.0.4
#vue_pinia #pinia #frontend

3.0.4 (2025-11-05)

Features

● warn: detect global context on the server side (#2983) (be9e356)

Bug Fixes

● incorrect supported values in package.json (5cc55c2)
v3.6.0-alpha.3
#vue #vuejs #frontend

For stable releases, please refer to CHANGELOG.md for details.
For pre-releases, please refer to CHANGELOG.md of the minor branch.
v3.5.24
#vue #vuejs #frontend

3.5.24 (2025-11-07)

Reverts

● Revert "fix(compiler-core): correctly handle ts type assertions in expression…" (#14062) (11ec51a), closes #14062 #14060