v3.0.0-beta.0
Pre-release
Pre-release
Target branch: v3-beta
QActivity v3.0.0-beta.0
What's Changed
Features
- migrated QActivity to the v3 beta pnpm workspace layout with separate UI, app-extension, and docs packages
- added an upgrade guide and refreshed installation/docs content for the v3 beta line
- added CodePen playground support for docs examples
- added activity bar caps support and follow-up alignment fixes for bar centerlines and arrow caps
Build and tooling
- published the UI package with ESM-only package exports
- added stronger typecheck coverage for UI build scripts and source build helpers
- added comprehensive monorepo verification scripts and refreshed docs/release tooling
- updated md-plugins integration and modernized release dependency handling
Migration notes
- QActivity v3 is the first beta release for the Quasar CLI Vite 3 line
- the app extension is Vite-only and requires
@quasar/app-vite >= 3.0.0-beta.30 - webpack-based Quasar apps are not supported on the v3 beta line
- development and release workflows now require
node >= 22.13andpnpm >= 11.4.0
Installing
Use the @beta tag while QActivity v3 remains in beta.
$ pnpm add @quasar/quasar-ui-qactivity@beta
# or
$ yarn add @quasar/quasar-ui-qactivity@beta
# or
$ npm install @quasar/quasar-ui-qactivity@beta
# or
$ bun add @quasar/quasar-ui-qactivity@beta
# or
$ quasar ext add @quasar/qactivity@betaRemove the @beta tag once QActivity v3 is promoted to stable.
Documentation
QActivity documentation is hosted by Netlify. Visit the documentation for installation guidance, upgraded examples, and updated v3 beta setup instructions.
Donations
QActivity is an open-source MIT licensed project that has been made possible due to the generous contributions by sponsors and backers. If you are interested in supporting this project, please consider:
Full Changelog: v2.0.0...v3.0.0-beta.0