Q

Quasar Framework

Q
Quasar Framework Web v2.0.3

@quasar/extras-v2.0.3

Changes fontawesome-v7 -> v7.3.1 ionicons-v8 -> v8.1.0 material-symbols-outlined -> v364 material-symbols-rounded -> v365 material-symbols-sharp -> v361 bootstrap-icons -> regenerated svg path data Donations Quasar Framework is an open-source MIT-licensed project made possible due to the generous contributions by sponsors and backers. If Quasar is useful in your workflow and you want to support on…

Q
Quasar Framework Web v6.1.4

@quasar/icongenie-v6.1.4

Changes fix(icongenie): commands terminated by a signal (e.g. an OOM-killed install) are now reported as such instead of the misleading "Command not found! Please install it globally."; the spawn helper also tolerates being called without an options object Donations Quasar Framework is an open-source MIT-licensed project made possible due to the generous contributions by sponsors and backers. If Q…

Q
Quasar Framework Web v5.0.6

@quasar/cli-v5.0.6

This is the optional globally-installed part of the Quasar CLI Changes fix(cli): serve -> --https with custom certificates now actually works: the --cert/--key params were never parsed (provided certificates were silently ignored) and the server was started in plaintext mode, so TLS handshakes always failed. Certificates are now picked up and served over proper HTTPS (HTTP/2 with HTTP/1 fallback).…

Q
Quasar Framework Web v3.5.0

@quasar/app-vite-v3.5.0

New feat(app-vite): "quasar mode add" can now run non-interactively — new params: --webserver/-w [hono|fastify|express|koa] (SSR), --filename-based-routing (SSG), --app-id (Cordova & Capacitor) and --app-name (Capacitor). An explicitly supplied value wins (validated); CI/non-TTY runs fall back to validated defaults instead of aborting; interactive terminals keep their prompts. The quasar dev/build…

Q
Quasar Framework Web v3.4.1

@quasar/app-vite-v3.4.1

Changes Security: bumped @fastify/static from ^9.1.1 to ^10.1.2 in the SSR Fastify template — fixes a route-guard bypass via path traversal (high severity) and an authorization bypass via non-canonical URL paths. This only affects newly generated SSR projects using the Fastify variant. Existing projects should manually bump @fastify/static to ^10.1.2 in src-ssr/package.json. The only breaking chan…

Q
Quasar Framework Web v6.1.3

@quasar/icongenie-v6.1.3

Changes refactor(icongenie): Replaced the third-party update-notifier dependency with the new in-house @quasar/update-notifier package — same daily, non-blocking update checks with a noticeably lighter install (~40 fewer transitive packages). Update checks still respect CI environments and npm scripts, and can be disabled with the NO_UPDATE_NOTIFIER env var. The notification banner now follows the…

Q
Quasar Framework Web v5.0.5

@quasar/cli-v5.0.5

This is the optional globally-installed part of the Quasar CLI Changes feat(cli): upgraded deps refactor(cli): Replaced the third-party update-notifier dependency with the new in-house @quasar/update-notifier package — same daily, non-blocking update checks with a noticeably lighter install (~40 fewer transitive packages). Update checks still respect CI environments and npm scripts, and can be dis…

Q
Quasar Framework Web v3.4.0

@quasar/app-vite-v3.4.0

Changes Ships @quasar/vite-plugin v2.0.0 — all its performance gains apply to Quasar CLI (Vite) projects automatically, with byte-identical build output. Perf: production builds up to 3x faster, dev cold start up to ~1.8x, HMR-style re-transforms ~2.7x (AST-based auto-import, targeted Sass variable injection, prebuilt framework CSS, Vite hook filters). Tip: if you don't customize Sass variables, d…

Q
Quasar Framework Web v2.0.0

@quasar/vite-plugin-v2.0.0

