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
Vite
[email protected]

#vite

Please refer to CHANGELOG.md for details.
Vite
v5.0.8

#vite

Please refer to CHANGELOG.md for details.
Vite
v5.0.9

#vite

Please refer to CHANGELOG.md for details.
Vite
v5.0.10

#vite

Please refer to CHANGELOG.md for details.
#admin

yay! I broke fix thing that I broke, so it work now again 👀
vite-plugin-vue
[email protected]

#vite #vite_plugin_vue

Please refer to CHANGELOG.md for details.
Vue 3
v3.4.0-beta.1

#vue #vue3

Please refer to CHANGELOG.md for details.
Vue 3
v3.4.0-beta.2

#vue #vue3

Please refer to CHANGELOG.md for details.
Vue 3
v3.3.12

#vue #vue3

Please refer to CHANGELOG.md for details.
Vue 3
v3.4.0-beta.3

#vue #vue3

Please refer to CHANGELOG.md for details.
Vue 3
v3.3.13

#vue #vue3

Please refer to CHANGELOG.md for details.
Vue 3
v3.4.0-beta.4

#vue #vue3

Please refer to CHANGELOG.md for details.
Vuetify
v3.4.7

#vuetify

🔧 Bug Fixes

● framework: update peer dependency ranges (553f7d8), closes #18856
● Autocomplete: auto-select-first with disabled result (#18850) (fc3af53), closes #18839
● VAutocomplete: use v-model to modify search.value (#18577) (c64f19a), closes #18494
● VChip: use button element for closable button (#18571) (50e48d5), closes #18547
● VCombobox: remove item on backspace/delete (2c2b7de), closes #18833
● VCombobox/VAutocomplete: overlap selection when focused (#18817) (5fcdeb0), closes #18796
● VSelect: defined accessibility options (#18828) (27c3273), closes #18495
Vuetify
v3.4.8

#vuetify

🚀 Features

● calendar: add new composable (#18799) (bdbbc66)

🔧 Bug Fixes

● locale: add missing CZ strings (#18902) (b047634)
● VDataTableServer: attr name for the previous ARIA label (#18866) (a6e9d16), closes #18864
● VOtpInput: exclude loader slot in VField slots (#18881) (1614bef), closes #18809
● VOverlay: memory leak involving bound listeners (#18899) (3176463), closes #18880

Other Commmits

chore(release): publish v3.4.8 (0ac6f09)
docs(VSwitch): add update:indeterminate api description (#18904) (260a36f)
chore(package.json): update @vuetify/one package (40d245a)
docs(VGrid): max-rows description (#18889) (f02570d)
docs(npmrc): @vuetify/one is now public (5decc32)
chore(package): update @vuetify/one package (d0765f1)
docs: refactor auth / user store implementation (a1adfbe)
chore(ci): add NPM_TOKEN to env (b69e8e0)
docs(@vuetify/one): implement package (01cf534)
docs(VBtn): add description for slim prop (#18865) (8991a37)
Vue Updates
Vuetify v3.4.8 #vuetify 🚀 Features ● calendar: add new composable (#18799) (bdbbc66) 🔧 Bug Fixes ● locale: add missing CZ strings (#18902) (b047634) ● VDataTableServer: attr name for the previous ARIA label (#18866) (a6e9d16), closes #18864 ● VOtpInput:…
docs(VList): add description for slim prop (#18867) (3ee07e2)
docs(ThemeCard): update styling (41cfb68)
docs(labs): update introduction (315490a)
docs(spot): add new store (8f46962)
docs: remove controller emojis (2676da5)
docs(Toc): implement user.disableAds (02abae6)
docs: skip waiting if previous worker does not respond to messages (bdbc302)
docs(Entry): add toggle ads (82b3c15)
docs(Search): add search history (71e4bd2)
Vue 3
v3.4.0-rc.1

#vue #vue3

Please refer to CHANGELOG.md for details.
vite-plugin-vue
[email protected]

#vite #vite_plugin_vue

Please refer to CHANGELOG.md for details.
vite-plugin-vue
[email protected]

#vite #vite_plugin_vue

Please refer to CHANGELOG.md for details.
NuxtJS
v3.9.0

#nuxt3.9.0 is the next minor release.

👀 Highlights

A very merry Christmas to you and yours from all Nuxters involved in this release! 🎁🎄

We have lots of features packed into v3.9.0 and can't wait for you to try them out.

⚡️ Vite 5

This release comes with Vite 5 and Rollup 4 support. Module authors may need to check to ensure that any vite plugins you're creating are compatible with these latest releases.

This comes with a whole host of great improvements and bug fixes - check out the Vite changelog for more info.

Vue 3.4 ready

This release is tested with the latest Vue 3.4 release candidate, and has the necessary configuration to take advantage of new features in Vue 3.4, including debugging hydration errors in production (just set debug: true) in your Nuxt config.

👉 To take advantage, just update your vue version once v3.4 is released, or try out the release candidate today:
{
"dependencies": {
"nuxt": "3.9.0",
"vue": "3.4.0-rc.1",
"vue-router": "latest"
}
}