Skip to content

v3.0.0-beta.2

Pre-release
Pre-release

Choose a tag to compare

@hawkeye64 hawkeye64 released this 02 Jun 16:57

Target branch: v3-beta

QActivity v3.0.0-beta.2

What's Changed

Highlights

  • Compiled the app extension runtime and bumped the beta line for the compiled runtime path.
  • Prepared and published the 3.0.0-beta.2 release updates.
  • Synced docs and workspace updates for the current beta toolchain.
  • Updated app-vite baseline to beta.35 and aligned app-extension peer target to beta.36.

Docs and examples

  • Made the landing page theme-aware.
  • Fixed docs 404 page theming.
  • Clarified Quasar CLI wording and removed stale markdown plugin declarations.
  • Added API inspection and stylesheet config docs, plus package-manager command tabs.
  • Updated md-plugins/qPress integration and docs readability updates.

Compatibility updates

  • App extension compatibility: @quasar/app-vite >= 3.0.0-beta.36
  • QActivity v3 remains Vite-only; webpack-based Quasar apps are not supported.
  • Tooling/release requirements: node >= 22.13 and pnpm >= 11.5.0

Changelog

Changes since v3.0.0-beta.0:

  • 78b3dab chore: prepare 3.0.0-beta.2 release
  • 39b85c4 chore: sync docs and beta.36 workspace updates
  • c3871f2 docs: make landing page theme-aware
  • 8420eaf fix: theme docs 404 page
  • e312b4a chore: remove stale markdown plugin declarations
  • 5772f33 docs: clarify Quasar CLI wording
  • 0a0f3d7 chore: update app-vite beta.35
  • 7259721 chore: bump beta for compiled ae runtime
  • 1c20bde chore: compile app extension runtime
  • 550b4a7 fix: use beta tag for codepen assets
  • b22f8aa chore: enable no-undef lint rule
  • 5a5b66e docs: document API inspection command
  • 9bcb039 docs: document stylesheet config option
  • 2dce595 docs: tab package manager commands
  • 41cb917 chore(docs): update md-plugins to beta 21
  • 3c1645e fix(docs): keep code block lines left aligned
  • 3770a84 docs: update md-plugins integration
  • 3f87637 chore: update qpress templates to beta 19
  • 2f93eff chore: add check all script
  • cf81fa4 docs: use sass color module in qpress styles
  • bed6c9a docs: use sunrise qpress theme
  • ec05a5c docs: make faq pages scannable
  • dfe9787 fix: indent release note lists
  • e7104b3 chore: update release dependencies

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@beta

Remove 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: v3.0.0-beta.0...v3.0.0-beta.2