Skip to content

Releases: Maiquu/nuxt-quasar

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

v2.0.8

22 Mar 16:10
Compare
Choose a tag to compare

compare changes

🩹 Fixes

  • Remove useId and useHydration from auto-imports, closes #90 (#90)

🏡 Chore

❤️ Contributors

v2.0.7

18 Dec 07:47
Compare
Choose a tag to compare

compare changes

🩹 Fixes

  • playground: Modified imports according to (73759a5)
  • Type error related to configuring defaults of component with required props (eae5606)
  • Added missing brand property "dark-page" (4b499c9)

📖 Documentation

  • fix: Incorrect commit ref link (1aa42e6)
  • Remove broken link (568bd9f)

🏡 Chore

❤️ Contributors

v2.0.6

03 Oct 17:51
Compare
Choose a tag to compare

compare changes

🩹 Fixes

🏡 Chore

  • Updated dependencies (01d9a2a)
  • Remove unused devDependencies (df8797e)

❤️ Contributors

v2.0.5

27 Jul 14:14
Compare
Choose a tag to compare

compare changes

🩹 Fixes

  • playground: Page/layout (46ab87f)
  • Import defineNuxtPlugin from #imports (fd7f005)

❤️ Contributors

v2.0.4

11 Jul 16:22
Compare
Choose a tag to compare

compare changes

🩹 Fixes

  • Mark quasar entry as side effect free (bd90297)
  • Mark components with defaults as non-external modules (4cede0d)
  • Incorrect deepDefaults default (cb58ced)
  • test: Brittle analyzeBundleSize test (d748c36)

🏡 Chore

  • Updated CHANGELOG.md (8235f2f)
  • Updated dependencies (d12a626)
  • Remove unused dependencies/files (64cba17)
  • Simpler animation handling (66da408)
  • Moved named exports in module.ts to seperate files due to output code exposing them (f2769b8)
  • Renamed tests (0da655b)

✅ Tests

❤️ Contributors