The "Platform" Quasar plugin now explicitly holds all Boolean props in Platform.is Object. Previously, only the active/"true" ones were contained. So, for example, on a non-Firefox browser, if previously Platform.is.firefox would not have been declared, now it will be defined and its value is going to be false. So, if you were doing 'firefox' in Platform.is or Platform.is.firefox === undefined, change it to Platform.is.firefox/!Platform.is.firefox.
New
feat+refactor(ui/Platform): explicitly specify all boolean props (they were previously undefined if "false") #17482
perf(QScrollArea): prevent content re-rendering on scroll or mousemove (fix #16579) #17041
feat(QScrollArea): add scroll viewport to create overscrolling effect #17208
feat(QUploader): New prop -> thumbnail-fit (#17494)
feat(QSelect): New prop: disable-tab-select (#17362)
feat(QMenu/QTooltip): new Quasar CSS vars -> $menu-max-height, $tooltip-max-width, $tooltip-max-height #16072
feat+perf(QOptionsGroup): new props -> option-value, option-label & option-disable #16874
fix(QScrollArea): correctly compute snap position for thumb #17206 (#17207)
fix(QTabs): Active route tab doesn't update on reactivation when it's a descendant of #17495
fix+feat(QSelect/QMenu/QTooltip): the position engine should not override max-width/height set in CSS for QMenu/QTooltip #16072
fix(ui): Type-Error because of 'declare module "@vue/runtime-core"' #17416
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:
fix(ui): memleak in QCheckbox/QRadio/QSpace/QSpinner(s) due to globally created vdom nodes #17485
fix(ui): allow Font Awesome fa-classic in QIcon (fix: #17483) (#17486)
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:
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:
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Bumps quasar from 2.16.4 to 2.17.0.
Release notes
Sourced from quasar's releases.
... (truncated)
Commits
7f4ee84
Merge branch 'dev' of github.com:quasarframework/quasar into dev8edcde1
chore(ui): Bump version27a5cf5
fix(app-webpack): augment vue instead of vue/runtime-core (fix #17416)2f0c430
fix(app-vite): augment vue instead of vue/runtime-core (fix #17416)391ed78
fix(ui): Type-Error because of 'declare module "@vue/runtime-core
"' #174162481bab
feat+refactor(ui/Platform): explicitly specify all boolean props (they were p...87dfaa4
feat+refactor(ui/Platform): explicitly specify all boolean props (they were p...5cc911a
chore: update lock filea1206aa
feat(app-webpack): create .npmrc in dist/electron/UnPackaged even if the proj...fc23375
feat(app-vite): create .npmrc in dist/electron/UnPackaged even if the project...Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show