Quasar Framework v1.9.3 Release Notes

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

    • feat(QIntersection): allow HTML tag to be used for wrapper element
    • ๐Ÿ’… feat(Dialog-plugin): add style properties in prompt
    • feat(QScrollArea): emit @scroll event
    • feat(QSelect): Autoselect value if found on autocomplete #6342
    • ๐Ÿ”Š feat(backButton): Enable backButton behavior for Dialogs on Capacitor apps too #6134

    ๐Ÿ›  Fixes

    • ๐Ÿ›  fix(Notify): action handlers in Notify are again triggered before onDismiss (fix #6380)
    • ๐Ÿ›  fix(colors/textToRgb): text is wrongly parsed #6388
    • ๐Ÿ›  fix(QColor): cannot enter a value in input box #6390
    • ๐Ÿ›  fix(QColor): corner-case scenario when accessing a ref which has just been destroyed
    • ๐Ÿ›  fix(QUploader): correct call on abort() on xhr Object #6387
    • feat(QSelect): Fill input after addNew, select input text on focus and after select when multiple, addNew on tab is single, prevent reopening menu on ESC #6395 (#6397)
    • fix(QToggle): Use z-index on .q-toggle__thumb to prevent the whole block going hight in the z stack #6398
    • ๐Ÿ›  fix(copyToClipboard): enhance compatibility with some versions of iOS #6378
    • ๐Ÿ›  fix(QMenu): Fix updatePosition() logic when target is disabled #6406