Vue Updates
114 subscribers
696 photos
843 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
v6.0.11

#vite

6.0.11 (2025-01-21)

fix: preview.allowedHosts with specific values was not respected (#19246) (aeb3ec8), closes #19246
fix: allow CORS from loopback addresses by default (#19249) (3d03899), closes #19249

source
v4.5.9

#vite

4.5.9 (2025-01-21)

fix: preview.allowedHosts with specific values was not respected (#19246) (0bc52e0), closes #19246
fix: allow CORS from loopback addresses by default (#19249) (8f63cd6), closes #19249

4.5.8 (2025-01-20)

fix: try parse server.origin URL (#19241) (3680bad), closes #19241

4.5.7 (2025-01-20)

fix: crypto.getRandomValues is not available in old Node versions (#19237) (f4d3c46), closes #19237

source
v5.4.14

#vite

5.4.14 (2025-01-21)

fix: preview.allowedHosts with specific values was not respected (#19246) (9df6e6b), closes #19246
fix: allow CORS from loopback addresses by default (#19249) (7d1699c), closes #19249

5.4.13 (2025-01-20)

fix: try parse server.origin URL (#19241) (5946215), closes #19241

source
@quasar-extras-v1.16.16

#quasar

Changes

feat(extras): feat(extras): update fontawesome => v6.7.2
feat(extras): updated roboto fonts => CDN v47

Fix

n/a

Donations

Quasar Framework is an open-source MIT-licensed project made possible due to the generous contributions by sponsors and backers. If you are interested in supporting this project, please consider the following:

Becoming a sponsor on Github
One-off donation via PayPal

source
v3.15.4

#nuxt
3.15.4 is the next patch release.


Upgrading

As usual, our recommendation for upgrading is to run:
npx nuxi@latest upgrade --force

This will refresh your lockfile as well, and ensures that you pull in updates from other dependencies that Nuxt relies on, particularly in the unjs ecosystem.

👉 Changelog

compare changes

🩹 Fixes

● nuxt: Improve error logging when parsing with acorn (#30754)
● nuxt: Clear island uid before saving into the payload (#30767)
● kit: Load @nuxt/schema from nuxt package dir (#30774)
● nuxt: Allow restarting nuxt on paths outside srcDir (#30771)
● nuxt: Don't warn about calling useRoute in SFC setup (#30788)
● webpack: Disallow cross-site requests in no-cors mode (#30757)
● vite: Restore externality for dev server externals (#30802)

💅 Refactors

● vite: Use new rollup chunk.names for asset names (#30780)

❤️ Contributors

Daniel Roe (@danielroe)
Peter Radko (@Gwynerva)
Lansi (@lansi951)
Julien Huang (@huang-julien)
Norbiros (@Norbiros)

source
v3.7.9

#vuetify

Other Commmits

3.7.9 (b659a4d)

source
🗿1
v11.1.0

#vue_i18n #i18n #vue_i18n_next

What's Changed

🌟 Features

feat: configurable ComponentCustomProperties['$i18n'] type by @BobbieGoede in #2094

📝️ Documentations

fix: vue-i18n v8 EOL by @kazupon in #2060

Full Changelog: v11.0.1...v11.1.0

source
v3.7.10

#vuetify

🔧 Bug Fixes

● locale: add missing danish and finnish translations (#20925) (1df619d)
● locale: add missing german translations (#20921) (02a3f48)
● VDatePicker: prevent maxDate disabling the wrong month on last day (ce4b227), closes #20943
● VExpandTransition: work around calling hooks out of order (d6fdc1b)
● VSelect/VAutocomplete/VCombobox: respect click outside (#20004) (e85225d), closes #20003
● VTabs: add generic slot types (3e9147e), closes #20720

🧪 Labs

● VTreeview: Add subtitle & divider slots support (#20938) (e63b322), closes #20781

Other Commmits

chore(release): publish v3.7.10 (d362314)
docs(VStepperVertical): fix "click:prev" event name (#20923) (ffca846)
chore: deploy all allowed docs branches (936f26c)

source
v3.7.11

#vuetify

🔄 Reverts

Revert "fix(VSelect/VAutocomplete/VCombobox): respect click outside (#20004)" (7c41be7), closes #20004 #20958

source
v6.1.0-beta.2

#vite

6.1.0-beta.2 (2025-02-04)

fix: allow expanding env vars in reverse order (#19352) (3f5f2bd), closes #19352
fix: avoid packageJson without name in resolveLibCssFilename (#19324) (f183bdf), closes #19324
fix(html): fix css disorder when building multiple entry html (#19143) (e7b4ba3), closes #19143
chore: update deprecate links domain (#19353) (2b2299c), closes #19353

source
v6.1.0

#vite

6.1.0 (2025-02-05)

refactor: deprecate vite optimize command (#19348) (6e0e3c0), closes #19348
feat: show hosts in cert in CLI (#19317) (a5e306f), closes #19317
feat: support for env var for defining allowed hosts (#19325) (4d88f6c), closes #19325
feat: use native runtime to import the config (#19178) (7c2a794), closes #19178
fix: avoid builtStart during vite optimize (#19356) (fdb36e0), closes #19356
fix(build): fix stale build manifest on watch rebuild (#19361) (fcd5785), closes #19361

source
@quasar-extras-v1.16.17

#quasar

Changes

feat(extras): updated Google Material Symbols (fonts and SVGs)

Fix

n/a

Donations

Quasar Framework is an open-source MIT-licensed project made possible due to the generous contributions by sponsors and backers. If you are interested in supporting this project, please consider the following:

Becoming a sponsor on Github
One-off donation via PayPal

source
v3.0.0

#pinia #vue_pinia #vue3_pinia

2.3.1 (2025-01-20)

Bug Fixes

● types: support for Vue 2.7 (d14e1a7)

source
🔥2