v3.5.6
#vuetify
π§ Bug Fixes
β filter: don't return entire object for undefined values (ce127c4), closes #19260
β goto: use clamp intead of Math.max for easing progress (2aa3ab4)
β VAutocomplete: fix screenreader navigation (#19199) (1ef07bd), closes #18858
β VExpansionPanels: add missing focusable prop (f346f84)
β VSelect/VAutocomplete: prevent toggle in single selection (#19268) (72a7c39), closes #19261
Other Commmits
β chore(release): publish v3.5.6 (20a6fac)
β docs: fix user dashboard advanced options (b0f56b7)
β docs(VSparkline): add installation section for labs (149110f)
β chore(VDataTableHeaders): add to index export (8b53c5f)
β docs(user): add missing user profile component (f6371d8)
source
#vuetify
π§ Bug Fixes
β filter: don't return entire object for undefined values (ce127c4), closes #19260
β goto: use clamp intead of Math.max for easing progress (2aa3ab4)
β VAutocomplete: fix screenreader navigation (#19199) (1ef07bd), closes #18858
β VExpansionPanels: add missing focusable prop (f346f84)
β VSelect/VAutocomplete: prevent toggle in single selection (#19268) (72a7c39), closes #19261
Other Commmits
β chore(release): publish v3.5.6 (20a6fac)
β docs: fix user dashboard advanced options (b0f56b7)
β docs(VSparkline): add installation section for labs (149110f)
β chore(VDataTableHeaders): add to index export (8b53c5f)
β docs(user): add missing user profile component (f6371d8)
source
v3.4.20
#vue #vue3
3.4.20 (2024-02-26)
Bug Fixes
β parser: should not treat uppercase components as special tags (e0e0253), closes #10395
β runtime-dom: avoid always resetting nullish option value (ff130c4), closes #10396
β runtime-dom: fix nested v-show priority regression (364f890), closes #10338
β runtime-dom: v-bind style should clear previous css string value (#10373) (e2d3235), closes #10352
β suspense: handle suspense switching with nested suspense (#10184) (0f3da05), closes #10098
β types: better typing for direct setup signature of defineComponent (#10357) (eadce5b), closes #8604 #8855
source
#vue #vue3
3.4.20 (2024-02-26)
Bug Fixes
β parser: should not treat uppercase components as special tags (e0e0253), closes #10395
β runtime-dom: avoid always resetting nullish option value (ff130c4), closes #10396
β runtime-dom: fix nested v-show priority regression (364f890), closes #10338
β runtime-dom: v-bind style should clear previous css string value (#10373) (e2d3235), closes #10352
β suspense: handle suspense switching with nested suspense (#10184) (0f3da05), closes #10098
β types: better typing for direct setup signature of defineComponent (#10357) (eadce5b), closes #8604 #8855
source
@quasar/app-webpack-v4.0.0-beta.3
#quasar
Changes
β Minimum Node.js version is now v18.12 due to latest webpack dependencies (great opportunity to stay on the very latest underlying packages while we're in beta)
β Upgraded all deps, including webpack-dev-server (v4 to v5)
Due to the upgrade to
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
Changes
β Minimum Node.js version is now v18.12 due to latest webpack dependencies (great opportunity to stay on the very latest underlying packages while we're in beta)
β Upgraded all deps, including webpack-dev-server (v4 to v5)
Due to the upgrade to
webpack-dev-server
v5, you are required to do this change (if you have configured any proxies):devServer: {
- proxy: {
- "/api": {
- target: "https://localhost:3000",
- changeOrigin: true,
- },
- }
+ proxy: [
+ {
+ context: ["/api"],
+ target: "https://localhost:3000",
+ changeOrigin: true,
+ },
+ ]
}
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/icongenie-v4.0.0
#quasar
Changes
β Minimum required Node.js is now v18
β Upgraded dependencies
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
Changes
β Minimum required Node.js is now v18
β Upgraded dependencies
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.4
#quasar
Changes
β feat(app-webpack): use latest @quasar/babel-preset-app (updated 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
Changes
β feat(app-webpack): use latest @quasar/babel-preset-app (updated 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.14.6
#quasar
New
β feat(QImg): new prop -> loading-show-delay #16932
β feat(ui): new language - Tagalog(tl) (#16943)
β internal(ui): changed UI build system
Fixes
β fix(ui): Platform -> use navigator.userAgentData.mobile when available + other tweaks #16921
β fix(ui): provide correct types for Quasar.lang (fix: #14569) (#16936)
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
New
β feat(QImg): new prop -> loading-show-delay #16932
β feat(ui): new language - Tagalog(tl) (#16943)
β internal(ui): changed UI build system
Fixes
β fix(ui): Platform -> use navigator.userAgentData.mobile when available + other tweaks #16921
β fix(ui): provide correct types for Quasar.lang (fix: #14569) (#16936)
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-vite-v2.0.0-beta.3
#quasar
Changes
β feat(app-vite): upgrade all deps
β feat(app-vite): upgrade default esbuild target to 'es2022', 'firefox115', 'chrome115', 'safari14'
β fix(app-vite): loosen htmlVariables type (#16923)
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
Changes
β feat(app-vite): upgrade all deps
β feat(app-vite): upgrade default esbuild target to 'es2022', 'firefox115', 'chrome115', 'safari14'
β fix(app-vite): loosen htmlVariables type (#16923)
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.4
#quasar
Changes
β feat(app-webpack): upgrade all deps
β feat(app-webpack): upgrade default esbuild target to 'es2022', 'firefox115', 'chrome115', 'safari14'
β feat(app-webpack): use latest @quasar/babel-preset-app (updated deps)
β fix(app-webpack): loosen htmlVariables type (#16923)
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
Changes
β feat(app-webpack): upgrade all deps
β feat(app-webpack): upgrade default esbuild target to 'es2022', 'firefox115', 'chrome115', 'safari14'
β feat(app-webpack): use latest @quasar/babel-preset-app (updated deps)
β fix(app-webpack): loosen htmlVariables type (#16923)
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
v9.10.0
#vue_i18n #i18n #vue_i18n_next
What's Changed
π Features
β fix: Support for
ποΈ Documentations
β docs: update description of Nuxt I18n and its status by @BobbieGoede in #1739
New Contributors
β @twolfvb made their first contribution in #1732
β @ismailarilik made their first contribution in #1722
Full Changelog: v9.9.1...v9.10.0
source
#vue_i18n #i18n #vue_i18n_next
What's Changed
π Features
β fix: Support for
te
behavior compatibility before v9.6 by @kazupon in #1751ποΈ Documentations
β docs: update description of Nuxt I18n and its status by @BobbieGoede in #1739
New Contributors
β @twolfvb made their first contribution in #1732
β @ismailarilik made their first contribution in #1722
Full Changelog: v9.9.1...v9.10.0
source
v9.10.1
#vue_i18n #i18n #vue_i18n_next
What's Changed
β‘ Improvement Features
β chore(fix): #1630 make the install function synchronous to be alignedβ¦ by @k-paxian in #1631
ποΈ Documentations
β docs: wrong te docs by @kazupon in #1753
New Contributors
β @k-paxian made their first contribution in #1631
Full Changelog: v9.10.0...v9.10.1
source
#vue_i18n #i18n #vue_i18n_next
What's Changed
β‘ Improvement Features
β chore(fix): #1630 make the install function synchronous to be alignedβ¦ by @k-paxian in #1631
ποΈ Documentations
β docs: wrong te docs by @kazupon in #1753
New Contributors
β @k-paxian made their first contribution in #1631
Full Changelog: v9.10.0...v9.10.1
source
@quasar/app-webpack-v4.0.0-beta.5
#quasar
Changes
β fix(app-webpack): src/css/quasar.variables usage config #16954
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
Changes
β fix(app-webpack): src/css/quasar.variables usage config #16954
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
Vue Updates
v3.5.7 source
Π ΡΡ ΡΡΠΎΠ³ΠΎ ΠΊΠ°Π·ΠΈΠ½ΠΎ, ΠΎΠΉ ΡΠΎΠ±ΡΠΎ
Hey, what happen?
upd: suppose telegra.ph has broken Open Graph right now, so link (https://telegra.ph/v357-03-01) won't display as embedded preview. Hope it temporary.
Hey, what happen?
upd: suppose telegra.ph has broken Open Graph right now, so link (https://telegra.ph/v357-03-01) won't display as embedded preview. Hope it temporary.
π1
@quasar/app-vite-v1.7.4
#quasar
Changes
β fix(app-vite): (backport from v2) bex template -> correctly attach listener(s) for opening the new tabs #16959
β refactor(app-vite): small refactoring of the capacitor management
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
Changes
β fix(app-vite): (backport from v2) bex template -> correctly attach listener(s) for opening the new tabs #16959
β refactor(app-vite): small refactoring of the capacitor management
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.4
#quasar
Changes
β fix(app-vite): bex template -> correctly attach listener(s) for opening the new tabs #16959
β feat(app-vite): [TS] improve configuration sections (#16966)
β refactor(app-vite): small refactoring of the capacitor management
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
Changes
β fix(app-vite): bex template -> correctly attach listener(s) for opening the new tabs #16959
β feat(app-vite): [TS] improve configuration sections (#16966)
β refactor(app-vite): small refactoring of the capacitor management
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.6
#quasar
Changes
β fix(app-webpack): bex template -> correctly attach listener(s) for opening the new tabs #16959
β refactor(app-webpack): small refactoring of the capacitor management
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
Changes
β fix(app-webpack): bex template -> correctly attach listener(s) for opening the new tabs #16959
β refactor(app-webpack): small refactoring of the capacitor management
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.0
#quasar
This is the optional globally installed CLI.
Changes
β feat(cli): "upgrade" command -> keep account of configured npm registry url; add --registry (-r) param to override; write the registry url on terminal for security purposes #16703
β feat(cli): upgrade deps
β fix(cli): update node version check
β fix(cli): remove unused dep (selfsigned)
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
This is the optional globally installed CLI.
Changes
β feat(cli): "upgrade" command -> keep account of configured npm registry url; add --registry (-r) param to override; write the registry url on terminal for security purposes #16703
β feat(cli): upgrade deps
β fix(cli): update node version check
β fix(cli): remove unused dep (selfsigned)
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