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

#vite

6.0.0-alpha.5 (2024-04-26)

โ— fix: use environment.plugins during build, support create hook (a44810a)

source
v10.0.0-alpha.3

#vue_i18n #i18n #vue_i18n_next

What's Changed

๐Ÿ’ฅ Breaking Changes

โ— breaking: drop fully formatter option codes on Legacy API by @kazupon in #1826
โ— breaking: drop fully preserveDirectiveContent option codes on Legacy API by @kazupon in #1827
โ— breaking: drop fully preserve modifier codes on v-t directive by @kazupon in #1828
โ— breaking: drop fully getChoiceIndex on Legacy API by @kazupon in #1829

โšก Improvement Features

โ— fix: reduce devtools pkgs and size by @kazupon in #1823

๐Ÿ“๏ธ Documentations

โ— docs: add favicon by @BobbieGoede in #1824
โ— docs: fix typos by @BobbieGoede in #1825
โ— Update started.md to fix typo by @steveclarke in #1822

New Contributors

โ— @steveclarke made their first contribution in #1822

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

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

#quasar

New

โ— feat(app-vite): add new options for quasar.config file > cordova (getCordovaBuildParams & getCordovaBuildOutputFolder) #17138
โ— feat(app-vite): mock vue files in Node context (quasar.config compiling) #17075

Fixes

โ— fix(app-vite): ensure latest appPkg is always up to date
โ— fix(app-vite): Electron build fails with Bun as package manager #17085
โ— fix(app-vite): Electron build + pnpm installs with symlinks #17085
โ— fix(app-vite): correctly handle href="data:..." when injecting public path in index.html #17091
โ— fix(app-vite): boot & preFetch - redirect() incorrectly handles url #17030

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

#quasar

New

โ— feat(app-webpack): add new options for quasar.config file > cordova (getCordovaBuildParams & getCordovaBuildOutputFolder) #17138
โ— feat(app-webpack): mock vue files in Node context (quasar.config compiling) #17075

Fixes

โ— fix(app-webpack): ensure latest appPkg is always up to date
โ— fix(app-webpack): Electron build fails with Bun as package manager #17085
โ— fix(app-webpack): Electron build + pnpm installs with symlinks #17085
โ— fix(app-webpack): correctly handle href="data:..." when injecting public path in index.html #17091
โ— fix(app-webpack): boot & preFetch - redirect() incorrectly handles url #17030

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

#quasar

New

โ— feat(app-vite): (backport from q/app-vite v2 beta) add new options for quasar.config file > cordova (getCordovaBuildParams & getCordovaBuildOutputFolder) #17138

Fixes

โ— fix(app-vite): (backport from q/app-vite v2 beta) Electron build fails with Bun as package manager #17085
โ— fix(app-vite): (backport from q/app-vite v2 beta) Electron build + pnpm installs with symlinks #17085
โ— fix(app-vite): (backport from q/app-vite v2 beta) correctly handle href="data:..." when injecting public path in index.html #17091
โ— fix(app-vite): (backport from q/app betas) boot & preFetch - redirect() incorrectly handles url #17030

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

#quasar

New

โ— feat(app-webpack): (backport from q/app-webpack v4 beta) add new options for quasar.config file > cordova (getCordovaBuildParams & getCordovaBuildOutputFolder) #17138

Fixes

โ— fix(app-webpack): (backport from q/app-webpack v4 beta) Electron build fails with Bun as package manager #17085
โ— fix(app-webpack): (backport from q/app-webpack v4 beta) Electron build + pnpm installs with symlinks #17085
โ— fix(app-webpack): (backport from q/app-webpack v4 beta) correctly handle href="data:..." when injecting public path in index.html #17091
โ— fix(app-webpack): (backport from q/app-webpack v4 beta) boot & preFetch - redirect() incorrectly handles url #17030

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/cli-v2.4.1

#quasar

Changes

โ— feat(cli): upgrade deps
โ— fix(cli): remove unused dep (selfsigned)
โ— feat(cli): update all banners to mention pnpm and bun too

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

#vite

6.0.0-alpha.6 (2024-04-28)

