Quasar v1.7.2/3 released!
-
Enjoy!
https://github.com/quasarframework/quasar/releases/tag/quasar-v1.7.2
New
- feat(colors): Add changeAlpha() to colors utils (#6060) (#6106)
- feat(touch): Allow to disable directives by passing a non-function as value #6083
- feat(QIcon): Avoid Google Translate tampering with Material Icons ligature font #6108
- feat(QTable): Add scrollTo row in current page #6093 (#6111)
- feat(TouchRepeat): improve click prevention (#6109)
Fixes
- fix(Dialog): excessive padding #6092
- fix(colors): blend alpha after textToRgb is 0-100 (#6095)
- fix(TouchPan): mouseAllDir ignored on start #6099
- fix(TouchPan): mouseAllDir should call handler immediately #6098
- fix(TouchPan): correctly handle if directive is target; allow back click #6098 #6099
- fix(QKnob): emit immediately on desktop when starting drag
- fix(QTime): emit immediately on desktop when starting drag
- fix(colors): blend method return type should be same as input (#6107)
- fix(QBtn): fab and fab-mini icon sizes when using svg icons