Changes Major performance release. Build output stays byte-identical to v1 — just much faster. Perf: production builds up to 3x faster, dev cold start up to ~1.8x, HMR-style re-transforms ~2.7x. Achieved via AST-based auto-import (new astAutoImport option, on by default — no more regex post-processing, exact source maps), targeted Sass variable injection (only the variables each style block uses,…

Q
Quasar Framework Web v2.24.0

quasar-v2.24.0

Changes No breaking changes, no runtime changes. This release makes quasar more tree-shakable and pairs with the new faster toolchain. Tree-shaking: added a sideEffects declaration and /#PURE/ annotations on all component/directive/plugin definitions. A minimal import { QBtn } from 'quasar' can now shake down to 36 KB (10 KB gzip) under per-file imports. New dist/transforms/sass-variables.json: pr…

Q
Quasar Framework Web v2.23.5

quasar-v2.23.5

Fixes fix(QTime): default value to match docs fix(QRange): handle "null" as model value fix(QDate): events rendered no marker unless event-color was also set fix(QDate): undefined model rejected by the validator fix(useField): the control slot's field key never existed fix(QFile): file/selected slot scopes "ref" value fix(QEditor): a toolbar dropdown crashed the render on an unknown option token f…

Q
Quasar Framework Web v3.3.1

@quasar/app-vite-v3.3.1

Fix fix(app-vite): SSR/SSG dev server corrupted rendered HTML containing "$" patterns Donations Quasar Framework is an open-source MIT-licensed project made possible due to the generous contributions by sponsors and backers. If Quasar is useful in your workflow and you want to support ongoing maintenance, please consider the following: Becoming a sponsor on Github One-off donation via PayPal

Q
Quasar Framework Web v2.23.4

quasar-v2.23.4

Fixes fix(position-engine): #16167 QMenu/QTooltip never appear in Firefox when their content uses flexbox (#18468) fix(EventBus): support reserved event names (#18479) fix(date): escape custom locale names (#18481) fix(runSequentialPromises): normalize invalid concurrency (#18480) fix(QDialog): #13395 keep focus inside a child moved out by fullscreen (#18474) fix(QTable): #10445 separator borders…

Q
Quasar Framework Web v3.3.0

@quasar/app-vite-v3.3.0

Security fixes fix(ssl-certificate): restrict development TLS credentials feat+fix(app-vite): safeguard build artifact cleanup; new prop (boolean, default false) for quasar.config > build > allowOutsideProjectDistDir fix(app-vite): SSR/SSG -> secure error diagnostics while on development fix(app-vite): validate SSR/SSG nonce attributes New feat(app-vite): BEX -> adapt to latest Vite specs on HMR p…

Q
Quasar Framework Web v5.0.4

@quasar/cli-v5.0.4

This is the optional globally-installed part of the Quasar CLI Security fix fix(ssl-certificate): restrict development TLS credentials 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…

Q
Quasar Framework Web v2.23.3

quasar-v2.23.3

Security fix(ui): bound SSR User-Agent parsing Fixes feat+fix(date): extra second param (utc?: boolean) for daysInMonth(); correct UTC month ends and locale cache (#18453) fix(date): accept negative epoch in extractDate X/x masks (#18443) fix(patterns): accept rgba alphas with a trailing zero (#18444) fix(use-panel): terminate goToPanelByOffset when walking below index 0 (#18445) fix(slider): igno…

Q
Quasar Framework Web v6.1.2

@quasar/icongenie-v6.1.2

Fixes fix(icongenie): [SECURITY] replace vulnerable PNG optimizer fix(icongenie): ignore no-color as profile input (#18454) Donations Quasar Framework is an open-source MIT-licensed project made possible due to the generous contributions by sponsors and backers. If Quasar is useful in your workflow and you want to support ongoing maintenance, please consider the following: Becoming a sponsor on Gi…

Q
Quasar Framework Web v2.23.2

quasar-v2.23.2

Lots of community fixes included, especially from Evan Chan (@evnchn ). Thanks all for contributing! Fixes fix(ui): account for Android safe area insets (new prop framework.config.cordova/capacitor: androidStatusBarPadding (boolean) (#18425) fix(format): capitalize('') should not throw (#18426) fix(patterns): reject calendar-invalid month/day in the date rule (#18427) fix(date): correct getWeekOfY…

Q
Quasar Framework Web v2.23.0

quasar-v2.23.0/1

ImportantIf you are using RTL, you might want to update your postcss.config.js on the postcss-rtlcss options. Import { Mode } from postcss-rtlcss/options and assign { mode: Mode.Override } to the postcss-rtlcss options. 2.23.1 is a repackage and publish due to an npm issue. New feat(ui): new composable -> useAnimationFrame() Fixes fix(QFab): keep actions physically placed under RTL to prevent over…

Q
Quasar Framework Web v3.2.0

@quasar/app-vite-v3.2.0

New feat(app-vite): SSR/SSG dev -> handle critical CSS paths on the server-side render Fixes fix(app-vite): SSR/SSG dev -> server-side render doubles the js entry point Donations Quasar Framework is an open-source MIT-licensed project made possible due to the generous contributions by sponsors and backers. If Quasar is useful in your workflow and you want to support ongoing maintenance, please con…

Q
Quasar Framework Web v3.1.0

@quasar/app-vite-v3.1.0

ImportantQuasar UI v2.22 or newer is now required for all Quasar application modes. The new SSG mode API is currently in a short beta stage. Based on the community feedback, its API may change, so check every subsequent releases for potentially such information before upgrading. The deployed documentation PWA may continue showing cached content until its service worker installs the latest version.…

Q
Quasar Framework Web v2.22.0

quasar-v2.22.0

ImportantIf you will be using the new SSG mode with Quasar CLI, you will need to upgrade to this version. Security fixes fix(ui): prevent extend prototype pollution fix(ui): secure SSR meta serialization Other fixes fix(ui): align runtime public surface behavior (#18379) fix(ui): clean up deferred lifecycle work (#18383) fix(ui): align form control behavior (#18385) fix(ui): improve SSR hydration…

Q
Quasar Framework Web v6.1.1

@quasar/icongenie-v6.1.1

Security fix fix(icongenie): contain generated asset paths Donations Quasar Framework is an open-source MIT-licensed project made possible due to the generous contributions by sponsors and backers. If Quasar is useful in your workflow and you want to support ongoing maintenance, please consider the following: Becoming a sponsor on Github One-off donation via PayPal

Q
Quasar Framework Web v5.0.3

@quasar/cli-v5.0.3

This is the optional globally-installed part of the Quasar CLI Changes feat(cli): upgraded deps fix(cli): upgrade cmd should correctly install selected packages (if any selection changes) fix(cli): banner when using the deprecated "create" cmd fix(cli): configured npm registry detection; also, make registry requests robust Donations Quasar Framework is an open-source MIT-licensed project made poss…

Q
Quasar Framework Web v2.21.4

quasar-v2.21.4

Changes fix(ui): table pagination range labels for LTR languages (#18378) 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

Q
Quasar Framework Web v6.1.0

@quasar/icongenie-v6.1.0

Changes feat(icongenie): Upcoming SSG mode support 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

Q
Quasar Framework Web v2.21.3

quasar-v2.21.3

Changes fix(ui): HasSsrOrSsg defaults to SSR branch for non-SSR apps (#18356) 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

Q
Quasar Framework Web v2.21.2

quasar-v2.21.2

Changes feat(ui): prepare types for upcoming SSG mode 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

Q
Quasar Framework Web v3.0.1

@quasar/app-vite-v3.0.1

Changes fix(app-vite): Capacitor & Cordova modes -> www folder not cleaned before build #18351 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

Q
Quasar Framework Web v3.0.0

@quasar/app-vite-v3.0.0

Bird's eye view on what's new ⚡ Blazing Fast Compilation: We've replaced esbuild with Rolldown for /src-* folders and completely redesigned the build architecture. Build steps are now parallelized across all Quasar modes, resulting in significantly faster speeds and a smaller footprint for your production distributables. ⚙️ Next-Gen Environment Management: We’ve redesigned env file management from…