Quasar v1.15.6 released! (Vue 2)
-
https://github.com/quasarframework/quasar/releases/tag/quasar-v1.15.6
New
- feat(ts): add shim-lang.d.ts for typescript (#8624)
- feat(ui/typescript): align Quasar export type with implementation (#8632)
- feat(QPagination): new props (flat, active-color, active-text-color) #7929
- feat(Loading): no transitioning when Loading is called and already active (just background color) #8623
Fixes
- 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(LocalStorage/SessionStorage): server-side default methods should return correctly typed values
- fix(QPageScroller): scroll-offset prop not working correctly when in reverse mode #8625