Skip to content

Releases: Maiquu/nuxt-quasar

v2.1.9

26 Dec 18:45
Compare
Choose a tag to compare

compare changes

🩹 Fixes

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

❤️ Contributors

v2.1.8

26 Dec 18:34
Compare
Choose a tag to compare

compare changes

🩹 Fixes

🏡 Chore

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

❤️ Contributors

v2.1.7

14 Nov 15:54
Compare
Choose a tag to compare

compare changes

🩹 Fixes

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

🏡 Chore

  • ci: Bump node version to v22 (af3baf0)

❤️ Contributors

v2.1.6

17 Sep 12:21
Compare
Choose a tag to compare

compare changes

🩹 Fixes

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

🏡 Chore

❤️ Contributors

v2.1.5

11 Sep 17:24
Compare
Choose a tag to compare

compare changes

🩹 Fixes

  • Augment @nuxt/schema rather than nuxt/schema (9bf66c3)

🏡 Chore

❤️ Contributors

v2.1.4

08 Aug 17:35
Compare
Choose a tag to compare

compare changes

🏡 Chore

❤️ Contributors

v2.1.3

20 Jun 11:01
Compare
Choose a tag to compare

compare changes

🏡 Chore

  • Indicate compatibility with new v4 major (fc39b76)
  • Bump packageManager version (b6859bb)
  • Update non-major dependencies (60d529a)
  • Updated @nuxt/module-builder (7c5ab7e)

❤️ Contributors

v2.1.2

07 May 18:05
Compare
Choose a tag to compare

compare changes

🩹 Fixes

  • Resolved quasar paths for v2.16 and above (870d8ea)
  • Inlined quasar in ssr builds (86568c2)

🏡 Chore

  • Bumped quasar devDependency (a308f36)

❤️ Contributors

v2.1.1

02 May 18:36
Compare
Choose a tag to compare

compare changes

This patch reverts (ce75131). This was a breaking change for users who relied on auto installation of peer dependencies.

📖 Documentation

  • Updated README to reflect component default changes (72117e2)
  • Removed second step from quick setup guide (f742e4a)

❤️ Contributors

v2.1.0

26 Apr 09:52
Compare
Choose a tag to compare

compare changes

🚀 Enhancements

  • Quasar ui configurable via app.config (b269497)

🔥 Performance

  • Slightly faster loading of animations.css by taking over resolveId step (da30e25)
  • Simpler/faster implemention of component defaults based on !37 (845650c)
  • Faster dev experience by reducing amount of network requests (36f6f3a)
  • Use distributed quasar.sass file to speed up loading (63bf95b)

🩹 Fixes

  • QuietSassWarnings default is false if quasar version is >=2.14 (5c14746)
  • Build error caused by missing file extension (cd60a22)
  • Use distributed css for cssAddon (128e15d)
  • Use quasar.sass file only if user wants to override sass variables (8d8ad80)
  • Removed experimental state from component defaults, removed deepDefaults property (5c085d9)
  • Brand deprecation message (fe41a40)
  • Type errors (7c01858)
  • Setting prop defaults where prop definition is array of constructors (864f96f)

💅 Refactors

  • Simplified quasar plugin injection (1367639)

📖 Documentation

  • Update README regarding latest changes (c59883f)
  • Use new nuxi module add command in installation (646a26e)
  • Add missing note to quietSassWarnings JSDOC (8f21975)

🏡 Chore

  • Update changelog (3b857d8)
  • Update vitest (with jsdom) (d30e005)
  • Update nuxt-module-builder (651b3f2)
  • Update dependencies (7a61c1f)
  • Marked @quasar/extras as optional (ce75131)
  • Added playground example from !37 (2260c66)
  • Bump packageManager to pnpm@9 (1e3600c)
  • Add missing tsconfig to playground (166324c)
  • Use explicit build command (952e239)
  • Component defaults types are dynamically generated (aa0d5d3)
  • Moved all runtime code under src/runtime/plugin, removed unused runtime files (f87efe0)
  • Updated vscode settings (bc77aec)
  • Use QuasarUIConfiguration interface (417e0e1)
  • Deprecate re-ordering of quasar/brand (aea6af7)
  • Rename generated shim file (f852d90)

✅ Tests

  • Removed component default tests (be41339)
  • Fix setup css tests (5809c5e)
  • Skip analyzeBundleSize tests (9f66f6c)

❤️ Contributors