@quasar/app v1.7.2 released!
-
Enjoy!
https://github.com/quasarframework/quasar/releases/tag/%40quasar%2Fapp-v1.7.2
New
- feat(app): add .ts to the extensions list by default if quasar.conf.js > supportTS is true
- feat(app): Update PWA mode add/remove procedure (now also adds the necessary icons – instead of relying on the official Quasar starter kit to supply them).
Fixes
- fix(app): Fix incorrect variable for open IDE fallback #6827
- fix(app): ESLint error - Unexpected empty object pattern #6831
- fix(app): Typo on capacitor management code which results in ignored splashscreen setting #5611
- fix(TS): allow ‘Promise<void>’ return type and add ‘preFetch’ wrapper to type ‘store’ parameter #6864