@quasar/extras-v2.0.0
- This package is now ESM only
- Not compatible with
@quasar/app-webpack(if using it, stay on q/extras v1) - If using
@quasar/app-vitev2, 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
- 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
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:
@quasar/app-vite-v2.6.1
- Explicitly define compatibility with
@quasar/extrasv2 so the package managers won't complain about it.
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:
@quasar/icongenie-v5.0.0
- Requires Node.js v22.22+
- Dropped support for legacy
@quasar/app&@quasar/app-webpackprojects
- Support for upcoming
@quasar/app-vitev3 projects - New option for all commands: "--no-color"
- Modernized codebase and replaced deps with native Node.js equivalents
- Upgraded all deps
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:
@quasar/cli-v5.0.0
This is the optional globally-installed part of the Quasar CLI
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'))
})
}
- 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
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:
@quasar/vite-plugin-v1.12.0
- Modernized codebase
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:
@quasar/extras-v1.18.0
- 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
- This release updates the
@quasar/extraspackage contents and build/publish pipeline. - Please update along with q/app-vite or q/app-webpack
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:
@quasar/cli-v4.0.0
This is the optional globally-installed part of the Quasar CLI
- 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
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:
@quasar/app-vite-v2.6.0
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.
- 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)
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:
quasar-v2.19.3
- 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
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:
@quasar/app-webpack-v4.4.5
- 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
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: