All Versions
140
Latest Version
Avg Release Cycle
6 days
Latest Release
677 days ago
Changelog History
Page 5
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
- avoid compression of unicode sequences by using regexps (#9595) 7912f75, closes #9595 #9456
- ๐ fix modifier parsing for dynamic argument with deep path (#9585) 060c3b9, closes #9585 #9577
- further adjust max stack size 571a488, closes #9562
- ๐ handle async component when parent is toggled before resolve (#9572) ed34113, closes #9572 #9571
- scoped slots dynamic check should include v-for on element itself 2277b23, closes #9596
- compiler: set end location for incomplete elements (#9598) cbad54a, closes #9598
- types: allow scoped slots to return a single VNode (#9563) 241eea1, closes #9563
- types: update this for nextTick api (#9541) f333016, closes #9541
-
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 -
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 -
v2.6.1 Changes
February 04, 2019๐ Bug Fixes
- regression: avoid isPromise check when handler return value is Vue instance b6b42ca, closes #9418
- compiler: fix inline-template crashing (#9365) 55bfb94, closes #9365 #9361
- compiler: allow comments on the root node in templates (#9408) 1922e7d, closes #9408 #9407
- compiler: decode single quotes in html attributes (#9341) c27fe24, closes #9341
- v-model: add value to $attrs if not defined in props (#9331) 66fd3c8, closes #9331 #9330
- ie: avoid blocking first input event in IE when it shouldn't (#9297) 0fb03b7, closes #9297 #7138 #9042 #9383
-
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)