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:
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 major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
- `@dependabot ignore minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
- `@dependabot ignore ` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
- `@dependabot unignore ` will remove all of the ignore conditions of the specified dependency
- `@dependabot unignore ` will remove the ignore condition of the specified dependency and ignore conditions
Bumps the website group with 5 updates in the /website directory:
2.16.11
2.17.0
8.1.0
8.1.1
3.5.3
3.5.8
9.14.0
10.0.3
9.10.0
9.11.0
Updates
quasar
from 2.16.11 to 2.17.0Release notes
Sourced from quasar's releases.
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...Updates
stylus-loader
from 8.1.0 to 8.1.1Release notes
Sourced from stylus-loader's releases.
Changelog
Sourced from stylus-loader's changelog.
Commits
5dcb4d1
chore(release): 8.1.14f28957
fix: avoid losinguse
during incremental build (#425)08cbc1a
chore(deps): bump micromatch from 4.0.7 to 4.0.8 (#423)07598d0
chore(deps-dev): bump webpack from 5.92.1 to 5.94.0 (#422)328b98d
docs: correct type definitions ofinclude
andimport
(close: #420) (#421)9c3ca20
chore: update husky hooks (#419)012dae2
chore: update dependencies to latest version (#418)fef40db
docs: update github syntax of note (#417)144ad8c
chore: upgrade dependencies to latest version (#416)e9ba75b
ci: use node v22 (#415)Updates
vue
from 3.5.3 to 3.5.8Release notes
Sourced from vue's releases.
Changelog
Sourced from vue's changelog.
... (truncated)
Commits
5e88985
release: v3.5.80267a58
fix(reactivity): do not remove dep from depsMap when cleaning up deps of comp...d1764a1
test: simplify computed last sub test case6fcb801
release: v3.5.7960706e
fix(reactivity): do not remove dep from depsMap when unsubbed by computedb030c8b
fix(reactivity): fix triggerRef call on ObjectRefImpl returned by toRef (#11986)9eca65e
fix(types): correct type inference of all-optional props (#11644)235ea47
fix(reactivity): fix memory leak from dep instances of garbage collected objects5c8b76e
fix(reactivity): fix dev-only memory leak by updating dep.subsHead on sub rem...f927a4a
fix(transition): respectduration
setting even when it is0
(#11967)Updates
vue-i18n
from 9.14.0 to 10.0.3Release notes
Sourced from vue-i18n's releases.
... (truncated)
Changelog
Sourced from vue-i18n's changelog.
... (truncated)
Commits
decd23b
release: v10.0.3585067c
release: v10.0.2e9a3c37
release: v10.0.1a011596
release: v10.0.0cd6b75a
release: v10.0.0-rc.15303206
release: v10.0.0-beta.60fff1da
release: v10.0.0-beta.5555e9a3
release: v10.0.0-beta.41643bb5
feat: support generated locale type (#1890)3913897
release: v10.0.0-beta.3Updates
eslint
from 9.10.0 to 9.11.0Release notes
Sourced from eslint's releases.
Changelog
Sourced from eslint's changelog.
Commits
26baf40
9.11.04cc6637
Build: changelog update for 9.11.0ca21a64
chore: upgrade@eslint/js
@9
.11.0 (#18927)a10f90a
chore: package.json update for@eslint/js
release5e5f39b
fix: add missing types forno-restricted-exports
rule (#18914)e4e5709
docs: correctprefer-object-has-own
type definition comment (#18924)8f630eb
fix: add missing types forno-param-reassign
options (#18906)d715781
fix: add missing types forno-extra-boolean-cast
options (#18902)e4e02cc
refactor: Extract processor logic into ProcessorService (#18818)ec30c73
feat: add "eslint/universal" to exportLinter
(#18883)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