Releases: Maiquu/nuxt-quasar
Releases · Maiquu/nuxt-quasar
v2.1.1
v2.1.0
🚀 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
- Ege İliklier (@Maiquu)
- Daniel Roe (@danielroe)
v2.0.8
v2.0.7
🩹 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
🏡 Chore
- Updated dependencies (7d1f6fd)
❤️ Contributors
- Arthur Buravlev [email protected]
- Ege İliklier (@Maiquu)
v2.0.6
🩹 Fixes
- Non-unique arrays in options (3ae9281)
- Missing auto-imported composable types caused by nuxt/nuxt#22476 (e427d4)
🏡 Chore
❤️ Contributors
- Ege İliklier (@Maiquu)
v2.0.5
v2.0.4
🩹 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
analyzeBundleSize
(24eb937)
❤️ Contributors
- Ege İliklier (@Maiquu)