Quasar Framework v1.9.5 Release Notes

Release Date: 2020-02-28 // about 4 years ago
  • ๐Ÿ†• New

    • ๐Ÿ‘Œ 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
    • perf(utils): tweak in uid (#6496)
    • 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)