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
v4.4.2

#router #vue_router

4.4.2 (2024-08-01)
Bug Fixes
● types: revert stricter meta (d4d0087), closes #2319

source
v4.4.3

#router #vue_router

4.4.3 (2024-08-06)
Bug Fixes
reorder exports in package.json (#2323) (7422b15)

source
v4.4.4

#router #vue_router

4.4.4 (2024-09-10)
Bug Fixes
● ssr: handle symboless Modules in dynamic imports (#2355) (4861467)

Features
● loaders: internal mods in route records (5ff2cd0)

source
v4.4.5

#router #vue_router

4.4.5 (2024-09-13)
Bug Fixes
make internal property non enumerable to avoid errors with {{route}} (a8df616)

source
v4.5.0

#router #vue_router

4.5.0 (2024-11-25)

Bug Fixes

combining 'end' and 'strict' (#2154) (ab62098)
custom directive doesn't work when custom=true (#2377) (0d8d997)
router: allow duplicated navigation on back + redirect (#2133) (d992bb2)

Features

● link: add view-transition prop (#2356) (e978eb8)
throw if parent and child routes have the same name (#2267) (8c73877)

source
v4.5.1

#router #vue_router

4.5.1 (2025-04-25)

Bug Fixes

missing viewTransition prop on RouterLink (#2465) (2ddd19f)

Features

activate madvue banner (#2480) (8e38733)
memory history stores state (#2491) (24ff936)
● types: add support for children routes as union (#2475) (0ce408d)

source
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)