WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

v0.17.11

Choose a tag to compare

@rstoenescu rstoenescu released this 30 Aug 14:16
· 12127 commits to dev since this release

New/Improvements

  • QLayoutDrawer: show-if-above Boolean prop
  • QTabs: new prop underline-color
  • Improved animation for horizontal QStepper
  • QChipsInput & QSelect with QChips -- more compact design
  • QTable: new prop binary-state-sort (sort will have 2 states -- ascending, descending -- instead of 3 -- ascending, descending, no sort)
  • QTable: [Request] Ability to get rid completely of rows-per-page-options in QTable. #2429
  • QDatetime - add animation for hour to minute change #2451
  • QTree - Ability to specify a different label field than 'label' #2442

Fixes

  • QSelect show undefined on clear #2479
  • Form components: blur and emit on destroy if focused (#2486)
  • QInput with icon, visibility issue inside QInnerLoading #2484
  • Model-Toggle components (QLayoutDrawer, QTooltip, QPopover, ...) - do not change model on destroy
  • French language pack - first day of week is Monday
  • Element in QModal doesn't scroll horizontally #2450 + Account for horizontal scroll modifiers in preventScroll (#2458)
  • QInput: fix scrollbar on textarea when rows prop generates a higher field than maxHeight (#2462)
  • Remove duplicate @show and @hide emit in QPopover (#2474)
  • Error using $q.screen.setSizes() #2469