Skip to content

quasar-v1.7.0

Compare
Choose a tag to compare
@rstoenescu rstoenescu released this 11 Jan 17:37
· 7242 commits to dev since this release
  • The star of this minor release is the svg icons support and the svg Quasar Icon Sets. Note that you'll also need "@quasar/extras" v1.4.0+ and "@quasar/app" v1.4.5+
  • Also, if you're a fan of the UMD version, check out the new installation tag generator section.
  • If you're building Electron apps on Windows 10 with dark mode, you should also read this.

New

Fixes

  • fix(api): Local/SessionStorage method fixes (#5711)
  • fix(api): Fix Cookies api on the return values of methods
  • fix(QBtn): touchtarget not rightly declared - listeners are still awake (#6017)
  • fix(QTime): Small CSS tweaks
  • fix(ie): IE11 on Win10 requires .q-focus-helper with z-index 1 or else ignores opacity #6004 (#6023)
  • fix(QMenu/QTooltip): Use margin-left/-top to reposition QMenu/QTooltip on iOS when viewport is zoomed to allow transitions #5955 (#6024)
  • fix(QTable): Guard existence of $refs.virtScroll in needsReset watcher #6038 (#6039)
  • fix(QTr/QTd): Fix noHover not being respected when props are missing. Fix wrong on in QTr (#6035 #6037)
  • fix(QBtn): Don't use highly specific CSS to set button height/width (#6030)
  • fix(QImg): odd behavior when having border-radius (#5662)
  • feat+fix(QSkeleton): Allow QTooltip inside; Fix overflow issue on Safari
  • fix(QSlider): Enforce a minimum height for label to avoid gaps with arrow (#6067)
  • fix(QSelect): Fix check for valid kbd target when in dialog mode and close single select after add new (#6048 #6062)
  • fix(typescript): change 'Object' type with more permissive 'LooseDictionary' (#6064)
  • fix(QField): Do not float label on empty field with error #6065 (#6066)