Quasar Framework v1.7.4 Release Notes

Release Date: 2020-01-16 // over 4 years ago
  • ๐Ÿ†• New

    • feat(Platform): correct false negative on iPad/iPhone which requests desktop view
    • feat(QColor): emit immediately on desktop when starting drag on spectrum
    • feat(Platform): detected if iOS is emulated
    • ๐Ÿšš feat(QSelect): new public method -> moveOptionSelection([offset]) -- with default offset = 1 #6121 #5768
    • โšก๏ธ feat(QSelect): Update to "doneFn" from @filter(_, doneFn) to support a second new param
    • feat(QSelect): Allow toggleOption without closing menu, delay call to afterFn and add examples (#6126)
    • ๐Ÿ‘ feat(QRating): Support for floating numbers through new props: icon-half (mandatory if using floating number model) & color-half #6119
    • feat(QRating): New prop -> "no-dimming"
    • ๐Ÿ’… feat(QPage): Send total layout height to styleFn as second parameter #6128 (#6132)

    ๐Ÿ›  Fixes

    • ๐Ÿ›  fix(QIcon): remove overflow on icons
    • ๐Ÿ›  fix(QUploader): max total size issue (#6116)
    • ๐Ÿ›  fix(touch): Fix iOS touchend prevent and guard execution of handler (#6115)
    • ๐Ÿ›  fix(touch): Various fixes to touch directives