โ— fix: custom environment preload injection (#16541) (00079da), closes #16541

source
v3.5.0-alpha.1

#vue #vue3

Please refer to CHANGELOG.md for details.

source
v3.4.26

#vue #vue3

3.4.26 (2024-04-29)
Bug Fixes
โ— compiler-core: fix bail constant for globals (fefce06)

โ— compiler-core: remove unnecessary constant bail check (09b4df8), closes #10807

โ— runtime-core: attrs should be readonly in functional components (#10767) (e8fd644)

โ— runtime-core: ensure slot compiler marker writable (#10825) (9c2de62), closes #10818

โ— runtime-core: properly handle inherit transition during clone VNode (#10809) (638a79f), closes #3716 #10497 #4091

โ— Transition: re-fix #10620 (#10832) (accf839), closes #10632 #10827

3.4.25 (2024-04-24) Bug Fixes
โ— defineModel: align prod mode runtime type generation with defineProps (4253a57), closes #10769

โ— runtime-core: properly get keepAlive child (#10772) (3724693), closes #10771

โ— runtime-core: use normal object as internal prototype for attrs and slots (064e82f), closes /github.com/vuejs/core/commit/6df53d85a207986128159d88565e6e7045db2add#r141304923

source
v6.0.0-alpha.7

#vite

6.0.0-alpha.7 (2024-04-29)

โ— feat: remove config.build from dynamicImportVars plugin (8231283)

โ— feat: this.environment in buildStart, rework more internal plugins (bda0dc5)

โ— feat: this.environment in renderChunk and generateBundle (a6fc1dd)

source
v6.0.0-alpha.8

#vite

6.0.0-alpha.8 (2024-04-30)

โ— fix: keep plugins with create hook (12d467f)

โ— refactor: environment hooks guard (527621e)

โ— feat: define and html plugins (7566aae)

source
v3.5.18

#vuetify

๐Ÿ”ง Bug Fixes

โ— locale: ko translations (#19687) (a063f94)
โ— useDirectiveComponent: cannot read properties of undefined (#19693) (b9a588f)
โ— VDatePicker: stay on current month when selecting multiple (2d13e36)
โ— VSnackbar: make touchstart listener passive (24d1066)
โ— VSnackbar: conditionally load layout styles (9504efa), closes #19717

๐Ÿงช Labs

โ— VCalendar: remove background for week view mode (#19681) (1ce2879), closes #18988
โ— VSpeedDial: remove mode designator on transition (2c726a5)

Other Commmits

โ— chore(release): publish v3.5.18 (3a90a91)
โ— docs(team): update team members (d2af7e0)
โ— docs(VTextField): update dense example (1870ae7)

source
v3.6.0

#vuetify

๐Ÿš€ Features

โ— support css cascade layers (#19641) (4820347)
โ— display: add explicit prop that overrides mobile state (fafc39f)
โ— VBtn: add new readonly prop (72f33dc)
โ— VDataTable: add mobile view (#19431) (66880ce)
โ— VLayout: add dimension support (0114108)
โ— VNavigationDrawer: add new persistent prop (#19552) (74cc2bf)

๐Ÿ”ง Bug Fixes

โ— layout: translate full amount if element and layout size is 0 (99ea55d)
โ— VDataTable: add missing scss variable for loading opacity (69b5cc8)
โ— VDialog: adjust styling to better match material spec (383bbdc)
โ— VNavigationDrawer: don't restrict elementSize when location is top or bottom (1ee802d)
โ— VOverlay: move targetRef out of props (5e40cc8), closes #19685

๐Ÿ”ฌ Code Refactoring

โ— VSlideGroup: replace css transform with native scroll (#17286) (93bd7b5)

๐Ÿงช Labs

โ— VDateInput: create new component (#19680) (e9d132f)
โ— VPullToRefresh: add new component (#19666) (1816775)
โ— VSpeedDial: proxy VMenu model (245f6d3)

source
v3.6.1

#vuetify

๐Ÿš€ Features

โ— VConfirmEdit/VEmptyState/VFab/VSpeedDial/VSparkline: promote from labs (c8a03cd)

๐Ÿ”ง Bug Fixes

โ— VSnackbar: return correct children (5056034)

Other Commmits

โ— chore(release): publish v3.6.1 (deea973)

source
v6.0.0-alpha.9

#vite

6.0.0-alpha.9 (2024-05-01)

โ— fix: lint (848af54)

โ— fix: module-runner bundle issue with chokidar dep (b8ef8ff)

โ— fix: scripts and styles were missing from built HTML on Windows (#16421) (0e93f58), closes #16421

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

โ— fix(preload): skip preload for non-static urls (#16556) (bb79c9b), closes #16556

โ— fix(ssr): handle class declaration and expression name scoping (#16569) (c071eb3), closes #16569

โ— fix(ssr): handle function expression name scoping (#16563) (02db947), closes #16563

โ— refactor: bounded plugins factory instead of create hook (6b74221)

โ— refactor: move reload on tsconfig change to the server (1bcb67d)

source
v3.6.2

#vuetify

๐Ÿ”ง Bug Fixes

โ— VDataTable: select all showing when not enabled on mobile (#19727) (0825e2d)
โ— VDatePicker: wrong month displayed in header (#19721) (b0d42c9), closes #19126
โ— VFileInput: update:modelValue emit value (002ae8d)
โ— VHover: false isHovering by default (#19623) (75ed37b), closes #19601

Other Commmits

โ— chore(release): publish v3.6.2 (6cb03d4)
โ— docs(EnterpriseDeck): update direct support pricing (1dcf838)
โ— chore(tests): fix flaky cypress tests (#19725) (fcc921c)
โ— chore(package.json): update @vuetify/one (2877ba8)
โ— docs: implement snackbar queue (26c5798)
โ— docs(roadmap): update page content (d461f19)
โ— chore(all): update all labs status, add missing confirm-edit (8f7706f)

source
v3.6.3

#vuetify

๐Ÿ”„ Reverts

โ— Revert "fix(VDataTable): selection duplication (#18908)" (0ad2992), closes #18908

source
v6.0.0-alpha.10

#vite

6.0.0-alpha.10 (2024-05-02)

โ— feat: sharedDuringBuild for bounded plugins (d213865)

source