Quasar v1.8.3 released! New QTable feature & improvements
-
Enjoy!
https://github.com/quasarframework/quasar/releases/tag/quasar-v1.8.3
New
- feat(QTable): support for external expansion model #6147
- docs: new QFile example highlighting how to use the “file” slot to display uploading progress https://quasar.dev/vue-components/file-picker#Using-file-slot
Fixes
- fix(querySelect): Guard querySelect against incorrect usage #6198 (#6203)
- fix(QSlideItem): Add key to content to workaround wrong element reuse by Vue #6214 (#6216)
- fix(QBtn): QBtn in loading state in a form should not submit form; loading state improvements #6220