An in-range update of vue is breaking the build π¨
There have been updates to the vue monorepo:
-
- The
devDependencyvue was updated from2.5.21to2.5.22.
- The
- The
devDependencyvue-template-compiler was updated from2.5.21to2.5.22.
π¨ View failing branch.
This version is covered by your current version range and after updating it in your project the build failed.
This monorepo update includes releases of one or more dependencies which all belong to the vue group definition.
vue is a devDependency of this project. It might not break your production code or affect downstream projects, but probably breaks your build or test tools, which may prevent deploying or publishing.
Status Details
- β continuous-integration/travis-ci/push: The Travis CI build failed (Details).
Release Notes for v2.5.22
Bug Fixes
- async component: memory leak after synchronous async loading (#9275) d21e931, closes #9275 #9229
- core: dedupe lifecycle hooks during options merge 0d2e9c4, closes #9199
- core: fix merged twice bug when passing extended constructor to mixins (#9199) 743edac, closes #9199 #9198
- ssr: support rendering comment (#9128) b06c784, closes #9128
Commits
The new version differs by 12 commits.
99343f9build: release 2.5.2206dbb2abuild: build 2.5.227ac8f63chore: remove residual files from dist0d2e9c4fix(core): dedupe lifecycle hooks during options merge743edacfix(core): fix merged twice bug when passing extended constructor to mixins (#9199)d21e931fix(async component): memory leak after synchronous async loading (#9275)cf42f8echore: update sponsors [ci skip] (#9296)75a2b4cchore: update sponsorsc117e8fchore: update backers38e967brefactor: tiny cleanup changes (#9193)af9e2b3chore: minor comment cleanup (#9191)b06c784fix(ssr): support rendering comment (#9128)
See the full diff
FAQ and help
There is a collection of frequently asked questions. If those donβt help, you can always ask the humans behind Greenkeeper.
Your Greenkeeper Bot :palm_tree:
After pinning to 2.5.21 your tests are still failing. The reported issue might not affect your project. These imprecisions are caused by inconsistent test results.
- The
devDependencyvue was updated from2.5.22to2.6.0. - The
devDependencyvue-template-compiler was updated from2.5.22to2.6.0.
Your tests are passing again with this update. Explicitly upgrade to these versions π
Release Notes for v2.6.0 Macross
Announcement Blog Post
Contributors
@gzzhanghao, @mathieutu, @Justineo, @shortdiv, @imzyf, @youngrok, @enkot, @posva, @utatti, @Akryum, @ferdaber, @ktsn, @mymyoux, @sodatea, @hikerpig, @hirokiosame, @AlexMaguey
Features
- core/slots: implement new v-slot syntax 4fca045 [RFC-0001] [RFC-0002] [Updated documentation]
- core/slots: add scopedSlots to context in functional components (#7941) fb6aa06, closes #7941
- core/error-handling: sync/async error handling for lifecycle hooks and v-on handlers (#8395) 6e9fcfc, closes #8395 #6953 #7653
- core/template: support dynamic directive arguments for v-on, v-bind and custom directives (#9373) dbc0582 [RFC-0003]
- core/global-api: add Vue.observable() for explicitly creating observable objects c50bbde
- core/slots: expose all normal slots on $scopedSlots as functions 5d52262
- core/v-html: support v-html for SVG elements (#8652) a981c80, closes #8652
- core/v-bind: v-bind.sync also listens for kebab-case update event (#8297) 3fca527, closes #8297 #6428
- core/v-for: support iterables in v-for (#8179) d40eb9c, closes #8179
- core/template: support custom toString() in text interpolation and v-html (#8217) 0e4e45e, closes #8217 #8093
- core/misc: expose performance measures 9ae80ac, closes #7570
- compiler: output source range for compiler errors (#7127) b31a1aa, closes #7127 #6338
- compiler: add whitespace option, deprecate preserveWhitespace option e1abedb, closes #9208
- compiler: expose generateCodeFrame method a4ed58c
- compiler: output codeframe in browser compiler 325fc76
- compiler: support deindent: false in vue-template-compiler (#7215) bf0efb0, closes #7215 #7054
- compiler/watch: allow unicode characters in component names and watch paths (#8666) 9c71852, closes #8666 #8564
- ssr: add serverPrefetch component option + context.rendered hook (#9017) d7a533d, closes #9017
- ssr: allow template option to be function in renderToString (#9324) b65f6d7
- ssr: Add 'nonce' option to context for ssr outlet script (#8047) f036cce, closes #8047 #7479
- ssr: add custom state serializer option 4494012, closes #6614
- ssr: allow opting-out of caching by returning false in serverCacheKey ab24285, closes #8790
- build: add browser ESM build 861abf4
- types: add Prop to main type declaration file (#6856) 5791072, closes #6856 #6850
- types: add types for vue-template-compiler (#7918) ced774b, closes #7918
Performance Improvements
Important Internal Changes
These internal changes may cause unintended side effects on existing code that relies on non-publicly-documented behavior.
- next-tick: revert nextTick to alaways use microtask 60da366 080dd97, closes #8436 [Details]
- scoped-slots: ensure $scopedSlots calls always return Arrays c7c13c2, closes #8056 [Details]
Bug Fixes
- allow more enumerated values for contenteditable e632e9a, closes #9397
- fix v-bind:style for camelCase properties with !important (#9386) 539e481, closes #9386
- fix checkbox event edge case in Firefox 1868561
- always use microtasks for nextTick (#8450) 850555d, closes #8450 #7109 #7546 #7707 #7834 #8109 #6566
- core: dedupe lifecycle hooks during options merge edf7df0, closes #9199
- core: fix merged twice bug when passing extended constructor to mixins (#9199) 5371617, closes #9199 #9198
- provide/inject: Merges symbol provides (#7926) 1933ee8, closes #7926
- runtime: DevTools recommendation shows for all browsers (#8638) 22ad266, closes #8638 #8634
- make transition-group key warning a tip to avoid breaking compilation d08b49f
- ssr: properly handle invalid and numeric style properties 7d9cfeb, closes #9231
- cover more cases in v-on inline return value 9432737
- ssr: should not render invalid numeric style values 17d8bcb
- ssr: should render 0 as valid value for style property with unit aef5b4e
- ensure only nromalize a scoped slot when it is present 5fb23d4
- ensure proxied normal slot uses correct key b32c4b6
- return inline invocation return value in v-on handlers 0ebb0f3, closes #7628
Commits
The new version differs by 121 commits.
8554831build: release 2.6.0076dc8dbuild: build 2.6.09b33f20chore: update sponsors [ci skip] (#9405)64f863bfeat: move v-bind.prop shorthand behind flag44a17bafix: fix child forceUpdate regression539e481fix: fix v-bind:style for camelCase properties with !important (#9386)e1db2c5chore: update sponsors [ci skip] (#9400)e632e9afix: allow more enumerated values for contenteditable6afd96fchore: fix flow3edb999polish: warn against incorrect nested v-slot usage2807fd2fix: template v-slot should work with v-else conditions5851961refactor: adjust codegen for v-if on scoped slot7721febbuild: release 2.6.0-beta.39f3cbafbuild: build 2.6.0-beta.32afa1d0build: fix feature flags for esm builds
There are 121 commits in total.
See the full diff
- The
devDependencyvue was updated from2.5.22to2.6.0. - The
devDependencyvue-template-compiler was updated from2.5.22to2.6.0.
Your tests are passing again with this update. Explicitly upgrade to these versions π
Release Notes for v2.6.0 Macross
Announcement Blog Post
Contributors
@gzzhanghao, @mathieutu, @Justineo, @shortdiv, @imzyf, @youngrok, @enkot, @posva, @utatti, @Akryum, @ferdaber, @ktsn, @mymyoux, @sodatea, @hikerpig, @hirokiosame, @AlexMaguey
Features
- core/slots: implement new v-slot syntax 4fca045 [RFC-0001] [RFC-0002] [Updated documentation]
- core/slots: add scopedSlots to context in functional components (#7941) fb6aa06, closes #7941
- core/error-handling: sync/async error handling for lifecycle hooks and v-on handlers (#8395) 6e9fcfc, closes #8395 #6953 #7653
- core/template: support dynamic directive arguments for v-on, v-bind and custom directives (#9373) dbc0582 [RFC-0003]
- core/global-api: add Vue.observable() for explicitly creating observable objects c50bbde
- core/slots: expose all normal slots on $scopedSlots as functions 5d52262
- core/v-html: support v-html for SVG elements (#8652) a981c80, closes #8652
- core/v-bind: v-bind.sync also listens for kebab-case update event (#8297) 3fca527, closes #8297 #6428
- core/v-for: support iterables in v-for (#8179) d40eb9c, closes #8179
- core/template: support custom toString() in text interpolation and v-html (#8217) 0e4e45e, closes #8217 #8093
- core/misc: expose performance measures 9ae80ac, closes #7570
- compiler: output source range for compiler errors (#7127) b31a1aa, closes #7127 #6338
- compiler: add whitespace option, deprecate preserveWhitespace option e1abedb, closes #9208
- compiler: expose generateCodeFrame method a4ed58c
- compiler: output codeframe in browser compiler 325fc76
- compiler: support deindent: false in vue-template-compiler (#7215) bf0efb0, closes #7215 #7054
- compiler/watch: allow unicode characters in component names and watch paths (#8666) 9c71852, closes #8666 #8564
- ssr: add serverPrefetch component option + context.rendered hook (#9017) d7a533d, closes #9017
- ssr: allow template option to be function in renderToString (#9324) b65f6d7
- ssr: Add 'nonce' option to context for ssr outlet script (#8047) f036cce, closes #8047 #7479
- ssr: add custom state serializer option 4494012, closes #6614
- ssr: allow opting-out of caching by returning false in serverCacheKey ab24285, closes #8790
- build: add browser ESM build 861abf4
- types: add Prop to main type declaration file (#6856) 5791072, closes #6856 #6850
- types: add types for vue-template-compiler (#7918) ced774b, closes #7918
Performance Improvements
Important Internal Changes
These internal changes may cause unintended side effects on existing code that relies on non-publicly-documented behavior.
- next-tick: revert nextTick to alaways use microtask 60da366 080dd97, closes #8436 [Details]
- scoped-slots: ensure $scopedSlots calls always return Arrays c7c13c2, closes #8056 [Details]
Bug Fixes
- allow more enumerated values for contenteditable e632e9a, closes #9397
- fix v-bind:style for camelCase properties with !important (#9386) 539e481, closes #9386
- fix checkbox event edge case in Firefox 1868561
- always use microtasks for nextTick (#8450) 850555d, closes #8450 #7109 #7546 #7707 #7834 #8109 #6566
- core: dedupe lifecycle hooks during options merge edf7df0, closes #9199
- core: fix merged twice bug when passing extended constructor to mixins (#9199) 5371617, closes #9199 #9198
- provide/inject: Merges symbol provides (#7926) 1933ee8, closes #7926
- runtime: DevTools recommendation shows for all browsers (#8638) 22ad266, closes #8638 #8634
- make transition-group key warning a tip to avoid breaking compilation d08b49f
- ssr: properly handle invalid and numeric style properties 7d9cfeb, closes #9231
- cover more cases in v-on inline return value 9432737
- ssr: should not render invalid numeric style values 17d8bcb
- ssr: should render 0 as valid value for style property with unit aef5b4e
- ensure only nromalize a scoped slot when it is present 5fb23d4
- ensure proxied normal slot uses correct key b32c4b6
- return inline invocation return value in v-on handlers 0ebb0f3, closes #7628
Commits
The new version differs by 121 commits.
8554831build: release 2.6.0076dc8dbuild: build 2.6.09b33f20chore: update sponsors [ci skip] (#9405)64f863bfeat: move v-bind.prop shorthand behind flag44a17bafix: fix child forceUpdate regression539e481fix: fix v-bind:style for camelCase properties with !important (#9386)e1db2c5chore: update sponsors [ci skip] (#9400)e632e9afix: allow more enumerated values for contenteditable6afd96fchore: fix flow3edb999polish: warn against incorrect nested v-slot usage2807fd2fix: template v-slot should work with v-else conditions5851961refactor: adjust codegen for v-if on scoped slot7721febbuild: release 2.6.0-beta.39f3cbafbuild: build 2.6.0-beta.32afa1d0build: fix feature flags for esm builds
There are 121 commits in total.
See the full diff
- The
devDependencyvue was updated from2.6.0to2.6.1. - The
devDependencyvue-template-compiler was updated from2.6.0to2.6.1.
Your tests are passing again with this update. Explicitly upgrade to these versions π
Release Notes for v2.6.1
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
Commits
The new version differs by 129 commits.
1a6f7a5build: release 2.6.16fb3a22build: build 2.6.166fd3c8fix(v-model): add value to $attrs if not defined in props (#9331)0fb03b7fix: avoid blocking first input event in IE when it shouldn't (#9297)55bfb94fix(compiler): fix inline-template crashing (#9365)c27fe24fix: decode single quotes in html attributes (#9341)1922e7dfix(template-compiler): allow comments on the root node in templates (#9408)b6b42cafix: avoid isPromise check when handler return value is Vue instance8554831build: release 2.6.0076dc8dbuild: build 2.6.09b33f20chore: update sponsors [ci skip] (#9405)64f863bfeat: move v-bind.prop shorthand behind flag44a17bafix: fix child forceUpdate regression539e481fix: fix v-bind:style for camelCase properties with !important (#9386)e1db2c5chore: update sponsors [ci skip] (#9400)
There are 129 commits in total.
See the full diff
- The
devDependencyvue was updated from2.6.0to2.6.1. - The
devDependencyvue-template-compiler was updated from2.6.0to2.6.1.
Your tests are passing again with this update. Explicitly upgrade to these versions π
Release Notes for v2.6.1
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
Commits
The new version differs by 129 commits.
1a6f7a5build: release 2.6.16fb3a22build: build 2.6.166fd3c8fix(v-model): add value to $attrs if not defined in props (#9331)0fb03b7fix: avoid blocking first input event in IE when it shouldn't (#9297)55bfb94fix(compiler): fix inline-template crashing (#9365)c27fe24fix: decode single quotes in html attributes (#9341)1922e7dfix(template-compiler): allow comments on the root node in templates (#9408)b6b42cafix: avoid isPromise check when handler return value is Vue instance8554831build: release 2.6.0076dc8dbuild: build 2.6.09b33f20chore: update sponsors [ci skip] (#9405)64f863bfeat: move v-bind.prop shorthand behind flag44a17bafix: fix child forceUpdate regression539e481fix: fix v-bind:style for camelCase properties with !important (#9386)e1db2c5chore: update sponsors [ci skip] (#9400)
There are 129 commits in total.
See the full diff
- The
devDependencyvue was updated from2.6.1to2.6.2. - The
devDependencyvue-template-compiler was updated from2.6.1to2.6.2.
Your tests are passing again with this update. Explicitly upgrade to these versions π
Release Notes for v2.6.2
Improvements
-
expose all scoped slots on
this.$slots. 0129b0e, closes #9421- This ensures normal slots using the new
v-slotsyntax can still be accessed onthis.$slots.
- This ensures normal slots using the new
Bug Fixes
Commits
The new version differs by 134 commits.
ee9b684build: release 2.6.22279509build: build 2.6.244a4ca3fix: restore slot-scope + v-if behavior0129b0efeat: expose all scoped slots on this.$slotsb034abffix: always set transformed model value on attrs1a6f7a5build: release 2.6.16fb3a22build: build 2.6.166fd3c8fix(v-model): add value to $attrs if not defined in props (#9331)0fb03b7fix: avoid blocking first input event in IE when it shouldn't (#9297)55bfb94fix(compiler): fix inline-template crashing (#9365)c27fe24fix: decode single quotes in html attributes (#9341)1922e7dfix(template-compiler): allow comments on the root node in templates (#9408)b6b42cafix: avoid isPromise check when handler return value is Vue instance8554831build: release 2.6.0076dc8dbuild: build 2.6.0
There are 134 commits in total.
See the full diff
- The
devDependencyvue was updated from2.6.1to2.6.2. - The
devDependencyvue-template-compiler was updated from2.6.1to2.6.2.
Your tests are passing again with this update. Explicitly upgrade to these versions π
Release Notes for v2.6.2
Improvements
-
expose all scoped slots on
this.$slots. 0129b0e, closes #9421- This ensures normal slots using the new
v-slotsyntax can still be accessed onthis.$slots.
- This ensures normal slots using the new
Bug Fixes
Commits
The new version differs by 134 commits.
ee9b684build: release 2.6.22279509build: build 2.6.244a4ca3fix: restore slot-scope + v-if behavior0129b0efeat: expose all scoped slots on this.$slotsb034abffix: always set transformed model value on attrs1a6f7a5build: release 2.6.16fb3a22build: build 2.6.166fd3c8fix(v-model): add value to $attrs if not defined in props (#9331)0fb03b7fix: avoid blocking first input event in IE when it shouldn't (#9297)55bfb94fix(compiler): fix inline-template crashing (#9365)c27fe24fix: decode single quotes in html attributes (#9341)1922e7dfix(template-compiler): allow comments on the root node in templates (#9408)b6b42cafix: avoid isPromise check when handler return value is Vue instance8554831build: release 2.6.0076dc8dbuild: build 2.6.0
There are 134 commits in total.
See the full diff
- The
devDependencyvue was updated from2.6.2to2.6.3. - The
devDependencyvue-template-compiler was updated from2.6.2to2.6.3.
Your tests are passing again with this update. Explicitly upgrade to these versions π
Release Notes for v2.6.3
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
Commits
The new version differs by 148 commits.
f9c8308build: release 2.6.36441eacbuild: build 2.6.3dae7e41fix: skip microtask fix if event is fired from different documentd5ade28revert: feat: expose all scoped slots on this.$slots7bc88f3fix: skip microtask fix in Firefix <= 5396a09aafix(compiler): fix v-bind dynamic arguments on slot outlets4d4d22afix: bail out scoped slot optimization when there are nested scopesb6247fcrefactor: split resolve-scoped-slot into its own file24b4640fix: avoid exposing internal flags on $scopedSlots54e6a12fix(types): add Vue.version to types (#9431)b9de23bfix: async component should use render owner as force update context2ef67f8chore: fix typo in scheduler.js [ci skip] (#9425)fdc5f03[automated] Patreon sponsors update (#9424)d06e3afchore: update backers [ci skip] (#9423)ee9b684build: release 2.6.2
There are 148 commits in total.
See the full diff
- The
devDependencyvue was updated from2.6.2to2.6.3. - The
devDependencyvue-template-compiler was updated from2.6.2to2.6.3.
Your tests are passing again with this update. Explicitly upgrade to these versions π
Release Notes for v2.6.3
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
Commits
The new version differs by 148 commits.
f9c8308build: release 2.6.36441eacbuild: build 2.6.3dae7e41fix: skip microtask fix if event is fired from different documentd5ade28revert: feat: expose all scoped slots on this.$slots7bc88f3fix: skip microtask fix in Firefix <= 5396a09aafix(compiler): fix v-bind dynamic arguments on slot outlets4d4d22afix: bail out scoped slot optimization when there are nested scopesb6247fcrefactor: split resolve-scoped-slot into its own file24b4640fix: avoid exposing internal flags on $scopedSlots54e6a12fix(types): add Vue.version to types (#9431)b9de23bfix: async component should use render owner as force update context2ef67f8chore: fix typo in scheduler.js [ci skip] (#9425)fdc5f03[automated] Patreon sponsors update (#9424)d06e3afchore: update backers [ci skip] (#9423)ee9b684build: release 2.6.2
There are 148 commits in total.
See the full diff
- The
devDependencyvue was updated from2.6.3to2.6.4. - The
devDependencyvue-template-compiler was updated from2.6.3to2.6.4.
Your tests are passing again with this update. Explicitly upgrade to these versions π
Release Notes for v2.6.4
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
Commits
The new version differs by 159 commits.
c198950build: release 2.6.4dfb9fb1build: build 2.6.4b2a093fchore: fix e2e test in phantomjs9011b83fix: avoid breaking avoriaz edge case8a80086fix: new syntax slots without scope should also be exposed on functional slots()099f3baperf: skip scoped slots normalization when possible7a0dfd0perf: cache result from functional ctx.slots() calls0e8560dfix: expose v-slot slots without scope on this.$slotsca57920fix: avoid logging same error twice when thrown by user in global handler57bc80afix: empty scoped slot should return undefined4015debchore: make documentation clearer (#9450)f9c8308build: release 2.6.36441eacbuild: build 2.6.3dae7e41fix: skip microtask fix if event is fired from different documentd5ade28revert: feat: expose all scoped slots on this.$slots
There are 159 commits in total.
See the full diff
- The
devDependencyvue was updated from2.6.3to2.6.4. - The
devDependencyvue-template-compiler was updated from2.6.3to2.6.4.
Your tests are passing again with this update. Explicitly upgrade to these versions π
Release Notes for v2.6.4
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
Commits
The new version differs by 159 commits.
c198950build: release 2.6.4dfb9fb1build: build 2.6.4b2a093fchore: fix e2e test in phantomjs9011b83fix: avoid breaking avoriaz edge case8a80086fix: new syntax slots without scope should also be exposed on functional slots()099f3baperf: skip scoped slots normalization when possible7a0dfd0perf: cache result from functional ctx.slots() calls0e8560dfix: expose v-slot slots without scope on this.$slotsca57920fix: avoid logging same error twice when thrown by user in global handler57bc80afix: empty scoped slot should return undefined4015debchore: make documentation clearer (#9450)f9c8308build: release 2.6.36441eacbuild: build 2.6.3dae7e41fix: skip microtask fix if event is fired from different documentd5ade28revert: feat: expose all scoped slots on this.$slots
There are 159 commits in total.
See the full diff
- The
devDependencyvue was updated from2.6.4to2.6.5. - The
devDependencyvue-template-compiler was updated from2.6.4to2.6.5.
Your tests are passing again with this update. Explicitly upgrade to these versions π
Release Notes for v2.6.5
Bug Fixes
Commits
The new version differs by 164 commits.
11deaa9build: release 2.6.51489b99build: build 2.6.5e7d49cdfix: allow passing multiple arguments to scoped slot060686dfix: do not cache scoped slots when mixed with normal slots0bad7e2fix: bail out of event blocking for iOS bugc198950build: release 2.6.4dfb9fb1build: build 2.6.4b2a093fchore: fix e2e test in phantomjs9011b83fix: avoid breaking avoriaz edge case8a80086fix: new syntax slots without scope should also be exposed on functional slots()099f3baperf: skip scoped slots normalization when possible7a0dfd0perf: cache result from functional ctx.slots() calls0e8560dfix: expose v-slot slots without scope on this.$slotsca57920fix: avoid logging same error twice when thrown by user in global handler57bc80afix: empty scoped slot should return undefined
There are 164 commits in total.
See the full diff
- The
devDependencyvue was updated from2.6.4to2.6.5. - The
devDependencyvue-template-compiler was updated from2.6.4to2.6.5.
Your tests are passing again with this update. Explicitly upgrade to these versions π
Release Notes for v2.6.5
Bug Fixes
Commits
The new version differs by 164 commits.
11deaa9build: release 2.6.51489b99build: build 2.6.5e7d49cdfix: allow passing multiple arguments to scoped slot060686dfix: do not cache scoped slots when mixed with normal slots0bad7e2fix: bail out of event blocking for iOS bugc198950build: release 2.6.4dfb9fb1build: build 2.6.4b2a093fchore: fix e2e test in phantomjs9011b83fix: avoid breaking avoriaz edge case8a80086fix: new syntax slots without scope should also be exposed on functional slots()099f3baperf: skip scoped slots normalization when possible7a0dfd0perf: cache result from functional ctx.slots() calls0e8560dfix: expose v-slot slots without scope on this.$slotsca57920fix: avoid logging same error twice when thrown by user in global handler57bc80afix: empty scoped slot should return undefined
There are 164 commits in total.
See the full diff
- The
devDependencyvue was updated from2.6.5to2.6.6. - The
devDependencyvue-template-compiler was updated from2.6.5to2.6.6.
Your tests are passing again with this update. Explicitly upgrade to these versions π
Release Notes for v2.6.6
Bug Fixes
Commits
The new version differs by 168 commits.
a702d19build: release 2.6.6ac7a5bdbuild: build 2.6.629c348ffix: fix keyCode check for Chrome autofill fake key events21fca2ffix: ensure scoped slot containing passed down slot content updates properly11deaa9build: release 2.6.51489b99build: build 2.6.5e7d49cdfix: allow passing multiple arguments to scoped slot060686dfix: do not cache scoped slots when mixed with normal slots0bad7e2fix: bail out of event blocking for iOS bugc198950build: release 2.6.4dfb9fb1build: build 2.6.4b2a093fchore: fix e2e test in phantomjs9011b83fix: avoid breaking avoriaz edge case8a80086fix: new syntax slots without scope should also be exposed on functional slots()099f3baperf: skip scoped slots normalization when possible
There are 168 commits in total.
See the full diff
- The
devDependencyvue was updated from2.6.6to2.6.7. - The
devDependencyvue-template-compiler was updated from2.6.6to2.6.7.
Your tests are passing again with this update. Explicitly upgrade to these versions π
Release Notes for v2.6.7
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
Commits
The new version differs by 183 commits.
59d8579build: release 2.6.7875d6acbuild: build 2.6.77a8de91fix(compiler): handle negative length in codeframe repeat173042brefactor: improve test case2f3020efix(#9511): avoid promise catch multiple times (#9526)8a80a23fix: avoid errors thrown during dom props updatecd3d202refactor: simplify conditions7ec4627fix: ensure generated scoped slot code is compatible with 2.5d9b27a9fix: ensure scoped slots update in conditional branchesb3bd311chore: update sponsors [ci skip] (#9538)9d4c972chore: update sponsors [ci skip] (#9537)8f004eafix: scoped slots should update when inside v-forbb0aab6ci: pin webpack version1d33166chore: bump webpack (fix PR build cache)ee29e41fix: avoid possible infinite loop by accessing observables in error handler (#9489)
There are 183 commits in total.
See the full diff
- The
devDependencyvue was updated from2.6.6to2.6.7. - The
devDependencyvue-template-compiler was updated from2.6.6to2.6.7.
Your tests are passing again with this update. Explicitly upgrade to these versions π
Release Notes for v2.6.7
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
Commits
The new version differs by 183 commits.
59d8579build: release 2.6.7875d6acbuild: build 2.6.77a8de91fix(compiler): handle negative length in codeframe repeat173042brefactor: improve test case2f3020efix(#9511): avoid promise catch multiple times (#9526)8a80a23fix: avoid errors thrown during dom props updatecd3d202refactor: simplify conditions7ec4627fix: ensure generated scoped slot code is compatible with 2.5d9b27a9fix: ensure scoped slots update in conditional branchesb3bd311chore: update sponsors [ci skip] (#9538)9d4c972chore: update sponsors [ci skip] (#9537)8f004eafix: scoped slots should update when inside v-forbb0aab6ci: pin webpack version1d33166chore: bump webpack (fix PR build cache)ee29e41fix: avoid possible infinite loop by accessing observables in error handler (#9489)
There are 183 commits in total.
See the full diff
- The
devDependencyvue was updated from2.6.7to2.6.8. - The
devDependencyvue-template-compiler was updated from2.6.7to2.6.8.
Your tests are passing again with this update. Explicitly upgrade to these versions π
Release Notes for v2.6.8
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
Commits
The new version differs by 198 commits.
d123c7ebuild: release 2.6.8869a819build: build 2.6.8372d71cdocs: clarify docs about using template compiler (#9508)cbad54afix(compiler): set end location for incomplete elements (#9598)1574adetest: Add a unit test for "$off event and this event added by $once" (#9550)38825fftest: add a test case for ssr max stack size limit571a488fix: further adjust max stack size03c13derefactor: remove unncessary conditioned34113fix: handle async component when parent is toggled before resolve (#9572)241eea1fix(types): allow scoped slots to return a single VNode (#9563)f333016fix(types): update this for nextTick api (#9541)2277b23fix: scoped slots dynamic check should include v-for on element itself7912f75fix: avoid compression of unicode sequences by using regexps (#9595)060c3b9fix: fix modifier parsing for dynamic argument with deep path (#9585)2ec5b64chore: update sponsors [ci skip] (#9588)
There are 198 commits in total.
See the full diff
- The
devDependencyvue was updated from2.6.8to2.6.9. - The
devDependencyvue-template-compiler was updated from2.6.8to2.6.9.
Your tests are passing again with this update. Explicitly upgrade to these versions π
Commits
The new version differs by 219 commits.
43115e0build: release 2.6.95bffed0build: build 2.6.9f1bdd7ffix(compiler): whitespace: 'condense' should honor pre tag as well (#9660)4de4649fix(transition): fix appear check for transition wrapper components (#9668)d44cc20chore: remove unused build alias (#9525)7186940fix: should not swallow user catch on rejected promise in methods8082d2ffix(ssr): fix nested async functional componet rendering (#9673)7591b9dfix: event timeStamp check for Qtd282400fix(ssr): not push non-async css files into map (#9677)2747a65test: remove unused code (#9684)aa04334chore: update sponsors [ci skip] (#9680)eafea31chore: update sponsors [ci skip] (#9675)19c0f80chore: update backers [ci skip] (#9621)ef2a380fix(scheduler): getNow detection can randomly fail (#9667)781c705fix: should use fallback for scoped slots with single falsy v-if
There are 219 commits in total.
See the full diff
- The
devDependencyvue was updated from2.6.8to2.6.9. - The
devDependencyvue-template-compiler was updated from2.6.8to2.6.9.
Your tests are passing again with this update. Explicitly upgrade to these versions π
Commits
The new version differs by 219 commits.
43115e0build: release 2.6.95bffed0build: build 2.6.9f1bdd7ffix(compiler): whitespace: 'condense' should honor pre tag as well (#9660)4de4649fix(transition): fix appear check for transition wrapper components (#9668)d44cc20chore: remove unused build alias (#9525)7186940fix: should not swallow user catch on rejected promise in methods8082d2ffix(ssr): fix nested async functional componet rendering (#9673)7591b9dfix: event timeStamp check for Qtd282400fix(ssr): not push non-async css files into map (#9677)2747a65test: remove unused code (#9684)aa04334chore: update sponsors [ci skip] (#9680)eafea31chore: update sponsors [ci skip] (#9675)19c0f80chore: update backers [ci skip] (#9621)ef2a380fix(scheduler): getNow detection can randomly fail (#9667)781c705fix: should use fallback for scoped slots with single falsy v-if
There are 219 commits in total.
See the full diff
- The
devDependencyvue was updated from2.6.9to2.6.10. - The
devDependencyvue-template-compiler was updated from2.6.9to2.6.10.
Your tests are passing again with this update. Explicitly upgrade to these versions π
Commits
The new version differs by 230 commits.
e90cc60build: release 2.6.10e7b912abuild: build 2.6.10f11449dfix(core): only unset dom prop when not present02d21c2fix(core): cleanup timeouts for async components (#9649)bf5ceb7polish: improve template compiler version mismatch warning (#9738)df4af4bfix(types): allow using functions on the PropTypes (#9733)22790b2fix(scheduler): revert timeStamp checkebc1893fix(slots): fix slots not updating when passing down normal slots as $scopedSlots3433ba5fix(codegen): support named function expression in v-on (#9709)982d5a4fix(types): support string type for style in VNode data (#9728)653c74efix(core): use window.performance for compatibility in JSDOM (#9700)43115e0build: release 2.6.95bffed0build: build 2.6.9f1bdd7ffix(compiler): whitespace: 'condense' should honor pre tag as well (#9660)4de4649fix(transition): fix appear check for transition wrapper components (#9668)
There are 230 commits in total.
See the full diff
- The
devDependencyvue was updated from2.6.9to2.6.10. - The
devDependencyvue-template-compiler was updated from2.6.9to2.6.10.
Your tests are passing again with this update. Explicitly upgrade to these versions π
Commits
The new version differs by 230 commits.
e90cc60build: release 2.6.10e7b912abuild: build 2.6.10f11449dfix(core): only unset dom prop when not present02d21c2fix(core): cleanup timeouts for async components (#9649)bf5ceb7polish: improve template compiler version mismatch warning (#9738)df4af4bfix(types): allow using functions on the PropTypes (#9733)22790b2fix(scheduler): revert timeStamp checkebc1893fix(slots): fix slots not updating when passing down normal slots as $scopedSlots3433ba5fix(codegen): support named function expression in v-on (#9709)982d5a4fix(types): support string type for style in VNode data (#9728)653c74efix(core): use window.performance for compatibility in JSDOM (#9700)43115e0build: release 2.6.95bffed0build: build 2.6.9f1bdd7ffix(compiler): whitespace: 'condense' should honor pre tag as well (#9660)4de4649fix(transition): fix appear check for transition wrapper components (#9668)
There are 230 commits in total.
See the full diff
- The
devDependencyvue was updated from2.6.10to2.6.11. - The
devDependencyvue-template-compiler was updated from2.6.10to2.6.11.
Your tests are still failing with these versions. Compare changes
Release Notes for v2.6.11
Security Fixes
- Bump
vue-server-renderer's dependency ofserialize-javascriptto 2.1.2
Bug Fixes
- types: fix prop constructor type inference (#10779) 4821149, closes #10779
- fix function expression regex (#9922) 569b728, closes #9922 #9920
- compiler: Remove the warning for valid v-slot value (#9917) 085d188, closes #9917
- types: fix global namespace declaration for UMD bundle (#9912) ab50e8e, closes #9912
Commits
The new version differs by 311 commits.
ec78fc8build: release 2.6.11a98048fbuild: build 2.6.11fc41f91chore: update yarn.lock70429c3build(deps-dev): bump serialize-javascript from 1.3.0 to 2.1.2 (#10914)9fbd416chore: update sponsors [ci skip] (#10896)a974022chore: update backers [ci skip] (#10895)6b4c0f9chore: typo in commentfd0eaf9chore: update sponsors [ci skip] (#10841)2c6a827chore: update sponsors [ci skip] (#10821)f796ab4chore: update sponsors [ci skip] (#10800)276c082chore: update backers [ci skip] (#10799)4821149fix(types): fix prop constructor type inference (#10779)9f5563cchore: update sponsors [ci skip]b805a19build(deps-dev): bump lodash.template from 4.4.0 to 4.5.0 (#10636)bd47e5bbuild(deps-dev): bump lodash from 4.17.11 to 4.17.13 (#10635)
There are 250 commits in total.
See the full diff
