Quasar v1.9.13 released! Enjoy!
-
Enjoy!
https://github.com/quasarframework/quasar/releases/tag/quasar-v1.9.13
New
- perf(QStepper): various tweaks
- feat(QDrawer/QHeader/QFooter): Prevent getting keyboard focus when hidden (#6732)
- feat(QStepper): New prop -> header-class #6720 (#6727)
Fixes
- fix(ui): sync size.styl with size.sass #6073
- fix(QBtn): Add background for progress indicator on flat and outline QBtn #6708 (#6710)
- fix(QStepper): managing the error color on active step when no active color has been specified #6676
- fix(QField): Use type button for clear button #6719 (#6721)
- fix(QHeader/QFooter): corner-case scenario when dev attaches @focusin #6732
- fix(openURL): Uncaught TypeError: win.focus() is not a function #6738
- fix(QDialog): changing maximized and value in same cycle breaks parts of cleanup #6739
- fix(QResizeObserver): Clean up observer only if it has been initialized #6748