v5.1.4
#vite
5.1.4 (2024-02-21)
● perf: remove unnecessary regex s modifier (#15766) (8dc1b73), closes #15766
● fix: fs cached checks disabled by default for yarn pnp (#15920) (8b11fea), closes #15920
● fix: resolve directory correctly when
● fix: srcSet with optional descriptor (#15905) (81b3bd0), closes #15905
● fix(deps): update all non-major dependencies (#15959) (571a3fd), closes #15959
● fix(watch): build watch fails when outDir is empty string (#15979) (1d263d3), closes #15979
source
#vite
5.1.4 (2024-02-21)
● perf: remove unnecessary regex s modifier (#15766) (8dc1b73), closes #15766
● fix: fs cached checks disabled by default for yarn pnp (#15920) (8b11fea), closes #15920
● fix: resolve directory correctly when
fs.cachedChecks: true
(#15983) (4fe971f), closes #15983● fix: srcSet with optional descriptor (#15905) (81b3bd0), closes #15905
● fix(deps): update all non-major dependencies (#15959) (571a3fd), closes #15959
● fix(watch): build watch fails when outDir is empty string (#15979) (1d263d3), closes #15979
source
v4.3.0
#router #vue_router
4.3.0 (2024-02-21)
Bug Fixes
● check document for browser instead of window (#2042) (5631732)
● decode hash when parsing urls (#2061) (6f160b9), closes #2060
● guards: run beforeRouteEnter with app context (#2117) (6a69696), closes vuejs/router#2051
● handle undefined path in router resolve (0ec4862)
● keep optional params coming from a parent record (#2031) (04b50e5)
Features
● (internal) add types for unplugin-vue-router (2d1dd2a).
source
#router #vue_router
4.3.0 (2024-02-21)
Bug Fixes
● check document for browser instead of window (#2042) (5631732)
● decode hash when parsing urls (#2061) (6f160b9), closes #2060
● guards: run beforeRouteEnter with app context (#2117) (6a69696), closes vuejs/router#2051
● handle undefined path in router resolve (0ec4862)
● keep optional params coming from a parent record (#2031) (04b50e5)
Features
● (internal) add types for unplugin-vue-router (2d1dd2a).
source
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