Quasar v2.0.0-beta.10 released! (Vue 3) Quite an important update.
-
https://github.com/quasarframework/quasar/releases/tag/quasar-v2.0.0-beta.10
We’ve packed a lot of enhancements in this release (perf included!).
New
- feat(ui): multi-app support (app.use() multiple times) (#8510) (#8634)
- feat(ui): new Quasar config prop (iconMapFn); also expose it through Quasar.iconSet
- perf(QIcon): improve matching algorithm
- perf(ui): better mechanism to detect attached events on various components
- feat(ui): prepare some Quasar plugins as soon as they are imported (LocalStorage, SessionStorage, Cookies, AddressbarColor, AppFullscreen, AppVisibility) #8595
- feat(QPagination): new props (flat, active-color, active-text-color) #7929
- feat(ts): add shim-lang.d.ts for typescript (#8624)
- feat(ui/typescript): align Quasar export type with implementation
- feat(Loading): no transitioning when Loading is called and already active (just background color) #8623
Fixes
- fix(ui/date): fix incorrect reference when changing date with “months” #8617
- fix(QBtn/QEditor/QTabs): should attach passive ontouchstart events #8610
- fix(QPagination): correctly manage events on the inner input #8614
- fix(ui): correctly handle listeners/attributes split so they’re reactive
- fix(QTabs): recalculate justify, scroll and arrows on activate (if keep-alive) #8601 #8606
- fix(QBtnDropdown): remove spacing between main button and split when outline #8594 #8603
- chore(css): add outline 0 fo dialog backdrop, remove outline for focus also on mobile #8636
- fix(QInput): keep cursor position when the model is not in sync with the input value #8600 #8605
- fix(QPageScroller): scroll-offset prop not working correctly when in reverse mode #8625
- fix(LocalStorage/SessionStorage): server-side default methods should return correctly typed values
- fix(QDialog): correctly coordinate QDialog + QMenu events so that clicking on backdrop with opened QMenu does not also close the QDialog
- fix(QSelect): focus() method should not open popup #8592