All Versions
140
Latest Version
Avg Release Cycle
6 days
Latest Release
677 days ago

Changelog History
Page 5

  • v2.6.9 Changes

    March 20, 2019

    ๐Ÿ› Bug Fixes

    • event timeStamp check for Qt 7591b9d, closes #9681
    • should consider presence of normal slots when caching normalized scoped slots 9313cf9, closes #9644
    • should not swallow user catch on rejected promise in methods 7186940, closes #9694
    • should use fallback for scoped slots with single falsy v-if 781c705, closes #9658
    • ssr: not push non-async css files into map (#9677) d282400, closes #9677
    • v-bind object should be overridable by single bindings (#9653) 0b57380, closes #9653 #9641
    • compiler: whitespace: 'condense' should honor pre tag as well (#9660) f1bdd7f, closes #9660
    • โฑ scheduler: fix getNow check in IE9 (#9647) da77d6a, closes #9647 #9632
    • โฑ scheduler: getNow detection can randomly fail (#9667) ef2a380, closes #9667
    • ssr: fix nested async functional componet rendering (#9673) 8082d2f, closes #9673 #9643
    • transition: fix appear check for transition wrapper components (#9668) 4de4649, closes #9668
  • v2.6.8 Changes

    March 01, 2019

    ๐Ÿ› Bug Fixes

  • v2.6.7 Changes

    February 21, 2019

    ๐Ÿ› Bug Fixes

    • โšก๏ธ avoid errors thrown during dom props update 8a80a23, closes #9459
    • avoid possible infinite loop by accessing observables in error handler (#9489) ee29e41, closes #9489
    • ensure generated scoped slot code is compatible with 2.5 7ec4627, closes #9545
    • โšก๏ธ ensure scoped slots update in conditional branches d9b27a9, closes #9534
    • โšก๏ธ scoped slots should update when inside v-for 8f004ea, closes #9506
    • #9511: avoid promise catch multiple times (#9526) 2f3020e, closes #9511 #9526 #9511 #9511 #9511
    • compiler: handle negative length in codeframe repeat 7a8de91
  • v2.6.6 Changes

    February 12, 2019

    ๐Ÿ› Bug Fixes

    • โšก๏ธ ensure scoped slot containing passed down slot content updates properly 21fca2f
    • ๐Ÿ›  fix keyCode check for Chrome autofill fake key events 29c348f, closes #9441
  • v2.6.5 Changes

    February 11, 2019

    ๐Ÿ› Bug Fixes

    • ๐Ÿ‘ allow passing multiple arguments to scoped slot e7d49cd, closes #9468
    • bail out of event blocking for iOS bug 0bad7e2, closes #9462
    • do not cache scoped slots when mixed with normal slots 060686d
  • v2.6.4 Changes

    February 08, 2019

    ๐ŸŽ Performance Improvements

    • cache result from functional ctx.slots() calls 7a0dfd0
    • skip scoped slots normalization when possible 099f3ba

    ๐Ÿ› Bug Fixes

    • avoid breaking avoriaz edge case 9011b83
    • ๐ŸŒฒ avoid logging same error twice when thrown by user in global handler ca57920, closes #9445
    • empty scoped slot should return undefined 57bc80a, closes #9452
    • ๐Ÿ”ฆ expose v-slot slots without scope on this.$slots 0e8560d, closes #9421 #9458
    • ๐Ÿ†• new syntax slots without scope should also be exposed on functional slots() 8a80086
  • v2.6.3 Changes

    February 06, 2019

    ๐Ÿ› Bug Fixes

    • โšก๏ธ async component should use render owner as force update context b9de23b, closes #9432
    • avoid exposing internal flags on $scopedSlots 24b4640, closes #9443
    • bail out scoped slot optimization when there are nested scopes 4d4d22a, closes #9438
    • compiler: fix v-bind dynamic arguments on slot outlets 96a09aa, closes #9444
    • types: add Vue.version to types (#9431) 54e6a12, closes #9431
    • skip microtask fix if event is fired from different document dae7e41, closes #9448
    • skip microtask fix in Firefix <= 53 7bc88f3, closes #9446

    โช Reverts

    • โช revert: expose all scoped slots on this.$slots d5ade28
  • v2.6.2 Changes

    February 05, 2019

    ๐Ÿ‘Œ Improvements

    • โช Reverted in 2.6.3 expose all scoped slots on this.$slots. 0129b0e, closes #9421

    ๐Ÿ› Bug Fixes

    • ๐Ÿ›  always set transformed model value on attrs b034abf (Fixes v-select issue in Vuetify)
    • โช restore slot-scope + v-if behavior 44a4ca3, closes #9422
  • v2.6.1 Changes

    February 04, 2019

    ๐Ÿ› Bug Fixes

  • v2.6.0 Changes

    February 04, 2019

    ๐Ÿ› Bug Fixes

    • ๐Ÿ‘ allow more enumerated values for contenteditable (e632e9a), closes #9397
    • ๐Ÿ›  fix child forceUpdate regression (44a17ba), closes #9396
    • ๐Ÿ›  fix v-bind:style for camelCase properties with !important (#9386) (539e481)
    • template v-slot should work with v-else conditions (2807fd2)

    ๐Ÿ”‹ Features

    • ๐Ÿšš move v-bind.prop shorthand behind flag (64f863b)