Closed greenkeeper[bot] closed 5 years ago
dependency
vue was updated from 2.6.0
to 2.6.1
.Your tests for group default are passing again with this update. Explicitly upgrade default to this version π
The new version differs by 8 commits.
1a6f7a5
build: release 2.6.1
6fb3a22
build: build 2.6.1
66fd3c8
fix(v-model): add value to $attrs if not defined in props (#9331)
0fb03b7
fix: avoid blocking first input event in IE when it shouldn't (#9297)
55bfb94
fix(compiler): fix inline-template crashing (#9365)
c27fe24
fix: decode single quotes in html attributes (#9341)
1922e7d
fix(template-compiler): allow comments on the root node in templates (#9408)
b6b42ca
fix: avoid isPromise check when handler return value is Vue instance
See the full diff
dependency
vue was updated from 2.6.1
to 2.6.2
.Your tests for group default are passing again with this update. Explicitly upgrade default to this version π
expose all scoped slots on this.$slots
. 0129b0e, closes #9421
v-slot
syntax can still be accessed on this.$slots
.The new version differs by 13 commits.
ee9b684
build: release 2.6.2
2279509
build: build 2.6.2
44a4ca3
fix: restore slot-scope + v-if behavior
0129b0e
feat: expose all scoped slots on this.$slots
b034abf
fix: always set transformed model value on attrs
1a6f7a5
build: release 2.6.1
6fb3a22
build: build 2.6.1
66fd3c8
fix(v-model): add value to $attrs if not defined in props (#9331)
0fb03b7
fix: avoid blocking first input event in IE when it shouldn't (#9297)
55bfb94
fix(compiler): fix inline-template crashing (#9365)
c27fe24
fix: decode single quotes in html attributes (#9341)
1922e7d
fix(template-compiler): allow comments on the root node in templates (#9408)
b6b42ca
fix: avoid isPromise check when handler return value is Vue instance
See the full diff
dependency
vue was updated from 2.6.2
to 2.6.3
.Your tests are still failing with this version. Compare changes
The new version differs by 27 commits.
f9c8308
build: release 2.6.3
6441eac
build: build 2.6.3
dae7e41
fix: skip microtask fix if event is fired from different document
d5ade28
revert: feat: expose all scoped slots on this.$slots
7bc88f3
fix: skip microtask fix in Firefix <= 53
96a09aa
fix(compiler): fix v-bind dynamic arguments on slot outlets
4d4d22a
fix: bail out scoped slot optimization when there are nested scopes
b6247fc
refactor: split resolve-scoped-slot into its own file
24b4640
fix: avoid exposing internal flags on $scopedSlots
54e6a12
fix(types): add Vue.version to types (#9431)
b9de23b
fix: async component should use render owner as force update context
2ef67f8
chore: fix typo in scheduler.js [ci skip] (#9425)
fdc5f03
[automated] Patreon sponsors update (#9424)
d06e3af
chore: update backers [ci skip] (#9423)
ee9b684
build: release 2.6.2
There are 27 commits in total.
See the full diff
dependency
vue was updated from 2.6.3
to 2.6.4
.Your tests are still failing with this version. Compare changes
The new version differs by 11 commits.
c198950
build: release 2.6.4
dfb9fb1
build: build 2.6.4
b2a093f
chore: fix e2e test in phantomjs
9011b83
fix: avoid breaking avoriaz edge case
8a80086
fix: new syntax slots without scope should also be exposed on functional slots()
099f3ba
perf: skip scoped slots normalization when possible
7a0dfd0
perf: cache result from functional ctx.slots() calls
0e8560d
fix: expose v-slot slots without scope on this.$slots
ca57920
fix: avoid logging same error twice when thrown by user in global handler
57bc80a
fix: empty scoped slot should return undefined
4015deb
chore: make documentation clearer (#9450)
See the full diff
dependency
vue was updated from 2.6.4
to 2.6.5
.Your tests for group default are passing again with this update. Explicitly upgrade default to this version π
The new version differs by 5 commits.
11deaa9
build: release 2.6.5
1489b99
build: build 2.6.5
e7d49cd
fix: allow passing multiple arguments to scoped slot
060686d
fix: do not cache scoped slots when mixed with normal slots
0bad7e2
fix: bail out of event blocking for iOS bug
See the full diff
dependency
vue was updated from 2.6.5
to 2.6.6
.Your tests for group default are passing again with this update. Explicitly upgrade default to this version π
The new version differs by 9 commits.
a702d19
build: release 2.6.6
ac7a5bd
build: build 2.6.6
29c348f
fix: fix keyCode check for Chrome autofill fake key events
21fca2f
fix: ensure scoped slot containing passed down slot content updates properly
11deaa9
build: release 2.6.5
1489b99
build: build 2.6.5
e7d49cd
fix: allow passing multiple arguments to scoped slot
060686d
fix: do not cache scoped slots when mixed with normal slots
0bad7e2
fix: bail out of event blocking for iOS bug
See the full diff
There have been updates to the vue monorepo:
dependency
vue was updated from2.5.22
to2.6.0
.π¨ 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 direct dependency of this project, and it is very likely causing it to break. If other packages depend on yours, this update is probably also breaking those in turn.
Status Details
- β **continuous-integration/travis-ci/push:** The Travis CI build failed ([Details](https://travis-ci.org/emoji-gen/vue-ptero/builds/488576716?utm_source=github_status&utm_medium=notification)).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
Performance Improvements
Important Internal Changes
These internal changes may cause unintended side effects on existing code that relies on non-publicly-documented behavior.
Bug Fixes
Commits
The new version differs by 121 commits.
8554831
build: release 2.6.0
076dc8d
build: build 2.6.0
9b33f20
chore: update sponsors [ci skip] (#9405)
64f863b
feat: move v-bind.prop shorthand behind flag
44a17ba
fix: fix child forceUpdate regression
539e481
fix: fix v-bind:style for camelCase properties with !important (#9386)
e1db2c5
chore: update sponsors [ci skip] (#9400)
e632e9a
fix: allow more enumerated values for contenteditable
6afd96f
chore: fix flow
3edb999
polish: warn against incorrect nested v-slot usage
2807fd2
fix: template v-slot should work with v-else conditions
5851961
refactor: adjust codegen for v-if on scoped slot
7721feb
build: release 2.6.0-beta.3
9f3cbaf
build: build 2.6.0-beta.3
2afa1d0
build: fix feature flags for esm builds
There are 121 commits in total.
See the full diff
FAQ and help
There is a collection of [frequently asked questions](https://greenkeeper.io/faq.html). If those donβt help, you can always [ask the humans behind Greenkeeper](https://github.com/greenkeeperio/greenkeeper/issues/new).Your Greenkeeper Bot :palm_tree: