Quasar v1.9.5/6 released! Lots of new features and improvements
-
Enjoy!
https://github.com/quasarframework/quasar/releases/tag/quasar-v1.9.5
https://github.com/quasarframework/quasar/releases/tag/quasar-v1.9.6New
- Improved accessibility for all components (a11y attributes) (#6439)
- feat(QPullToRefresh): New String prop -> “bg-color” #6434
- feat(docs): small tweak to QPagination page
- feat(Notify): Enhance the design of progress bar #6422
- feat(Notify): New prop -> badgePosition (top-left, top-right, bottom-left, bottom-right) #6421
- perf(QEditor): use parent.contains(e) to detect if element is child of parent (#6498)
- feat(QTooltip): new prop -> hide-delay (#6495 #5338)
- feat(QSelect): expose methods to public API: isOptionSelected(opt), getEmittingOptionValue(opt), getOptionValue(opt), getOptionLabel(opt), isOptionDisabled(opt) #6442
- feat(QTooltip): reposition on content change (#6129)
- feat(QIntersection): new prop -> ssr-prerender #6486 (#6499)
Fixes
- fix(QTable): inherit background when fullscreen grid-mode
- fix(QTable): Fullscreen + grid mode pushes items downwards #6423
- fix(QDrawer): API example for mini-width prop (#6467)
- fix(Intersection): reobserve el when rootBounds is null (element was caught out of dom) #6463 (#6497)
- fix(QRadio,QCheckbox,QToggle): refactor blur to avoid focusing on document.body #6506 (#6511)
- fix(QFab): Apply the same border radius on fab rounded as on button #6412 (#6438)