Skip to content
Aug 20, 2020

v2.6.12

build: release 2.6.12

@yyx990803 yyx990803 released this Dec 13, 2019 Β· 61 commits to dev since this release

Security Fixes

  • Bump vue-server-renderer's dependency of serialize-javascript to 2.1.2

Bug Fixes

Assets 2

@yyx990803 yyx990803 released this Mar 20, 2019 Β· 142 commits to dev since this release

Bug Fixes

Assets 2

@yyx990803 yyx990803 released this Mar 20, 2019 Β· 153 commits to dev since this release

Bug Fixes

Assets 2

@yyx990803 yyx990803 released this Mar 1, 2019 Β· 174 commits to dev since this release

Bug Fixes

Assets 2

@yyx990803 yyx990803 released this Feb 21, 2019 Β· 189 commits to dev since this release

Bug Fixes

Assets 2

@yyx990803 yyx990803 released this Feb 12, 2019 Β· 204 commits to dev since this release

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
Assets 2

@yyx990803 yyx990803 released this Feb 11, 2019 Β· 208 commits to dev since this release

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
Assets 2

@yyx990803 yyx990803 released this Feb 8, 2019 Β· 213 commits to dev since this release

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
Assets 2

@yyx990803 yyx990803 released this Feb 6, 2019 Β· 224 commits to dev since this release

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
Assets 2
You can’t perform that action at this time.