v3.6.10
#vuetify
๐ง Bug Fixes
โ VDatePicker: don't update month/year if new model is empty (154e751), closes #20015
โ VExpansionPanel: remove unused toRef (0931cec)
โ VExpansionPanel: propagate defaults provided by VExpansionPanels (666484a)
โ VExpansionPanelTitle: propagate VIcon defaults (cec2094)
Other Commmits
โ chore(release): publish v3.6.10 (34c7bd5)
โ chore(team): update members (35e2ea2)
โ docs(data-tables): fix options api examples (f2f2518)
source
#vuetify
๐ง Bug Fixes
โ VDatePicker: don't update month/year if new model is empty (154e751), closes #20015
โ VExpansionPanel: remove unused toRef (0931cec)
โ VExpansionPanel: propagate defaults provided by VExpansionPanels (666484a)
โ VExpansionPanelTitle: propagate VIcon defaults (cec2094)
Other Commmits
โ chore(release): publish v3.6.10 (34c7bd5)
โ chore(team): update members (35e2ea2)
โ docs(data-tables): fix options api examples (f2f2518)
source
v4.4.0
#router #vue_router
4.4.0 (2024-06-21)
This version introduces native support for typed routes via the RouteNamedMap. It is now possible to define a map without unplugin-vue-router and have the types inferred automatically. It is still recommended to use unplugin-vue-router to automatically generate these types. Features
โ add a clearRoutes method (abe223d)
โ typed routes (f92282b)
Bug Fixes
โ allow arbitrary strings in RouteLocationRaw (a7a8452)
source
#router #vue_router
4.4.0 (2024-06-21)
This version introduces native support for typed routes via the RouteNamedMap. It is now possible to define a map without unplugin-vue-router and have the types inferred automatically. It is still recommended to use unplugin-vue-router to automatically generate these types. Features
โ add a clearRoutes method (abe223d)
โ typed routes (f92282b)
Bug Fixes
โ allow arbitrary strings in RouteLocationRaw (a7a8452)
source
v3.4.30
#vue #vue3
3.4.30 (2024-06-22)
Bug Fixes
โ compiler-core: should not remove slot node with
โ hydration: fix css vars hydration mismatch false positive on attr-fallthrough (#11190) (7ad67ce), closes #11188
โ hydration: skip prop mismatch check for directives that mutate DOM in created (3169c91), closes #11189
โ reactivity: fix side effect computed dirty level (#11183) (3bd79e3), closes #11181 #11169
โ runtime-core: ensure unmount dynamic components in optimized mode (#11171) (220fe24), closes #11168
โ runtime-core: update devtool __vnode on patch, avoid memory leak during dev (a959781), closes #11192
โ runtime-dom: ensure only symbols are explicitly stringified during attribute patching (#11182) (a2e35d6), closes #11177
โ runtime-dom: prevent setting state as attribute for custom elements (#11165) (8ae4c29), closes #11163
Performance Improvements
โ reactivity: cache tracking value (#11145) (7936dae)
source
#vue #vue3
3.4.30 (2024-06-22)
Bug Fixes
โ compiler-core: should not remove slot node with
v-else
(#11150) (e102670)โ hydration: fix css vars hydration mismatch false positive on attr-fallthrough (#11190) (7ad67ce), closes #11188
โ hydration: skip prop mismatch check for directives that mutate DOM in created (3169c91), closes #11189
โ reactivity: fix side effect computed dirty level (#11183) (3bd79e3), closes #11181 #11169
โ runtime-core: ensure unmount dynamic components in optimized mode (#11171) (220fe24), closes #11168
โ runtime-core: update devtool __vnode on patch, avoid memory leak during dev (a959781), closes #11192
โ runtime-dom: ensure only symbols are explicitly stringified during attribute patching (#11182) (a2e35d6), closes #11177
โ runtime-dom: prevent setting state as attribute for custom elements (#11165) (8ae4c29), closes #11163
Performance Improvements
โ reactivity: cache tracking value (#11145) (7936dae)
source
v5.3.2
#vite
5.3.2 (2024-06-27)
โ fix(client): uniform variable
โ fix(deps): update all non-major dependencies (#17494) (bf123f2), closes #17494
โ fix(typescript): correctly expand ${configDir} in tsconfig.json (#17576) (24c799b), closes #17576
โ chore: fix some comments (#17495) (ec16a5e), closes #17495
โ chore(deps): update all non-major dependencies (#17553) (a33a97f), closes #17553
โ chore(deps): update dependency eslint to v9 (#16661) (6c10662), closes #16661
โ chore(deps): update es-module-lexer to 1.5.4 (#17555) (2d6672f), closes #17555
โ refactor(optimizer): use early continues (#17551) (7c06ef0), closes #17551
source
#vite
5.3.2 (2024-06-27)
โ fix(client): uniform variable
location
(#17528) (a8e2f6f), closes #17528โ fix(deps): update all non-major dependencies (#17494) (bf123f2), closes #17494
โ fix(typescript): correctly expand ${configDir} in tsconfig.json (#17576) (24c799b), closes #17576
โ chore: fix some comments (#17495) (ec16a5e), closes #17495
โ chore(deps): update all non-major dependencies (#17553) (a33a97f), closes #17553
โ chore(deps): update dependency eslint to v9 (#16661) (6c10662), closes #16661
โ chore(deps): update es-module-lexer to 1.5.4 (#17555) (2d6672f), closes #17555
โ refactor(optimizer): use early continues (#17551) (7c06ef0), closes #17551
source
v2.18.0
#nuxt
๐ Changelog
compare changes
๐ Enhancements
โ webpack: Migrate to
๐ฉน Fixes
โ vue-app: Don't throw if we can't read
โ config: Add back md4 monkey-patch for wider ecosystem (#27865)
๐ก Chore
โ Bump internal versions (9e829b59a)
โ Add non-applicable advisory GHSA-3h5v-q93c-6h6q (5ef7311f0)
โค๏ธ Contributors
โ Daniel Roe (@danielroe)
source
#nuxt
๐ Changelog
compare changes
๐ Enhancements
โ webpack: Migrate to
memfs
(#27652)๐ฉน Fixes
โ vue-app: Don't throw if we can't read
sessionStorage
(#27662)โ config: Add back md4 monkey-patch for wider ecosystem (#27865)
๐ก Chore
โ Bump internal versions (9e829b59a)
โ Add non-applicable advisory GHSA-3h5v-q93c-6h6q (5ef7311f0)
โค๏ธ Contributors
โ Daniel Roe (@danielroe)
source
v3.4.31
#vue #vue3
3.4.31 (2024-06-28)
Bug Fixes
โ compiler-core: handle inline comments with undefined bindings (#11217) (746352a), closes #11216
โ shared: unwrap refs in toDisplayString (#7306) (0126cff), closes #5578 #5593 #11199 #11201
Reverts
โ Revert "fix(reactivity): avoid infinite loop when render access a side effect computed (#11135)" (e0df985)
โ Revert "fix(reactivity): fix side effect computed dirty level (#11183)" (6c303ea), closes #11183
source
#vue #vue3
3.4.31 (2024-06-28)
Bug Fixes
โ compiler-core: handle inline comments with undefined bindings (#11217) (746352a), closes #11216
โ shared: unwrap refs in toDisplayString (#7306) (0126cff), closes #5578 #5593 #11199 #11201
Reverts
โ Revert "fix(reactivity): avoid infinite loop when render access a side effect computed (#11135)" (e0df985)
โ Revert "fix(reactivity): fix side effect computed dirty level (#11183)" (6c303ea), closes #11183
source
v2.18.1
#nuxt
๐ Changelog
compare changes
๐ฉน Fixes
โ webpack: Depend on earlier version of
โค๏ธ Contributors
โ Daniel Roe (@danielroe)
source
#nuxt
๐ Changelog
compare changes
๐ฉน Fixes
โ webpack: Depend on earlier version of
mkdirp
(f67056b9e)โค๏ธ Contributors
โ Daniel Roe (@danielroe)
source
โค1
v3.6.11
#vuetify
๐ง Bug Fixes
โ VOverlay: add null coalescing to true if no shadowDomRoot (27b4b1e), closes #20001
๐งช Labs
โ VNumberInput: fix inc/dec slots with split control variant (#20072) (4ac8aa4), closes #20056
โ VStepperVertical: provide eager in defaults props (#20033) (620a0d9), closes #20025
โ VTreeview: avoid re-render by opened & respect openAll (#20032) (0a32df5)
Other Commmits
โ chore(release): publish v3.6.11 (be3e401)
โ chore(VImg): resolve linting problem (f89a5fc)
โ docs(VImg): example for gradient props (#19708) (e871ecb)
โ docs(treeshaking): match variable name used in template example (#20088) (c168e59)
โ chore: enable all VTreeview cy tests (8d6e4bd)
โ Add yuwu9145 to FUNDING.yml (d7fbcc5)
source
#vuetify
๐ง Bug Fixes
โ VOverlay: add null coalescing to true if no shadowDomRoot (27b4b1e), closes #20001
๐งช Labs
โ VNumberInput: fix inc/dec slots with split control variant (#20072) (4ac8aa4), closes #20056
โ VStepperVertical: provide eager in defaults props (#20033) (620a0d9), closes #20025
โ VTreeview: avoid re-render by opened & respect openAll (#20032) (0a32df5)
Other Commmits
โ chore(release): publish v3.6.11 (be3e401)
โ chore(VImg): resolve linting problem (f89a5fc)
โ docs(VImg): example for gradient props (#19708) (e871ecb)
โ docs(treeshaking): match variable name used in template example (#20088) (c168e59)
โ chore: enable all VTreeview cy tests (8d6e4bd)
โ Add yuwu9145 to FUNDING.yml (d7fbcc5)
source
v5.3.3
#vite
5.3.3 (2024-07-03)
โ fix: lazily evaluate __vite__mapDeps files (#17602) (dafff4a), closes #17602
โ fix(deps): update all non-major dependencies (#17590) (012490c), closes #17590
โ fix(lib): remove pure CSS dynamic import (#17601) (055f1c1), closes #17601
โ fix(proxy): replace changeOrigin changes in 5.3.0 with new rewriteWsOrigin option (#17563) (14c3d49), closes #17563
source
#vite
5.3.3 (2024-07-03)
โ fix: lazily evaluate __vite__mapDeps files (#17602) (dafff4a), closes #17602
โ fix(deps): update all non-major dependencies (#17590) (012490c), closes #17590
โ fix(lib): remove pure CSS dynamic import (#17601) (055f1c1), closes #17601
โ fix(proxy): replace changeOrigin changes in 5.3.0 with new rewriteWsOrigin option (#17563) (14c3d49), closes #17563
source
quasar-v2.16.5
#quasar
Fixes
โ fix(util): typescript declaration for humanStorageSize (#17240)
โ fix(ui): prevent
โ fix(ui): use correct list type for QSliderSlots (fix: #17060) (#17061)
โ fix(ui): fix useId composable types (fix: #17284)
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
Fixes
โ fix(util): typescript declaration for humanStorageSize (#17240)
โ fix(ui): prevent
@typescript-eslint/unbound-method
error on newer utilities types (#17251)โ fix(ui): use correct list type for QSliderSlots (fix: #17060) (#17061)
โ fix(ui): fix useId composable types (fix: #17284)
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-beta.2
#vue_i18n #i18n #vue_i18n_next
What's Changed
๐ Bug Fixes
โ fix(types):
๐๏ธ Documentations
โ docs: fix typos by @SimonVadier in #1863
โ docs: add scoping for custom directive by @kazupon in #1867
โ Update tools.md by @felixhaeberle in #1866
โ Fix typos, syntax by @TheoKondak in #1881
New Contributors
โ @SimonVadier made their first contribution in #1863
โ @felixhaeberle made their first contribution in #1866
โ @mitjans made their first contribution in #1883
โ @TheoKondak made their first contribution in #1881
Full Changelog: v10.0.0-beta.1...v10.0.0-beta.2
source
#vue_i18n #i18n #vue_i18n_next
What's Changed
๐ Bug Fixes
โ fix(types):
$t
types by @mitjans in #1883๐๏ธ Documentations
โ docs: fix typos by @SimonVadier in #1863
โ docs: add scoping for custom directive by @kazupon in #1867
โ Update tools.md by @felixhaeberle in #1866
โ Fix typos, syntax by @TheoKondak in #1881
New Contributors
โ @SimonVadier made their first contribution in #1863
โ @felixhaeberle made their first contribution in #1866
โ @mitjans made their first contribution in #1883
โ @TheoKondak made their first contribution in #1881
Full Changelog: v10.0.0-beta.1...v10.0.0-beta.2
source
@quasar/extras-v1.16.12
#quasar
Changes
โ feat(extras): update Fontawesome => v6.5.2
โ feat(extras): upgrade Ionicons => v7.4.0
โ feat(extras): Update Google fonts and icons to the latest
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(extras): update Fontawesome => v6.5.2
โ feat(extras): upgrade Ionicons => v7.4.0
โ feat(extras): Update Google fonts and icons to the latest
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.6.13-3.7.0-beta.0.0
#vuetify
๐ Features
โ validation: add eager and invalid-input options (7e730fa)
โ VAvatar: add border prop support (9dbc30a)
โ VBtn: add support for active-color prop (aee83f0)
โ VContainer: add dimension support (14a2e8c)
โ VExpansionPanelTitle: add dimension support (784eb14)
โ VImg: add absolute prop (f842cd9)
โ VSlideGroup: expose hasNext and hasPrev (#20050) (8ef6ff8)
๐งช Labs
โ VTreeview: port open-on-click prop to v3 & enhancement (#20038) (cb6b5ff), closes #20009 #20095 #19414 #20106
Other Commmits
โ chore(release): publish v3.6.13-3.7.0-beta.0.0 (2d2e7a0)
โ chore: remove unused import (3752de2)
source
#vuetify
๐ Features
โ validation: add eager and invalid-input options (7e730fa)
โ VAvatar: add border prop support (9dbc30a)
โ VBtn: add support for active-color prop (aee83f0)
โ VContainer: add dimension support (14a2e8c)
โ VExpansionPanelTitle: add dimension support (784eb14)
โ VImg: add absolute prop (f842cd9)
โ VSlideGroup: expose hasNext and hasPrev (#20050) (8ef6ff8)
๐งช Labs
โ VTreeview: port open-on-click prop to v3 & enhancement (#20038) (cb6b5ff), closes #20009 #20095 #19414 #20106
Other Commmits
โ chore(release): publish v3.6.13-3.7.0-beta.0.0 (2d2e7a0)
โ chore: remove unused import (3752de2)
source
@quasar/app-webpack-v4.0.0-beta.16
#quasar
Changes
โ feat(app-webpack): upgrade deps (including esbuild)
โ fix(app-webpack): async support in configure wrapper (fix: #17268) (#17291)
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 deps (including esbuild)
โ fix(app-webpack): async support in configure wrapper (fix: #17268) (#17291)
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.15
#quasar
Changes
โ feat(app-vite): upgrade deps (including esbuild)
โ fix(app-vite): async support in configure wrapper (fix: #17268) (#17291)
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 deps (including esbuild)
โ fix(app-vite): async support in configure wrapper (fix: #17268) (#17291)
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.6
#quasar
Fixes
โ fix(ui): correctly apply iOS safe area padding when using q-tabs (#17055)
โ fix(ui): avoid Sass warning by upgrading to latest specs in QSkeleton (no declaration after nested rule)
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
Fixes
โ fix(ui): correctly apply iOS safe area padding when using q-tabs (#17055)
โ fix(ui): avoid Sass warning by upgrading to latest specs in QSkeleton (no declaration after nested rule)
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