Quasar Framework v1.8.0 Release Notes

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

    ๐Ÿ›  Fixes

    • ๐Ÿ›  fix(QBtn): give up "align-self: auto" and let default browser behavior #6113
    • ๐Ÿ›  fix(ui): temporary workaround for jetbrains/webstorm/IDEA until their fix reaches production
    • ๐Ÿ›  fix(Platform): fix body classes correction algorithm on client when coming from SSR
    • ๐Ÿ›  fix(QIcon): CSS for Fontawesome duotone #6139
    • ๐Ÿ›  fix(QIcon): Misc fixes for SVG icon support in IE (#6142)
    • ๐Ÿ›  fix(QExpansionItem): Hydration error when an svg Quasar Icon Set is being used
    • ๐Ÿ›  fix(QVirtualScroll): Do not offset the scroll when it is exactly on the end #6148 (#6155)
    • ๐Ÿ›  fix(ie): Fix vertical QCardActions and QBtn icon position when fab (#6157)
    • ๐Ÿ›  fix(QSelect): Use innerValue instead of value to compare on toggle #6177 (#6178)
    • ๐Ÿ›  fix(QUploader): export QUploaderBase for Typescript (#6180)
    • ๐Ÿ›  fix(TouchPan): mouseAllDir should consider action as detected on first move
    • ๐Ÿ›  feat+fix(touch): Better API handling for modifiers; various small fixes

    Designer considerations

    โฌ†๏ธ For those that have tweaked the design of QRadio, QCheckbox & QToggle, a small revision after upgrading is in order due to some small DOM structure changes. We improved the visual quality of these components while also adding the sizing ability. Some small CSS tweaks have been applied to QTable when in "dense" mode for it to look much better (but no DOM changes).