Skip to content

QActivity v3.0.0-rc.0

Choose a tag to compare

@hawkeye64 hawkeye64 released this 11 Jun 18:54

Target branch: v3-beta

QActivity v3.0.0-rc.0

What's Changed

Runtime and build updates:

  • Promotes QActivity v3 from beta to release candidate on the latest npm channel.
  • Updates the app extension target to @quasar/app-vite >=3.0.0-rc.1.
  • Aligns the docs workspace with Quasar 2.20.0, Q-Press/md-plugins 0.1.0-rc.2, and SSG-enabled docs builds.
  • Keeps docs build-only dependencies in devDependencies.
  • Cleans up pnpm release-age excludes and workspace dependency metadata.

Docs and examples:

  • Updates installation and upgrade docs for latest-channel installs instead of beta-channel installs.
  • Standardizes README structure and Q-Press documentation wording.
  • Adds social preview metadata for QActivity docs.
  • Refreshes landing page, footer, support panel, and theme-token handling.
  • Fixes release-note link rendering and API description Markdown rendering.

Compatibility updates:

  • App extension compatibility: @quasar/app-vite >= 3.0.0-rc.1
  • Quasar target: quasar ^2.20.0
  • Q-Press/md-plugins target: 0.1.0-rc.2
  • QActivity v3 remains Vite-only; webpack-based Quasar apps are not supported.
  • Tooling/release requirements: Node.js >=22.13 and pnpm >=11.5.0
  • npm dist-tag for this line: latest

Changelog

Changes since v3.0.0-beta.2:

  • d71db08 chore: prepare QActivity rc.0 release
  • 5f62725 chore: update md-plugins to rc.2
  • 5320f49 chore: update md-plugins to rc.1
  • 6de2533 chore: move docs build deps to dev dependencies
  • 6cdcae5 chore: keep vite ssg plugin as dev dependency
  • 8117f89 chore: update md-plugins to rc.0
  • 4b4d7fe docs: standardize README structure section
  • 67414ed chore: update Quasar RC dependencies
  • b5623d9 chore: sort pnpm release-age excludes
  • 82dcc3c chore: dedupe pnpm release-age excludes
  • 4693e71 chore: update md-plugins to beta.29

Installing

$ pnpm add @quasar/quasar-ui-qactivity
# or
$ yarn add @quasar/quasar-ui-qactivity
# or
$ npm install @quasar/quasar-ui-qactivity
# or
$ bun add @quasar/quasar-ui-qactivity
# or
$ quasar ext add @quasar/qactivity

Documentation

QActivity documentation is hosted by Netlify. Visit the documentation for installation guidance, examples, and updated v3 RC setup instructions.

Donations

QActivity is an open-source MIT licensed project made possible by generous support from sponsors/backers. If you want to support ongoing maintenance:

Full Changelog: v3.0.0-beta.2...v3.0.0-rc.0