Skip to content

Commit 91b7e2b

Browse files
committed
chore(release): v2.1.0
1 parent 83442a1 commit 91b7e2b

2 files changed

Lines changed: 66 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 65 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,70 @@
11
# Changelog
22

3+
## v2.1.0
4+
5+
[compare changes](https://github.com/Maiquu/nuxt-quasar/compare/v2.0.8...v2.1.0)
6+
7+
### 🚀 Enhancements
8+
9+
- Quasar ui configurable via `app.config` ([b269497](https://github.com/Maiquu/nuxt-quasar/commit/b269497))
10+
11+
### 🔥 Performance
12+
13+
- Slightly faster loading of animations.css by taking over resolveId step ([da30e25](https://github.com/Maiquu/nuxt-quasar/commit/da30e25))
14+
- Simpler/faster implemention of component defaults based on !37 ([845650c](https://github.com/Maiquu/nuxt-quasar/commit/845650c))
15+
- Faster dev experience by reducing amount of network requests ([36f6f3a](https://github.com/Maiquu/nuxt-quasar/commit/36f6f3a))
16+
- Use distributed quasar.sass file to speed up loading ([63bf95b](https://github.com/Maiquu/nuxt-quasar/commit/63bf95b))
17+
18+
### 🩹 Fixes
19+
20+
- QuietSassWarnings default is false if quasar version is >=2.14 ([5c14746](https://github.com/Maiquu/nuxt-quasar/commit/5c14746))
21+
- Build error caused by missing file extension ([cd60a22](https://github.com/Maiquu/nuxt-quasar/commit/cd60a22))
22+
- Use distributed css for cssAddon ([128e15d](https://github.com/Maiquu/nuxt-quasar/commit/128e15d))
23+
- Use quasar.sass file only if user wants to override sass variables ([8d8ad80](https://github.com/Maiquu/nuxt-quasar/commit/8d8ad80))
24+
- Removed experimental state from component defaults, removed `deepDefaults` property ([5c085d9](https://github.com/Maiquu/nuxt-quasar/commit/5c085d9))
25+
- Brand deprecation message ([fe41a40](https://github.com/Maiquu/nuxt-quasar/commit/fe41a40))
26+
- Type errors ([7c01858](https://github.com/Maiquu/nuxt-quasar/commit/7c01858))
27+
- Setting prop defaults where prop definition is array of constructors ([864f96f](https://github.com/Maiquu/nuxt-quasar/commit/864f96f))
28+
29+
### 💅 Refactors
30+
31+
- Simplified quasar plugin injection ([1367639](https://github.com/Maiquu/nuxt-quasar/commit/1367639))
32+
33+
### 📖 Documentation
34+
35+
- Update README regarding latest changes ([c59883f](https://github.com/Maiquu/nuxt-quasar/commit/c59883f))
36+
- Use new `nuxi module add` command in installation ([646a26e](https://github.com/Maiquu/nuxt-quasar/commit/646a26e))
37+
- Add missing note to quietSassWarnings JSDOC ([8f21975](https://github.com/Maiquu/nuxt-quasar/commit/8f21975))
38+
39+
### 🏡 Chore
40+
41+
- Update changelog ([3b857d8](https://github.com/Maiquu/nuxt-quasar/commit/3b857d8))
42+
- Update vitest (with jsdom) ([d30e005](https://github.com/Maiquu/nuxt-quasar/commit/d30e005))
43+
- Update nuxt-module-builder ([651b3f2](https://github.com/Maiquu/nuxt-quasar/commit/651b3f2))
44+
- Update dependencies ([7a61c1f](https://github.com/Maiquu/nuxt-quasar/commit/7a61c1f))
45+
- Marked `@quasar/extras` as optional ([ce75131](https://github.com/Maiquu/nuxt-quasar/commit/ce75131))
46+
- Added playground example from !37 ([2260c66](https://github.com/Maiquu/nuxt-quasar/commit/2260c66))
47+
- Bump packageManager to pnpm@9 ([1e3600c](https://github.com/Maiquu/nuxt-quasar/commit/1e3600c))
48+
- Add missing tsconfig to playground ([166324c](https://github.com/Maiquu/nuxt-quasar/commit/166324c))
49+
- Use explicit build command ([952e239](https://github.com/Maiquu/nuxt-quasar/commit/952e239))
50+
- Component defaults types are dynamically generated ([aa0d5d3](https://github.com/Maiquu/nuxt-quasar/commit/aa0d5d3))
51+
- Moved all runtime code under `src/runtime/plugin`, removed unused runtime files ([f87efe0](https://github.com/Maiquu/nuxt-quasar/commit/f87efe0))
52+
- Updated vscode settings ([bc77aec](https://github.com/Maiquu/nuxt-quasar/commit/bc77aec))
53+
- Use `QuasarUIConfiguration` interface ([417e0e1](https://github.com/Maiquu/nuxt-quasar/commit/417e0e1))
54+
- Deprecate re-ordering of `quasar/brand` ([aea6af7](https://github.com/Maiquu/nuxt-quasar/commit/aea6af7))
55+
- Rename generated shim file ([f852d90](https://github.com/Maiquu/nuxt-quasar/commit/f852d90))
56+
57+
### ✅ Tests
58+
59+
- Removed component default tests ([be41339](https://github.com/Maiquu/nuxt-quasar/commit/be41339))
60+
- Fix setup css tests ([5809c5e](https://github.com/Maiquu/nuxt-quasar/commit/5809c5e))
61+
- Skip analyzeBundleSize tests ([9f66f6c](https://github.com/Maiquu/nuxt-quasar/commit/9f66f6c))
62+
63+
### ❤️ Contributors
64+
65+
- Ege İliklier ([@Maiquu](http://github.com/Maiquu))
66+
- Daniel Roe ([@danielroe](http://github.com/danielroe))
67+
368
## v2.0.8
469

570
[compare changes](https://github.com/Maiquu/nuxt-quasar/compare/v2.0.7...v2.0.8)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "nuxt-quasar-ui",
33
"type": "module",
4-
"version": "2.0.8",
4+
"version": "2.1.0",
55
"packageManager": "pnpm@9.0.6",
66
"description": "Quasar Module for Nuxt (Unofficial)",
77
"license": "MIT",

0 commit comments

Comments
 (0)