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
@quasar/app-webpack-v4.0.0-beta.8

#quasar

Breaking

feat(app-webpack): drop register-service-worker as dependency (should be installed in host project folder)

Changes

chore(app-webpack): tsconfig-preset.json -> remove the "exclude" option which is not interpreted correctly
fix(app-webpack/docs): references to index.template.html
feat(app-webpack): update to newer JSON specs for the "describe" cmd

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
@quasar/app-vite-v2.0.0-beta.6

#quasar

Breaking

feat(app-vite): drop register-service-worker as dependency (should be installed in host project folder)

Changes

chore(app-vite): tsconfig-preset.json -> remove the "exclude" option which is not interpreted correctly
fix(app-vite/docs): references to index.template.html
feat(app-vite): update to newer JSON specs for the "describe" cmd

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
v6.0.0-alpha.3

#vite

6.0.0-alpha.3 (2024-04-20)

fix: add base to virtual html (#16442) (721f94d), closes #16442

fix: adjust esm syntax judgment logic (#16436) (af72eab), closes #16436

fix: don't add outDirs to watch.ignored if emptyOutDir is false (#16453) (6a127d6), closes #16453

fix: export missing types (431cd4b)

fix(cspNonce): don't overwrite existing nonce values (#16415) (b872635), closes #16415

chore: remove configureServer from more plugins (ad2b0bf)

chore: rename plugin.split to plugin.create (5f6b62f)

chore(deps): update dependency eslint-plugin-n to v17 (#16381) (6cccef7), closes #16381

feat: environment api (#16129) (f684d4c), closes #16129

feat: show warning if root is in build.outDir (#16454) (11444dc), closes #16454

feat: write cspNonce to style tags (#16419) (8e54bbd), closes #16419

source
@quasar/app-vite-v1.8.2

#quasar

Fix

fix(app-vite): bex build broken due to 'Could not resolve "quasar/src/utils/uid"' #17124

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
@quasar/app-vite-v2.0.0-beta.7

#quasar

Fix

fix(app-vite): bex build broken due to 'Could not resolve "quasar/src/utils/uid"' #17124

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
@quasar/app-webpack-v4.0.0-beta.9

#quasar

Fix

fix(app-webpack): bex build broken due to 'Could not resolve "quasar/src/utils/uid"' #17124

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
v5.2.10

#vite

Please refer to CHANGELOG.md for details.

source
Vue Updates
v5.2.10 #vite Please refer to CHANGELOG.md for details. source
This one fixed too, should be fine now...
I didn't expect that each release could have unique changelog.md without prev version(s), that is weird.
v9.13.1

#vue_i18n #i18n #vue_i18n_next

What's Changed

🐛 Bug Fixes

fix(message-compiler): cannot resolve none-identifier characters at linked key by @kazupon in #1813

Full Changelog: v9.13.0...v9.13.1

source
v10.0.0-alpha.1

#vue_i18n #i18n #vue_i18n_next

What's Changed

💥 Breaking Changes

breaking: drop modulo syntax by @kazupon in #1814

Full Changelog: v9.13.1...v10.0.0-alpha.1

source
v3.4.24

#vue #vue3

3.4.24 (2024-04-22)
Bug Fixes
● compiler-core: handle template ref bound via v-bind object on v-for (#10706) (da7adef), closes #10696

● compiler-core: properly parse await expressions in edge cases (b92c25f), closes #10754

● compiler-sfc: handle readonly operator and ReadonlyArray/Map/Set types (5cef52a), closes #10726

● compiler-ssr: fix hydration mismatch for conditional slot in transition (f12c81e), closes #10743

● compiler-ssr: fix v-html SSR for nullish values (1ff4076), closes #10725

● deps: update compiler (#10760) (15df5c1)

● runtime-core: fix edge case of KeepAlive inside Transition with slot children (#10719) (e51ca61), closes #10708

● runtime-core: further fix slots _ctx check (cde7f05), closes #10724

● runtime-core: props should be readonly via direct template access (b93f264), closes #8216 #10736

● transition: transition is breaking/flickering when enter is canceled (#10688) (65109a7)

source
v10.0.0-alpha.2

#vue_i18n #i18n #vue_i18n_next

What's Changed

🐛 Bug Fixes

fix(types): allow spyOn of "useI18n()" by @pinguet62 in #1815

💥 Breaking Changes

breaking: drop vue-i18n-bridge by @kazupon in #1816
breaking: drop allowComposition option by @kazupon in #1817

New Contributors

@pinguet62 made their first contribution in #1815

Full Changelog: v10.0.0-alpha.1...v10.0.0-alpha.2

source
@quasar/app-webpack-v4.0.0-beta.10

#quasar

Changes

feat+fix(app-webpack): [SECURITY] replace html-minifier with html-minifier-terser #17131
feat(app-webpack): support for the newer @electron/packager

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
@quasar/app-vite-v2.0.0-beta.8

#quasar

Changes

feat+fix(app-vite): [SECURITY] replace html-minifier with html-minifier-terser #17131
feat(app-vite): support for the newer @electron/packager

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
@quasar/app-vite-v1.8.3

#quasar

Changes

feat+fix(app-vite): (backport from q/app-vite 2) [SECURITY] replace html-minifier with html-minifier-terser #17131
feat(app-vite): (backport from q/app-vite 2) support for the newer @electron/packager

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
👍1
@quasar/app-webpack-v3.12.6

#quasar

Changes

feat+fix(app-webpack): (backport from q/app-webpack 4) [SECURITY] replace html-minifier with html-minifier-terser #17131
feat(app-webpack): (backport from q/app-webpack 4) support for the newer @electron/packager
feat(app-webpack): upgrade deps

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
quasar-v2.15.4

#quasar

Changes

fix(AppFullscreen): JSON -> set activeEl and isActive as "reactive"
fix(useRenderCache): correctly clear cache; correctly check for property
fix(Platform): ios always undefined (#17130)

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.6.0-beta.0.0

#vuetify

🚀 Features

support css cascade layers (#19641) (4820347)
● VBtn: add new readonly prop (72f33dc)
● VNavigationDrawer: add new persistent prop (#19552) (74cc2bf)

🔧 Bug Fixes

● VDataTable: add missing scss variable for loading opacity (69b5cc8)
● VDialog: adjust styling to better match material spec (383bbdc)

🔬 Code Refactoring

● VSlideGroup: replace css transform with native scroll (#17286) (93bd7b5)

🧪 Labs

● VSpeedDial: proxy VMenu model (245f6d3)

Other Commmits

chore(release): publish v3.6.0-beta.0.0 (06e7297)

source