Quasar v1.12.6/7 released!
-
Enjoy!
https://github.com/quasarframework/quasar/releases/tag/quasar-v1.12.6
https://github.com/quasarframework/quasar/releases/tag/quasar-v1.12.7New
- feat(ui/go-back): support app exit on all or some pages (#7234)
- feat(ui): tweaks to cordova/capacitor backButtonExit config #7228 #7234
- feat(QInput): re-emit “@paste” event when inner handler catches it #7191
- feat(QUploaderBase/QFile): add the capture prop (#7249)
- feat(TS): update TS support for q/app v2
Fixes
- fix(TouchPan): emit the final event when the directive is destroyed while active #7225 (#7226)
- fix(QDrawer): correctly initialize on SSR (don’t break page scrolling) #7212
- fix(portal): bulletproof + enhance perf; correctly determine if QDialog is used with Dialog plugin or not #7240 (#7243)