All Versions
122
Latest Version
Avg Release Cycle
16 days
Latest Release
1109 days ago

Changelog History
Page 5

  • v1.9.16 Changes

    April 24, 2020

    ๐Ÿ›  Fixes

    • ๐Ÿ›  fix(ui/rtl): RTL text for QUploader
    • ๐Ÿ›  fix(QSelect): "@remove" should send the value as the second parameter instead of array #6852 #6853
    • ๐Ÿ›  fix(TS): allow 'Promise' return type and add 'preFetch' wrapper to type 'store' parameter #6864
    • ๐Ÿ›  fix(QSelect): Fix check for equality to emit input in single mode #6867 #6869
    • ๐Ÿ›  fix(QSelect): Add ellipsis class on chip content to prevent overflow #6866 #6868
  • v1.9.15 Changes

    April 15, 2020

    ๐Ÿ†• New

    • โœจ feat(TS): enhance prop typings for Array types in the API #6783

    ๐Ÿ›  Fixes

    • ๐Ÿ›  fix(QEditor): broken isChildOf function #6769 #6794
    • ๐Ÿ›  fix(QStepper): done-color is not respected #6824
  • v1.9.14 Changes

    April 08, 2020

    ๐Ÿ†• New

    • feat(QTab): New prop -> icon-alert #6762
    • feat(QFab): New Boolean prop -> hide-icon #6753

    ๐Ÿ›  Fixes

    • ๐Ÿ›  fix(ie): Use Array.prototype.slice in uid function (IE has no slice for ArrayBuffer) #6759 (#6758)
    • ๐Ÿ›  fix(Notify): Correctly update notification in the same group #6763
    • ๐Ÿ›  fix(Loading): calling preventScroll() with wrong second parameter #6754
    • ๐Ÿ— build(ui-typescript): allow to reference API interfaces with tsType (#6765)
    • feat(typescript): add iconMapFn typings (#6767)
  • v1.9.13 Changes

    April 05, 2020

    ๐Ÿ†• New

    • perf(QStepper): various tweaks
    • feat(QDrawer/QHeader/QFooter): Prevent getting keyboard focus when hidden (#6732)
    • feat(QStepper): New prop -> header-class #6720 (#6727)

    ๐Ÿ›  Fixes

    • ๐Ÿ›  fix(ui): sync size.styl with size.sass #6073
    • ๐Ÿ›  fix(QBtn): Add background for progress indicator on flat and outline QBtn #6708 (#6710)
    • ๐Ÿ›  fix(QStepper): managing the error color on active step when no active color has been specified #6676
    • ๐Ÿ›  fix(QField): Use type button for clear button #6719 (#6721)
    • ๐Ÿ›  fix(QHeader/QFooter): corner-case scenario when dev attaches @focusin #6732
    • ๐Ÿ›  fix(openURL): Uncaught TypeError: win.focus() is not a function #6738
    • ๐Ÿ›  fix(QDialog): changing maximized and value in same cycle breaks parts of cleanup #6739
    • ๐Ÿ›  fix(QResizeObserver): Clean up observer only if it has been initialized #6748
  • v1.9.12 Changes

    March 29, 2020

    ๐Ÿ†• New

    • feat(QEditor): Add placeholder prop #6579 (#6659)
    • feat(QSelect): Improve autocomplet focus handling #6663 (#6667)
    • ๐Ÿ›  fix(QEditor): Add more guards for $refs.content existence #6660 (#6700)
    • ๐Ÿ”Œ feat(DialogPlugin): Pass attrs to prompt (#6702)
    • feat(QDrawer): handle dynamic side change #6693
    • ๐Ÿ’ป feat(ui): q-mt-auto, q-mb-auto & q-my-auto CSS helper classes #6073
    • feat(QField): Improve a11y for clear button (make it focusable and work like a button) (#6680)

    ๐Ÿ›  Fixes

    • ๐Ÿ›  fix(Notify): actions defined for custom notification types are shown (#6698) (#6699)
    • ๐Ÿ›  fix(QSelect): Display input field as readonly when behavior is dialog #6669 (#6671)
    • ๐Ÿ›  fix(QSelect): Improve input field settings to avoid duplicate target refs #6677 (#6679)
  • v1.9.11 Changes

    March 23, 2020

    ๐Ÿ†• New

    • feat(QSkeleton): only use cursor wait when there is animation #6628 (#6631)
    • feat(QPagination): New prop -> "ripple" #5103
    • feat(QBanner): align avatar to top (#6625)
    • perf(QAjaxBar): small tweaks

    ๐Ÿ›  Fixes

    • ๐Ÿ›  fix(QSelect): Pass maxlength attr (parsed as prop by QField) to input field #6619 (#6633)
    • ๐Ÿ›  fix(Screen): screen-xs body class is left out on initialization #6641
    • ๐Ÿ›  fix(QUploader): TypeError: Cannot read property 'filter' of undefined on QUploader #6647
    • ๐Ÿ›  fix(date utils): Correctly extract dates with timezoneOffset different than the current one; keep original timezone in QDate and QTime #6615 (#6635)
    • fix(QDate): Do not set day to 0 in __updateValue when source model day is null #6610 (#6634)
    • ๐Ÿ”จ refactor(key-composition): re-use parts of the algorithms
  • v1.9.10 Changes

    March 14, 2020
    • ๐Ÿ‘ feat(QTime): perf improvements & better click/panning logic
    • ๐Ÿ›  fix(TouchPan): Return event with payload when calling getChanges in end handler for synthetic isFirst event (#6595)
    • ๐Ÿ›  fix(Touch/QTime): Force no-pointer-events on children in touch - fix NaN in QTime on click after dragging (#6597)
  • v1.9.9 Changes

    March 10, 2020

    ๐Ÿ†• New

    • feat(utils/date): add arg opts.onlyDate in isBetweenDates (#6550)
    • feat(QSelect): Add new event @input-value to allow using as text filling input #6487 (#6559)
    • ๐Ÿ›ฐ feat(QForm): Emit the first component that triggered the validation error as payload for the validation-error event #6575 (#6581)
    • ๐Ÿ’ป feat(ui): Add MDI v5 Quasar Icon Sets (webfont and svg) #6588

    ๐Ÿ›  Fixes

    • ๐Ÿ›  fix(QSelect): Focus on showPopup when in dialog model to allow input focus on iOS #6491 (#6558)
    • ๐Ÿ›  fix(QSelect): Do not allow removal of chips when QSelect is readonly or disabled #6555 (#6557)
    • ๐Ÿ›  fix(QColor): Strip spaces before checking the color as text against the pattern when parsing value (#6563)
    • ๐Ÿ›  fix(QTabs): Round the offset used for scroll animating selected tab into view (#6583)
    • โช feat(QSelect): Revert inputValue to user typed one when kbd navigating to index -1 to make it work like google autocomplete (#6592)
    • ๐Ÿ›  fix(QUploader): Uploading same file twice (#6537) (#6556)
  • v1.9.8 Changes

    March 04, 2020

    ๐Ÿ†• New

    • feat(Ripple): "early" modifier (and Boolean prop when using directive value in Object form) #6524
    • ๐Ÿ’ป feat(ui): Add support for global config for components & directives too #6524

    ๐Ÿ›  Fixes

    • ๐Ÿ›  fix(Intersection): correctly handle case when directive is applied to native element #6526
  • v1.9.7 Changes

    March 02, 2020

    ๐Ÿ†• New

    • ๐Ÿ“„ feat(QForm): Use native form submit is a listener on @submit is not present. Improve docs on subject #6517 (#6521)
    • feat(uid): correctly implement the new version of uid()

    ๐Ÿ›  Fixes

    • ๐Ÿ›  fix(api): QSelect.add(opt, unique) is missing second parameter in docs (#6518) (#6520)
    • ๐Ÿ›  fix(QSlideItem): Use the correct slot when lang is RTL #6525 (#6533)
    • ๐Ÿ›  fix(Intersection): Only reattach intersection observer if element is in DOM (skip keep-alive elements) #6526 (#6532)