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
v9.14.0

#vue_i18n #i18n #vue_i18n_next

What's Changed

Improvement Features

fix: vue-i18n type definition for vue package by @BobbieGoede in #1919

Full Changelog: v9.13.1...v9.14.0

source
v3.5.0-beta.3

#vue #vue3

3.5.0-beta.3 (2024-08-20)
Bug Fixes
● reactivity: extended methods respect reactive (#11629) (9de1d10), closes #11628

● runtime-core: correct type inference for PascalCase emits (#11579) (d7d0371), closes vuejs/language-tools#4269

● runtime-core: ensure suspense content inherit scopeId (#10652) (ac2a410), closes #5148

● runtime-core: pre jobs without an id should run first (#7746) (b332f80)

● ssr: apply ssr props to the the fallback vnode-based branch in ssr (#7247) (98b83e8), closes #6123

● types/custom-element: defineCustomElement with required props (#11578) (5e0f6d5)

● types: strip non-prop default values from return type of withDefaults (#9998) (44973bb), closes #9899

● watch: handle errors in computed used as watch source (#11626) (8bcaad4), closes #11624

Features
● reactivity: base watch, getCurrentWatcher, and onWatcherCleanup (#9927) (205e5b5)

Performance Improvements
** runtime-core:** use apply to avoid spreading. (#5985) (bb6babc)

source
👍1
v5.4.2

#vite

5.4.2 (2024-08-20)

chore: remove stale TODOs (#17866) (e012f29), closes #17866

refactor: remove redundant prepend/strip base (#17887) (3b8f03d), closes #17887

fix: resolve relative URL generated by renderBuiltUrl passed to module preload (#16084) (fac3a8e), closes #16084

feat: support originalFilename (#17867) (7d8c0e2), closes #17867

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

#quasar

Changes

fix(app-webpack): fix feature flags generation when adding modes

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

#quasar

Changes

fix(app-vite): fix feature flags generation when adding modes

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

#vuetify

🔧 Bug Fixes

remove vue-i18n peer dependency (6ea68b9), closes #19720
● helpers: only deep merge plain objects (#20284) (8af59fc), closes #20278
● types: only augment module 'vue' (7c8aeef), closes nuxt/nuxt#28542
● VAvatar: remove default border (e821d5d), closes #20345
● VDialog: emit afterEnter before setting focus (7e9a1b7)
● VInfiniteScroll: respect margin when root element is scrollable (b81919d), closes #17583

🧪 Labs

● VNumberInput: emit model when input is a number between max & min (836087f), closes #20337

source
v10.0.0-beta.6

#vue_i18n #i18n #vue_i18n_next

What's Changed

🐛 Bug Fixes

fix: fallback linked message params by @kazupon in #1926

📝️ Documentations

Improved the global and local Scope descriptions by @pankajrlal in #1925

🍭 Examples

Update ja-JP.json by @awsssrD in #1914
Update en-US.json by @awsssrD in #1913

New Contributors

@awsssrD made their first contribution in #1914
@pankajrlal made their first contribution in #1925

Full Changelog: v10.0.0-beta.5...v10.0.0-beta.6

source
v3.5.0-rc.1

#vue #vue3

3.5.0-rc.1 (2024-08-29)
Bug Fixes
● compiler-sfc: skip circular tsconfig project reference (#11680) (9c4c2e5), closes #11382

● custom-element: handle keys set on custom elements (#11655) (f1d1831), closes #11641

● deps: update dependency monaco-editor to ^0.51.0 (#11713) (434f8a9)

● keep-alive: reset keep alive flag when the component is removed from include (#11718) (29c321b), closes #11717

● reactivity: avoid infinite recursion when mutating ref wrapped in reactive (313e4bf), closes #11696

● reactivity: ensure watcher with once: true are properly removed from effect scope (#11665) (fbc0c42)

● runtime-dom: setting innerHTML when patching props should go through trusted types (d875de5)

● types: GlobalDirective / GlobalComponents should not be records (42e8df6)

source
[email protected]

#vite #vite_plugin_vue

5.1.3 (2024-08-29)

chore: upgrade to eslint 9 (236a40f)

chore: use pnpm catalog for shared deps (0735e18)

chore(deps): update dependency rollup to ^4.20.0 (#433) (37c9073), closes #433

chore(deps): update upstream (#436) (b75a46f), closes #436

fix(deps): update all non-major dependencies (#421) (e3a7fec), closes #421

fix(plugin-vue): default value for __VUE_OPTIONS_API__ (acb57c9), closes #438

source
v3.5.0

#vue #vue3

3.5.0 (2024-09-03)

source
👍2
Vue Updates
v3.5.0 #vue #vue3 3.5.0 (2024-09-03) source
Oh no, it again breaks? GITHUB! SHOIGU! GERASIMOV! WHERE IS CHANGELOG?
Okey, I will check it later, no time rn :c

There is a lot of changes, so check it by yourself.

https://github.com/vuejs/core/blob/main/CHANGELOG.md

#admin
🤣4
v5.4.3

#vite

5.4.3 (2024-09-03)

fix: allow getting URL of JS files in publicDir (#17915) (943ece1), closes #17915

fix: cjs warning respect the logLevel flag (#17993) (dc3c14f), closes #17993

fix: improve CJS warning trace information (#17926) (5c5f82c), closes #17926

fix: only remove entry assets handled by Vite core (#17916) (ebfaa7e), closes #17916

fix: waitForRequestIdle locked (#17982) (ad13760), closes #17982

fix(css): fix directory index import in sass modern api (#17960) (9b001ba), closes #17960

fix(css): fix sass file:// reference (#17909) (561b940), closes #17909

fix(css): fix sass modern source map (#17938) (d428e7e), closes #17938

fix(deps): bump tsconfck (#17990) (8c661b2), closes #17990

fix(html): rewrite assets url in

source
@quasar/app-vite-v2.0.0-beta.21

#quasar

Changes

feat(app-vite): tighten CSP for BEX (manifest v2)

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

#quasar

Changes

feat(app-webpack): tighten CSP for BEX (manifest v2)
fix(app-webpack): do not use eval devtool while on BEX for CSP (fix: #17447)

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

#quasar

Changes

fix(ui): add role="list" to QList (fix: #17439) (#17441)
fix(QTable): JSON > "virtualScrollSliceSize" default value; (#17480)
fix(ui): IME composition detection not working (#17476)

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