Quasar v1.9.14 released! Important fixes.
-
Enjoy!
https://github.com/quasarframework/quasar/releases/tag/quasar-v1.9.14
New
- feat(QTab): New prop -> icon-alert #6762
- feat(QFab): New Boolean prop -> hide-icon #6753
Fixes
- fix(ie): Use Array.prototype.slice in uid function (IE has no slice for ArrayBuffer) #6759 (#6758)
- fix(Notify): Correctly update notification in the same group #6763
- fix(Loading): calling preventScroll() with wrong second parameter #6754
- build(ui-typescript): allow to reference API interfaces with
tsType
(#6765) - feat(typescript): add iconMapFn typings (#6767)