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

#vite

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

● fix: types (82111bf)

source
v6.0.0-alpha.15

#vite

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

● fix: only join base url in none ssr env (7e9dd25)

● fix: svelte back compat (0166bfe)

● fix hmr connected message on client (acb208e)

source
v10.0.0-beta.1

#vue_i18n #i18n #vue_i18n_next

What's Changed

🌟 Features

● feat: move to GA from experimental for petite-vue-i18n by @kazupon in #1862

πŸ› Bug Fixes

● fix: cannot reduce message-compiler bundle size for runtime by @kazupon in #1860

πŸ“οΈ Documentations

● fix: typo in migration breaking changes v10 by @khylias in #1854

New Contributors

● @khylias made their first contribution in #1854

Full Changelog: v10.0.0-alpha.5...v10.0.0-beta.1

source
v6.0.0-alpha.16

#vite

6.0.0-alpha.16 (2024-05-23)

● feat: createWeakData (bcb1959)

● feat: improve Plugin option types (21225c9)

● feat: only shared plugins (#17289) (e36f2f3), closes #17289

● feat: provide environment in every hook context (53734a8)

● feat(types): expose PluginEnvironment type (4d03124)

● fix: argument rollup types for plugin context instead of wrapping (89ec69c)

● fix: avoid duplicating values in shared optimizeDeps config (#16737) (a3ee7f5), closes #16737

● fix: back compat for server.pluginContainer.buildStart (46f21b8)

● fix: backcompat with config.optimizeDeps (778e39d)

● fix: keep plugin with environmentPlugins hook (63de43a)

● chore: remove extra symbol (431455f)

● chore: rename to BaseEnvironment (#16797) (d86553a), closes #16797

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
v10.0.0-beta.1

#vue_i18n #i18n #vue_i18n_next

What's Changed

🌟 Features

● feat: move to GA from experimental for petite-vue-i18n by @kazupon in #1862

πŸ› Bug Fixes

● fix: cannot reduce message-compiler bundle size for runtime by @kazupon in #1860

πŸ“οΈ Documentations

● fix: typo in migration breaking changes v10 by @khylias in #1854

New Contributors

● @khylias made their first contribution in #1854

Full Changelog: v10.0.0-alpha.5...v10.0.0-beta.1

source
[email protected]

#vite #vite_plugin_vue

5.0.5 (2024-05-30)

● fix(deps): update all non-major dependencies (#360) (ed4970a), closes #360

● fix(deps): update all non-major dependencies (#371) (0a484c7), closes #371

● fix(plugin-vue): don't inline template when __VUE_PROD_DEVTOOLS__ (#81) (277a3ab), closes #81

● refactor(plugin-vue): use normalizePath from vite (#395) (2848174), closes #395

● chore(deps): replace dependency eslint-plugin-node with eslint-plugin-n ^14.0.0 (#378) (997f9bb), closes #378

● chore(deps): update all non-major dependencies (#355) (4faec3d), closes #355

● chore(deps): update upstream (#356) (cf7d91e), closes #356

● chore(deps): update upstream (#361) (a28c46e), closes #361

● chore(deps): update upstream (#367) (2050ad3), closes #367

● chore(deps): update upstream (#379) (96c82e9), closes #379

● chore(plugin-vue): update options on docs (3f8b472)

source
v5.3.0-beta.1

#vite

5.3.0-beta.1 (2024-06-07)

● fix(build): allow dynamic import treeshaking when injecting preload (#14221) (f43f71f), closes #14221

● fix(css): handle lightningcss minification in Deno (#17372) (b3f5bd1), closes #17372

● fix(css): handle url replacing when preprocessing with lightningcss (#17364) (6fbb5e0), closes #17364

● fix(ssr): remove pure CSS dynamic import (#17371) (67ff94b), closes #17371

● fix(ssr): resolve interlocking circular dependency issues (#15395) (687c38b), closes #15395

● chore: add region comment (#17370) (a8c7083), closes #17370

● chore(deps): update all non-major dependencies (#17373) (f2d52f1), closes #17373

● feat(typescript): update tsconfck to add support for ${configDir} replacement in ts 5.5 (#17350) (4835e2b), closes #17350

source