Skip to content

v0.15.11

Compare
Choose a tag to compare
@rstoenescu rstoenescu released this 16 May 18:55
· 12499 commits to dev since this release

Many thanks to all contributors!

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

Enjoy!