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.4.27

#vue #vue3

3.4.27 (2024-05-06)
Bug Fixes
● compat: include legacy scoped slots (#10868) (8366126), closes #8869

● compiler-core: add support for arrow aysnc function with unbracketed (#5789) (ca7d421), closes #5788

● compiler-dom: restrict createStaticVNode usage with option elements (#10846) (0e3d617), closes #6568 #7434

● compiler-sfc: handle keyof operator (#10874) (10d34a5), closes #10871

● hydration: handle edge case of style mismatch without style attribute (f2c1412), closes #10786

source
quasar-v2.16.1

#quasar

Fixes

fix(ui): correctly declare typings with "exports" #17172

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.13

#quasar

Changes

fix(app-vite): quasar.config > framework > lang/iconSet parsing
chore(app-vite): enforce the installation of latest q/vite-plugin

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.14

#quasar

Changes

fix(app-webpack): quasar.config > framework > lang/iconSet parsing

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.9.2

#quasar

Changes

fix(app-vite): quasar.config > framework > lang/iconSet parsing

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-v3.13.1

#quasar

Changes

fix(app-webpack): quasar.config > framework > lang/iconSet parsing

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

#vite

5.4.0 (2024-05-08)

fix(deps): update all non-major dependencies (#16258) (7caef42), closes #16258

fix(deps): update all non-major dependencies (#16376) (58a2938), closes #16376

fix(deps): update all non-major dependencies (#16488) (2d50be2), closes #16488

fix(deps): update all non-major dependencies (#16549) (2d6a13b), closes #16549

fix(legacy): modern polyfill autodetection was not injecting enough polyfills (#16367) (4af9f97), closes #16367

feat(plugin-legacy): support additionalModernPolyfills (#16514) (2322657), closes #16514

docs(legacy): update modernTargets option default value description (#16491) (7171837), closes #16491

chore(deps): update all non-major dependencies (#16131) (a862ecb), closes #16131

source
@quasar/app-vite-v1.9.3

#quasar

New

feat(app-vite): Capacitor mode -> install Capacitor v6 by default

Fixes

fix(app-vite): BEX mode - ensure uid util is imported correctly #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-v3.13.2

#quasar

New

feat(app-webpack): Capacitor mode -> install Capacitor v6 by default

Fixes

fix(app-webpack): DEP_WEBPACK_COMPILATION_ASSETS DeprecationWarning when building SSR for production

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.15

#quasar

New

feat(app-webpack): Capacitor mode -> install Capacitor v6 by default

Fixes

fix(app-webpack): BEX mode - ensure uid util is imported correctly #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.14

#quasar

New

feat(app-vite): Capacitor mode -> install Capacitor v6 by default

Fixes

fix(app-vite): BEX mode - ensure uid util is imported correctly #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-v2.16.2

#quasar

Fixes

feat+fix(ui): ensure Quasar can be used without Quasar CLI or @quasar/vite-plugin or vue-cli-plugin-quasar #17174
fix(QInput): declare FileList as possible modelValue type (QInput can be used with type="file")
fix(QField): unexpected data clearing with "clearable" prop enabled #17113
fix(QInput): lazy model + clearable - not emitting "change" event on clear btn
fix(QField): button in slots gets focus+click after QField focuses #17177

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
v10.0.0-alpha.4

#vue_i18n #i18n #vue_i18n_next

What's Changed

🌟 Features

feat!: change $t overloaded signature for Legacy API mode by @kazupon in #1832

🐛 Bug Fixes

fix: remove unnecessary types from petite-vue-i18n by @kazupon in #1833
fix: Not load devtools on Node.js by @kazupon in #1843

💥 Breaking Changes

breaking: drop translation component v8.x compatibility by @kazupon in #1844
breaking: drop te behavior v8.x compatibility on v9 by @kazupon in #1845

⚠️ Deprecated Features

feat!: deprecate tc and $tc for Legacy API mode by @kazupon in #1839

Improvement Features

fix: translation interface typing by @kazupon in #1837

Full Changelog: v10.0.0-alpha.3...v10.0.0-alpha.4

source
v3.6.5

#vuetify

🔧 Bug Fixes

● VDataTable: add missing hide-default-header/footer props (#19774) (a6340ac)
● VFileInput: allow dirty prop to trigger dirty state (85c41db), closes #19699
● VStepper: add missing hover and focus styling (b45ab1a)
● VStepper: add missing non-linear styles (da6d5f3)
● VStepper: only show edit icon if editable and selected (34bb202)
● VStepper: do not spread raw property onto VStepperItem (3d9deb7)

🧪 Labs

● VStepperVertical: create new component (#19524) (1bc66cd)

source
quasar-v2.16.3

#quasar

Changes

fix(QDate): transitions not working correctly #17183

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.16.4

#quasar

Changes

fix(ui): support for legacy build systems that don't know about "exports" field #17190

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
v10.0.0-alpha.5

#vue_i18n #i18n #vue_i18n_next

What's Changed

🌟 Features

feat!: default enable for JIT compilation by @kazupon in #1852

🐛 Bug Fixes

fix: allow empty default message by @kazupon in #1849

📈 Performance Fixes

perf: more bundle size optimization by @kazupon in #1851

📝️ Documentations

docs: fix typo on vue i18n name by @r-moret in #1848

New Contributors

@r-moret made their first contribution in #1848

Full Changelog: v10.0.0-alpha.4...v10.0.0-alpha.5

source
v6.0.0-alpha.12

#vite

6.0.0-alpha.12 (2024-05-20)

chore: export ssrTransform (0b3cf69)

chore: respect ssr flag in clientInjectsions transform (8c5674e)

fix: remove enforce inside IsolatedPlugins (a5efd56)

source