Quasar v2.0.0-beta.3 released!
-
https://github.com/quasarframework/quasar/releases/tag/%40quasar-v2.0.0-beta.3
Small breaking change
- feat(useDialogPluginComponent): simplify usage (no params required)
New
- perf(ui): simplify private composables params; squeeze every bit of perf on internal usage of useQuasar()
Fixes
- fix(ui/getScrollTarget): normalize props.scrollTarget before using it
- fix(QDialog): fix focus condition (lost in translation) #8419 (#8421)
- fix(TS/use-dialog-plugin-component): typedefs should have onDialogOK instead of onDialogOk #8418
- fix(QSelect): pass component context to
afterFn
callback (#8425) - fix(QScrollObserver): do not emit same object reference on emitting scroll
- fix(QTabs): protect against unauthorized access when contentRef is null
- fix(QUploader): check existence of fileInput before resetting (#8400)
- fix(QPopupEdit): do not allow setting the value if it’s invalid and not changed #8416 #8420