Skip to content

v2.1.0

Compare
Choose a tag to compare
@github-actions github-actions released this 26 Apr 09:52
· 44 commits to main since this release

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