Quasar v1.4.2/3 released!
-
Enjoy!
https://github.com/quasarframework/quasar/releases/tag/quasar-v1.4.2
New
- feat(QPagination): New prop --> “dark” (useful along with “input” prop)
- feat(QTab): Allow pointer events in QTab content (#5544 #3288)
- feat(VTouchPan): Emit an event for reaching 0 position when listening on one direction and passing over boundary (#5439)
- feat(VTouchPan): Resume starting events that were stopped if pan is not detected (#5441 #5367)
- feat(QField): Use ‘for’ as prop in order not to propagate it on the internal elements (#5508)
- feat(docs): Add truncating label example for QBtn #5533
Fixes
- fix(QTabs): Possible state loop (scrollable <-> not scrollable) #5522 #5145 #4710 (Arrows will now be on top of the content!)
- fix(QPagination) input width is too short for big min/max values (#5534)
- fix(touch): Touch related improvements #5532
- fix(ie): Don’t use position relative for push buttons and fix IE positioning (#5541 #4493)
- fix(ClickOutside): Correctly handle touch directives #5532
-
Awesome !