Vue Updates
114 subscribers
695 photos
842 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
v3.8.11

#vuetify

πŸ”§ Bug Fixes

● VBtn: allow text values for letter-spacing Sass variable (#21602) (525b0fd), closes #21600
● VCarousel: avoid missing progress bar (#21586) (488ebc7)
● VDatePicker: completely hide days not in weekdays array (#21624) (010ded6), closes #21492 #19718
● VList: set item value to item if primitive (#21596) (58007ca), closes #21584
● VNumberInput: fix endless increment (#21610) (939a51c), closes #21581
● VSelect, VAutocomplete, VCombobox: open menu on icon click (#21617) (ec4dfc1), closes #21607

source
v3.9.0-beta.1

#vuetify

πŸ”§ Bug Fixes

● VTimePicker: auto width (#21613) (5d1ceab)
● VTreeview: restore reactivity with computed items (107dd0c), closes #20900
● VTreeview: activatable implies openOnClick=false (c0b7d7b)
● VTreeview: select trunk nodes on click when openOnClick=false (e6a1710), closes #21599
● VTreeview: prevent checkbox deselection when mandatory (431af5f), closes #21614

source
πŸŽ‰1
v4.0.0-alpha.4

#nuxt
4.0.0-alpha.4 is the fourth alpha release of Nuxt 4 for early testing


πŸ—ΊοΈ Roadmap

πŸ‘‰ Read more at https://nuxt.com/blog/roadmap-v4

πŸ‘‰ Changelog

compare changes

πŸš€ Enhancements

● nuxt: Support lazy hydration macros (#31192)

🩹 Fixes

● nuxt: Ensure asyncData runs if changing key while fetcher is running (#32466)
● kit: Do not skip layer with defined srcDir (#32487)
● deps: Upgrade to rc version of @nuxt/cli (#32488)

πŸ“– Documentation

● Update .nuxtignore examples for v4 structure (#32489)

❀️ Contributors

● Daniel Roe (@danielroe)
● Alex Liu (@Mini-ghost)
● Robin (@OrbisK)

source
πŸŽ‰1
[email protected]

#vite #vite_plugin_vue

5.0.1 (2025-06-30)

● fix(deps): update all non-major dependencies (#618) (46f6c99), closes #618
● fix(vue-jsx): handle type asserted export default defineComponent (#615) (3602d4d), closes #615

source
v3.8.12

#vuetify

πŸ”§ Bug Fixes

● date: align fullDate format with documentation and other adapters (#21668) (c856da3), closes #21667
● virtual: skip items update if height has not been checked (#21442) (2e55ed3), closes #18806
● VDataTable: continue sorting if dates are identical (a9d0c56), closes #21650
● VDataTable: only tab focus sortable columns (27aaaf4), closes #20899
● VDatePicker: correct week labels (#21648) (b46e60c), closes #21645 #21332
● VOtpInput: only autofocus if autofocus prop is set (79bcb27)
● VOverlay: properly detect location flipping loop (07db6b2), closes #21564 #21551
● VTextField: avoid infinite focus loop (#21628) (efaaa5d), closes #21626

πŸ§ͺ Labs

● VCalendar: slot day-event not available (#21558) (d743051), closes #21341
● VIconBtn: add button type (#21638) (dd1db74), closes #21634

source
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
v7.0.1

#vite

7.0.1 (2025-07-03)

Bug Fixes

● css: skip resolving resolved paths in sass (#20300) (ac528a4)
● deps: update all non-major dependencies (#20324) (3e81af3)
● types: add a global interface for Worker (#20243) (37bdfc1)

Miscellaneous Chores

● deps: update rolldown-related dependencies (#20323) (30d2f1b)
● fix typos and grammatical errors across documentation and comments (#20337) (c1c951d)
● group commits by category in changelog (#20310) (41e83f6)
● rearrange 7.0 changelog (#20280) (eafd28a)

source
v7.0.2

#vite

7.0.2 (2025-07-04)

Bug Fixes

● css: resolve relative paths in sass, revert #20300 (#20349) (db8bd41)

source
v7.0.3

#vite

7.0.3 (2025-07-08)

Bug Fixes

● client: protect against window being defined but addEv undefined (#20359) (31d1467)
● define: replace optional values (#20338) (9465ae1)
● deps: update all non-major dependencies (#20366) (43ac73d)

Miscellaneous Chores

● deps: update dependency dotenv to v17 (#20325) (45040d4)
● deps: update dependency rolldown to ^1.0.0-beta.24 (#20365) (5ab25e7)
● use n/prefer-node-protocol rule (#20368) (38bb268)

Code Refactoring

● minor changes to reduce diff between normal Vite and rolldown-vite (#20354) (2e8050e)

source
πŸŽ‰1
v3.9.0

#vuetify

πŸš€ Features

● VDataTable: support fixed: 'end' columns (#21665) (415c267), closes #20020 #21153
● VSelects: add itemType prop (eaa4d15), closes #21666
● VTreeview: support item-type (#21709) (877f323)
● VTreeview: indent lines (#21675) (501e016), closes #11506

πŸ”§ Bug Fixes

● VDatePicker: format month to always have 2 digits (#21686) (f529212), closes #21681
● VSelects: avoid error with null items (#21660) (dd98067)
● VTreeview: don't select disabled children with parent (#20962) (0772bc1), closes #20386
● VTreeview: active state from router (#21644) (01c7a4f)
● VTreeview: modelValue reactivity (6daf53d)

πŸ§ͺ Labs

● VCalendar: use adapter for day element key (#21689) (428f460), closes #21688
● VHotkey: add new component (#21598) (99c721c)

Other Commits

● chore(release): publish v3.9.0 (a17b3d1)
● docs: update roadmap (d80a923)
● chore: fix build errors (f3dce45)
● docs(useHotkey): Fix Eratta (#21708) (7503530)
● docs(june-2025-update): add new blog post (4ae5678)

source
πŸŽ‰1
[email protected]

#vite

7.0.2 (2025-07-10)

Bug Fixes

● create-vite: fix command for react rsc template (#20378) (0362484)

7.0.1 (2025-07-08)

Features

● create-vite: update rsc template to use @vitejs/plugin-rsc (#20351) (b9ebc96)

Bug Fixes

● deps: update all non-major dependencies (#20324) (3e81af3)
● deps: update all non-major dependencies (#20366) (43ac73d)

Miscellaneous Chores

● deps: update rolldown-related dependencies (#20323) (30d2f1b)
● group commits by category in changelog (#20310) (41e83f6)

source
πŸŽ‰1
v7.0.4

#vite

7.0.4 (2025-07-10)

Bug Fixes

● allow resolving bare specifiers to relative paths for entries (#20379) (324669c)

Build System

● remove @oxc-project/runtime devDep (#20389) (5e29602)

source
πŸŽ‰1
[email protected]

#vite

7.0.3 (2025-07-11)

Features

● create-vite: bump vite-plugin-svelte to new major for vite7 (#20394) (a829a29)

source
πŸŽ‰1