quasarframework/quasar
 Watch   
 Star   
 Fork   
3 hours ago
quasar

@quasar/extras-v2.0.0

Breaking Changes

  • This package is now ESM only
  • Not compatible with @quasar/app-webpack (if using it, stay on q/extras v1)
  • If using @quasar/app-vite v2, please upgrade it to >= 2.6.1 so that your package manager won't complain about incompatibilities.
  • Old versions of icon libs are no longer available; a simple update of the import statements (with each icon lib's latest version) will fix it; the size of this package became unreasonably large, so we dropped:
    • fontawesome v5/6 -> use v7
    • ionicons v5 to v7 -> use v8; ionicons v4 is still available due to being the only one with webfont variant
    • mdi v3 to v6 -> use v7

Non-breaking Changes/Updates

  • material-icons -> v145
  • material-icons-outlined -> v110
  • material-icons-round -> v109
  • material-icons-sharp -> v110
  • material-symbols-outlined -> v341
  • material-symbols-rounded -> v343
  • material-symbols-sharp -> v339
  • roboto-font -> v51
  • roboto-font-latin-ext -> v51
  • Modernized internal build system

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:

3 hours ago
quasar

@quasar/app-vite-v2.6.1

Changes

  • Explicitly define compatibility with @quasar/extras v2 so the package managers won't complain about it.

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:

5 hours ago
quasar

@quasar/icongenie-v5.0.0

Breaking Changes

  • Requires Node.js v22.22+
  • Dropped support for legacy @quasar/app & @quasar/app-webpack projects

Changes

  • Support for upcoming @quasar/app-vite v3 projects
  • New option for all commands: "--no-color"
  • Modernized codebase and replaced deps with native Node.js equivalents
  • Upgraded all 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:

5 hours ago
quasar

@quasar/cli-v5.0.0

This is the optional globally-installed part of the Quasar CLI

Breaking changes

The "serve" command now uses the native hono/proxy (for the --proxy, -P cmd option) instead of http-proxy-middleware. Example of proxy file:

export default ({ app, proxy }) => {
  app.get('/proxy/:path', (c) => {
    return proxy('http://some.api.com/' + c.req.param('path'))
  })
}

Changes

  • feat(cli): modernize codebase; drop some deps and replace with native Node.js alternatives
  • feat+refactor(cli): rewrite the "upgrade" cmd; parallel NPM registry fetching; use modern prompts
  • feat(cli): all commands have the "--no-color" option
  • feat(cli): upgrade 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:

5 hours ago
quasar

@quasar/vite-plugin-v1.12.0

Changes

  • Modernized codebase

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:

2026-04-06 18:41:28
quasar

@quasar/extras-v1.18.0

Changes

  • feat(extras): update Font Awesome => v7.2.0
  • feat(extras): update Ionicons v8 => v8.0.13
  • feat(extras): update Material Icons => CDN v145
  • feat(extras): update Material Icons Outlined => CDN v110
  • feat(extras): update Material Icons Round => CDN v109
  • feat(extras): update Material Icons Sharp => CDN v110
  • feat(extras): update Google Material Symbols Outlined => CDN v322
  • feat(extras): update Google Material Symbols Rounded => CDN v324
  • feat(extras): update Google Material Symbols Sharp => CDN v319
  • feat(extras): update Roboto Font => CDN v51
  • feat(extras): update Roboto Font Latin Extended => CDN v51
  • feat(extras): automate README generation
  • feat(extras): decouple q/extras types from the UI package
  • fix(extras): restrict published files
  • fix(extras): improve build pipeline
  • chore(extras): linter updates

Notes

  • This release updates the @quasar/extras package contents and build/publish pipeline.
  • Please update along with q/app-vite or q/app-webpack

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:

2026-04-06 17:35:56
quasar

@quasar/cli-v4.0.0

This is the optional globally-installed part of the Quasar CLI

Changes

  • feat(cli): serve cmd > replace express with Hono
  • feat(cli): add --nocolor param to all commands
  • feat(cli): serve cmd > disregard "quasar" package.json prop
  • fix(cli): serve --open param handling

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:

2026-04-06 14:59:47
quasar

@quasar/app-vite-v2.6.0

Breaking

We're sorry for this, but you need to lookup {*path} and replace it with * in your /src-ssr folder. This is due to reverting back to Express v4, otherwise SSR with non-express server gets broken.

Changes

  • feat(app-vite): support for Capacitor v8
  • feat(app-vite): remove now obsolete temporary fix for Vue flags
  • feat(app-vite): drop the build.sourcemap conversion to "inline"; allow all possible values
  • feat(app-vite): decouple q/extras types from the UI package (requires q/extras v1.18+)
  • fix(app-vite): replace mentions of useBridge with correct createBridge
  • fix(app-vite): logger > warn() pill
  • fix(app-vite): revert back to Express v4 due to SSR breaking with non-express server
  • fix(app-vite): "inspect" cmd failing for SSR config
  • fix(app-vite): correctly watch for changes on all quasar.config > framework props
  • chore(app-vite): remove unused PWA dev quasar.config diff (pwaFilenames)

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:

2026-04-06 14:58:51
quasar

quasar-v2.19.3

Changes

  • feat(ui): new icon sets -> Fontawesome v7 (& svg, & pro variants), Svg Ionicons v7 & v8
  • feat(ui): decouple q/extras types from the UI package
  • feat(ui): update Italian translations (#18284)
  • fix(useInterval): remove unused argument passed to removeInterval (fixes #18273) (#18274)
  • fix(ui): UMD prod -> isRuntimeSsrPreHydration is undefined in setup() due to bug in rolldown #18272

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:

2026-04-06 14:58:51
quasar

@quasar/app-webpack-v4.4.5

Changes

  • feat(app-webpack): add support for Capacitor v8
  • feat(app-webpack): decouple q/extras types from the UI package (requires q/extras v1.18+)
  • fix(app-webpack): replace mentions of useBridge with correct createBridge
  • fix(app-webpack): logger > warn() pill

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: