No More Posting New Topics!

If you have a question or an issue, please start a thread in our Github Discussions Forum.
This forum is closed for new threads/ topics.

Navigation

    Quasar Framework

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search

    Quasar v0.15.11 & CLI v0.15.16 are out!

    Announcements
    1
    1
    1074
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • rstoenescu
      rstoenescu Admin last edited by rstoenescu

      Quasar Framework v0.15.11

      Small breaking change:
      Should you wish to use QBtn inside of a <form> tag, you should know about the difference between (type=“button”, which is now implicit, and type=“submit”):

      <form>
        ...
        <q-btn label="I do not submit form" />
        <q-btn type="submit" label="I do submit the form" />
        ...
      </form>
      

      New

      • QLayoutDrawer “mini” mode
      • QCarousel “thumbnail” prop
      • Screen Quasar plugin
      • QChipsInput: add QAutocomplete support #1932
      • New Quasar i18n language pack: Czech
      • [Request] Event on QKnob with current dragging value #2004
      • Improved Dialog & Action Sheet performance
      • [Request] More QField slots (“label”, “error-label”, “warning-label”, “helper”) #1962
      • [wish] make QAlert detail property also available as a slot #1964
      • Notify - define action as non-dismissing by prop #1847
      • Make QBtn type=“button” by default #1846
      • Notify: set onDismiss handler #1841

      Fixes

      • QResizeObservable: start immediately instead debounce pause #2038
      • QTable: Possible loop on datatable with server-side interaction #1834
      • Can’t close the app using Android phone #1897
      • Infinite scroll initial “load more” delay #1990
      • q-spinner-mat is not working properly in RTL mode #2012
      • Zh-hans Quasar i18n language pack fix for QTree
      • Fontawesome Pro icon set name
      • Guard el.__qbacktotop in BackToTop directive #1989
      • There is no RTL boolean in Arabic i18n #1981
      • [QStepper] QStepperNavigation breaks on small screens due to fixed height #1985
      • Correction for “en-us” & “en-uk” Quasar i18n language pack for QTable #1968
      • QChipsInput - use slice of external model to allow @change #1952
      • QEditor not emitting after ENTER in certain scenarios #1949
      • QDialog and QModal: refocus original element after hide #1941
      • QEditor @input event on IE #1945
      • Datetime input, default-view bug #1946
      • QUploader: set uploading to false when abort upload #1944
      • QBtn: repeat on keypress and QPagination btn key #1935
      • Fix QSelect blur behaviour #1928
      • QKnob & QToggle: Don’t use touch-… directives when element is not editable #1927
      • Correction on “cancel” label for Japanese Quasar i18n language pack
      • Use expandClass and expandStyle for QUploader files list #1895
      • Loading, Notify: Change name to PascalCase #1893
      • refactor QDatetime and QColor model #1885
      • QDatetime: Change default date separator to “/” instead of “-” for fixing the way Safari interprets Date
      • fix disabled look for controls, fix QSelect clear icon #1881
      • QContextMenu does not close when another QContextMenu is opened #1852
      • respect documented show interface for QContextMenu #1861
      • QCarousel with animations breaks on ios8 #1859
      • QListHeader bad padding inside popover #1856
      • QInput: account for negative zero #1857
      • iOS cordova: no layout header padding
      • QPopover hide condition in reposition #2045

      Quasar CLI v0.15.16

      New

      • Quasar Framework v0.15.11
      • Update quasar-extras to v1.0.3 (MDI v2.1.19, Fontawesome 5.0.10)
      • [wish] add absolute path support to build distDir #105

      Fixes

      • Display stack when quasar.conf.js has JS errors
      • Notifier improvement: Use wait instead of timeout. #106
      • Log error when quasar config prep fails #101

      Enjoy!

      1 Reply Last reply Reply Quote 7
      • First post
        Last post