Skip to content

Releases: Maiquu/nuxt-quasar

v3.0.1

Choose a tag to compare

@github-actions github-actions released this 03 Mar 11:09

compare changes

🩹 Fixes

  • Explicitly name quasar plugin (ee384d4)
  • Ensure virtual plugins use \0 prefix for resolution (044af20)

❤️ Contributors

v3.0.0

Choose a tag to compare

@github-actions github-actions released this 01 Dec 18:34

Compare changes

🚀 Enhancements

  • ⚠️ Upgrade to Nuxt 4 (8ef389a)

🩹 Fixes

  • ⚠️ Changed to @use instead of @import statements to avoid deprecation warning messages (#115)

💅 Refactors

  • Remove analyzeBundleSize test file (677e522)

📖 Documentation

  • Clarify usage of Quasar Sass/SCSS variables in README and module options (74284cf)
  • Remove peer dependency installation commands as nuxi module add already handles them (763812f)

🏡 Chore

  • Fix type errors after upgrade (c0a8012)
  • Update packageManager to pnpm@10.24.0 (6e90ff1)
  • Add bump script (e0f0a51)
  • Remove changelogen script from package.json (f58ba28)
  • Migrate playground to use Nuxt 4 directory structure (452fb55)
  • Update bump script (61efb9a)

🤖 CI

  • Migrate to trusted publishing (a1243c7)
  • Refine release workflow tag patterns and support rc tags (8abd4c6)
  • Add --no-git-checks option to pnpm publish commands (d919db3)
  • Update release workflow to ensure latest npm and explicitly set registry URL (cc53b7e)
  • Reorder npm installation step (2298aa9)

❤️ Contributors

v3.0.0-rc.3

Choose a tag to compare

@github-actions github-actions released this 28 Nov 16:14

compare changes

🤖 CI

  • Reorder npm installation step (2298aa9)

❤️ Contributors

v2.1.13

Choose a tag to compare

@github-actions github-actions released this 24 Jul 18:27

compare changes

🩹 Fixes

  • Implement better component autoimport check and configuration (b66519d)
  • Add nulling check for autoImport, modify autoImport docs (4d2c4fb)

🏡 Chore

🤖 CI

  • Update gh action versions, use pnpm/action-setup instead of corepack (d60cce0)

❤️ Contributors

v2.1.12

Choose a tag to compare

@github-actions github-actions released this 30 Jan 12:46

compare changes

🩹 Fixes

❤️ Contributors

v2.1.11

Choose a tag to compare

@github-actions github-actions released this 29 Jan 14:27

compare changes

🩹 Fixes

  • Quasar files being externalized in ssr, resolves #107 (#107)
  • Type error at enableQuietSassWarnings (083053f)

🏡 Chore

  • Updated dependencies (12e8994)
  • Rename typecheck script to test:types, use vue-tsc for typechecking (707e26a)
  • MIT License (f31d05e)
  • Update packageManager version (dc5cd17)
  • Update dependencies (mostly dev) (597c81c)

🎨 Styles

  • Migrate to @nuxt/eslint-config (5f76d7c)

🤖 CI

  • Create release after publish succeeds (a7792b2)

❤️ Contributors

v2.1.9

Choose a tag to compare

@github-actions github-actions released this 26 Dec 18:45

compare changes

🩹 Fixes

  • Build error by pinning typescript version to 5.6.3 (596ddee)

❤️ Contributors

v2.1.8

Choose a tag to compare

@github-actions github-actions released this 26 Dec 18:34

compare changes

🩹 Fixes

  • Suppress deprecation warnings emitted after sass@1.79.0 (7d51d82)

🏡 Chore

  • Update deps and recreate lockfile (116a74a)
  • Add title to playground (55ec640)

❤️ Contributors

v2.1.7

Choose a tag to compare

@github-actions github-actions released this 14 Nov 15:54

compare changes

🩹 Fixes

  • Empty runtime/plugin.d.ts, resolves #104 (#104)

🏡 Chore

  • ci: Bump node version to v22 (af3baf0)

❤️ Contributors

v2.1.6

Choose a tag to compare

@github-actions github-actions released this 17 Sep 12:21

compare changes

🩹 Fixes

  • Error caused by incorrect resolving of components, closes #102 (#102)

🏡 Chore

❤️ Contributors