Open greenkeeper[bot] opened 7 years ago
After pinning to 2.4.2 your tests are passing again. Downgrade this dependency π.
Your tests are still failing with this version. Compare the changes π¨
errorCaptured
hook b3cd9bc [Details]further improve Vue type declarations for canonical usage (#6391) db138e2
This change requires upgrade actions for TypeScript users using 2.4 types. For more details, please read this blog post.
renderToString
now returns a Promise if no callback is passed f881dd1, closes #6160shouldPrefetch
option (same signature as shouldPreload
) 7bc899c, closes #5964vue-server-renderer/basic.js
c5d0fa0 [Details]v-model
type
binding on <input>
f3fe012v-on
.exact
event modifier (#5977) 9734e87, closes #5976 [Details]<keep-alive>
max
prop for <keep-alive>
for limiting max number of instances cached 2cba6d4config.ignoredElements
can now contain RegExp in addition to strings (#6769) 795b908data
function is now called with the vm instance as the first argument (#6760) 3a5432avue-template-compiler
now ships an environment-agnostic build which can be used directly in browsers in vue-template-compiler/browser.js
a5e5b31The new version differs by 94 commits.
0948d99
build: release 2.5.0
bc2918f
build: build 2.5.0
df8f179
test: make hydration spec more stable for Edge
a85f95c
test: use phantom for dev
1eea1a9
build: skip sauce by default in release script
e38d006
feat: improve template expression error message
b7105ae
refactor: improve option type check warnings
adff008
refactor: use isRegExp for safer check
9f576aa
test: add test for ignoredElements
795b908
feat: support RegExp in ignoredElements (#6769)
12255ff
refactor: simplify functional renderStatic
ea3a70b
chore: fix sponsor link typo
bb1d888
refactor: remove no longer needed _staticTrees property
53431c6
types: fix flow typing
4216588
fix: fix scoped CSS for nested nodes in functional components
There are 94 commits in total.
See the full diff
Your tests are still failing with this version. Compare the changes π¨
The new version differs by 11 commits.
f865b0d
build: release 2.5.1
2b3e1a0
build: build 2.5.1
08a7fb5
fix: v-on="object" listeners should fire after high-priority ones
5665eaf
fix: backwards compat with checkbox code generated in < 2.5
60b1af9
fix(transition-group): work around rollup tree shaking (#6796)
15031b8
fix(v-model): allow arbitrary naems for type binding (#6802)
8645e5f
refactor: remove unnecessary condition (#6795)
5a15a8d
fix(ssr): add semicolon before self-removal script (#6794)
1f84dd1
fix: fix empty array edge case in normalizeChildren
f38d44e
ci: update caching setup + update weex runtime
1be48d0
types: update types for config.ignoredElements
See the full diff
Your tests are still failing with this version. Compare the changes π¨
Your tests are still failing with this version. Compare the changes π¨
Notable update: Type compatibility with TS 2.6
<select v-model>
initial state e1657fd, closes #6986The new version differs by 33 commits.
2acc12c
build: release 2.5.3
015a318
build: build 2.5.3
ad673e1
chore: fix flow
5a9da95
fix(slots): properly handle nested named slot passing
4fe1a95
fix: properly mark slot rendered flag in production mode
e1657fd
fix(ssr): properly render initial state
e80104e refactor: minor tweak on conditions order (#6992)
79c0d7b fix(ssr): properly render textarea value
53b77f8 refactor: simplify mergeVNodeHook usage
664cee6 refactor: small tweak to #6910
58a39df fix(model): correctly set select v-model initial value on patch (#6910)
0c703e3 fix(v-model): v-if / v-else not working with :type + v-model (#6955)
bdcc05a chore: fix creative Tim missing from the sponsors list (#6939)
c24f3e4 fix(events): properly $off array of events (#6949)
f2e00f7 fix: special case for static muted attribute in firefox
There are 33 commits in total.
See the full diff
Your tests are still failing with this version. Compare the changes π¨
@click.right
and @click.middle
daed1e7, closes #7020The new version differs by 15 commits.
a2cd14c
build: release 2.5.4
9edcc6b
build: build 2.5.4
5db86b4
fix(ssr): ensure hydrated class & style bindings are reactive
6b79919
test: add test case for #6687 + fix lingering comment node
45d7ba8
fix(transition): fix out-in transition getting stuck with v-if (#7023)
a3246fd
chore: closing after chat (#7059)
13196b2
fix: clone slot nodes for render fn usage as well
df82aeb
fix: should warn unknown components during hydration
daed1e7
fix: normlaize @click.right and @click.middle
7cf188e
feat(weex): support batch update styles and attributes (#7046)
c2b1cfe
fix(weex): donot rethrow the captured error on weex platform (#7024)
0496115
chore: live link for Vue examples under 'Documentation' (#7026)
9463ac8
test: fix weex tests
f0a66c5
refactor: cache v-once and purely static trees separately
267ada0
fix(types): expose VueConstructor (#7002)
See the full diff
Your tests are still failing with this version. Compare the changes π¨
_staticTrees
to avoid runtime reference warning f5cd29e, closes #7075<keep-alive>
should not cache anonymous components 4d8226f, closes #6938<keep-alive>
6d6b373The new version differs by 6 commits.
06f121b
build: release 2.5.5
9ae75e5
build: build 2.5.5
4d8226f
fix: keep-alive should not cache anonymous components
6d6b373
fix: should warn unknown components inside
f5cd29e
fix: init _staticTrees to avoid runtime reference warning
1e14603
feat: warn if both v-model and v-bind:value used on same element (#7056)
See the full diff
Your tests are still failing with this version. Compare the changes π¨
Your tests are still failing with this version. Compare the changes π¨
<keep-alive>
include/exclude logic for anonymous components a23b913The new version differs by 7 commits.
f9f7423
build: release 2.5.7
c0d03ab
build: build 2.5.7
d891cd1
fix: improve error detector v-for identifier check
c264335
feat: feat: add warning for ambiguous combined usage of slot-scope and v-for
4c22d1d
fix: allow traversing reactive objects which are sealed (#7080)
063acb7
fix(ssr): fix bundle renderer require path on windows (#7085)
a23b913
fix: fix include/exclude logic for anonymous components
See the full diff
Your tests are still failing with this version. Compare the changes π¨
Your tests are still failing with this version. Compare the changes π¨
The new version differs by 18 commits.
d4e0c3e
build: release 2.5.9
55a719c
build: build 2.5.9
c865836
build: tweak release script to generate note before tagging
1c1621d
chore: fix flow
0f7c443
fix: block unnecessary input event on textarea placeholder in IE
d2e1d49
fix(types): use object and string instead of Object and String (#7126)
a71e653
fix(types): bump ts version and fix typing bugs (#7135)
8b43c81
ci: bump transition unit test duration
aa82625
fix: fix v-for iterator parsing destructuring + parens without index
14e9908
fix(types): add missing ssr renderToString signature
df37292
chore: fix comment typo (#7113)
70fb68b
chore: fix comment typo
dd21eac
fix: fix async component resolving in sibling mounted hook
604e081
fix: ensure functionalContext is cloned during slot clones
3932a45
fix(keep-alive): should not destroy active instance when pruning cache
There are 18 commits in total.
See the full diff
Your tests are still failing with this version. Compare the changes π¨
The new version differs by 17 commits.
a5924a5
build: release 2.5.10
711aaf7
build: build 2.5.10
8936b8d
fix(ssr): properly handle errors in async component
86e4d75
test: add test case for #7223
73a89bf
fix(ssr): fix double escaping of ssrNode attribute values (#7224)
023f171
fix(core): warn duplicate keys in all cases (#7200)
644274c
fix: more consistent component naming warnings across the API
bd4819e
fix: data() should be called with vm as first argument in mixins
6eccd8e
chore: update backers
904d9c9
test: fix weex test case
5875c7c
fix: revert shared static tree cache to avoid memory leak
0da8bce
fix(weex): send createFinish signal after root component mounted (#7154)
7166c4e
chore: update sponsors
a6bf97d
chore: tweak logo alt in README.md (#7156)
60da366
fix: should not update in-focus input value with lazy modifier
There are 17 commits in total.
See the full diff
Your tests are still failing with this version. Compare the changes π¨
The new version differs by 8 commits.
9c01684
build: release 2.5.11
36efc76
build: build 2.5.11
3f0c628
fix: avoid unnecessary lowercase coersion in component name validation
90ed482
refactor: move prop rule validation to util/options.js
d02bb37
feat: warn misspelled keys on prop validation object (#7198)
14f7015
test: fix ssr test due to webpack asset emit order change
531371b
types: upgrade flow
4e00688
build: update dev dependencies
See the full diff
Your tests are still failing with this version. Compare the changes π¨
core: prop bindings with inline Object/Array literal values no longer cause the child component to always re-render:
<foo :bar="[1, 2, 3]"/>
The compiler now automatically wraps the literal value as an inline computed property to avoid creating new values on each render (unless data it depends on has changed).
types: extract VueConfiguration type for easy expansion (#7274) c0d516c, closes #7273
The new version differs by 45 commits.
ec2c48c
build: release 2.5.12
bc71940
build: build 2.5.12
bacb911
fix(warning): allow symbol as vdom key (#7271)
c0d516c
feat(types): extract VueConfiguration type for easy expansion (#7273) (#7274)
01c0750
revert: revert prop object validation
2e0f6d5
refactor: reuse v-for parsing logic
1dd6b6f
refactor: adjust weex branch coverage and build for merging into dev
661bfe5
feat(weex): partially support lifecycles of virtual component (#7242)
d544d05
fix(weex): append as tree by default for recycle-list and cell-slot (#7216)
b8d33ec
feat(weex): WIP implement virtual component (#7165)
70b97ac
feat(weex): recycle-list support stateful child component
452a65c
feat(weex): pass stateless component test case
62e47c9
feat(weex): WIP adjust component transform stage
88f3889
feat(weex): WIP mark recycle list child component root
b06d09f
types: adjust weex flow types
There are 45 commits in total.
See the full diff
Your tests are still failing with this version. Compare the changes π¨
Your tests are passing again with this version. Explicitly upgrade to this version π
listeners
type on RenderContext (#7584) db1b18c, closes #7584The new version differs by 83 commits.
387d256
build: release 2.5.14
a08feed
build: build 2.5.14
2c52c42
workflow: specify e2e env when releasing
83ea0da
chore: coverage
81e1e47
fix: respect type order when boolean casting multi-typed props
a2cd412
refactor: observerState
318f29f
fix(core): disable dependency collection in lifecycle hooks and data getter (#7596)
d7d9b00
chore: fix typo (#7781)
6bc75ca
fix(v-on): return handler value when using modifiers (#7704)
db58493
fix(v-model): handle trailing whitespaces in expression (#7737)
550c3c0
fix(model): fix array index binding for v-model checkbox (#7671)
144bf5a
fix(types): prefer normal component over functional one (#7687)
68b51f2
chore: fix comment grammar mistake (#7739)
6931a47
refactor: use more accurate variable name (#7755)
8053f60
chore: merge imports (#7762)
There are 83 commits in total.
See the full diff
Your tests are passing again with this version. Explicitly upgrade to this version π
The new version differs by 86 commits.
af5453c
build: release 2.5.15
bafc73f
build: build 2.5.15
84a9a9d
fix: do not traverse VNodes when regsitering dependencies
387d256
build: release 2.5.14
a08feed
build: build 2.5.14
2c52c42
workflow: specify e2e env when releasing
83ea0da
chore: coverage
81e1e47
fix: respect type order when boolean casting multi-typed props
a2cd412
refactor: observerState
318f29f
fix(core): disable dependency collection in lifecycle hooks and data getter (#7596)
d7d9b00
chore: fix typo (#7781)
6bc75ca
fix(v-on): return handler value when using modifiers (#7704)
db58493
fix(v-model): handle trailing whitespaces in expression (#7737)
550c3c0
fix(model): fix array index binding for v-model checkbox (#7671)
144bf5a
fix(types): prefer normal component over functional one (#7687)
There are 86 commits in total.
See the full diff
Your tests are passing again with this version. Explicitly upgrade to this version π
The new version differs by 102 commits.
2534219
build: release 2.5.16
9089170
build: build 2.5.16
62a922e
fix: fix wrongly matched named slots in functional components
9084747
fix(core): Make set/delete warning condition for undefined, null and (#7818)
1a979c4
fix(ssr): fix v-show inline style rendering when style binding is array (#7814)
a6169d1
fix(model): fix static input type being overwritten by v-bind object (#7819)
6dd73e9
fix: named slots for nested functional components
215f877
fix(keep-alive): run prune after render for correct active component check
4378fc5
fix: fix keyName checking for arrow keys in IE11
984927a
fix: fix regression on duplicate component init when using shared data objects
cf0b1b7
ci: use yarn.lock instead of package-lock.json
7020009
chore: fix typo
35dc8c2
types: add Fragment in RenderState typing (#7802)
882e719
fix(ssr): fix SSR for async functional components
666cdbd
test(vdom): add test case for #7786 (#7793)
There are 102 commits in total.
See the full diff
Your tests are passing again with this version. Explicitly upgrade to this version π
The new version differs by 106 commits.
636c9b4
build: release 2.5.17
7e75b79
build: build 2.5.17
b3c5e64
chore: minor tweaks
c28f792
fix: fix potential xss vulnerability in ssr
2534219
build: release 2.5.16
9089170
build: build 2.5.16
62a922e
fix: fix wrongly matched named slots in functional components
9084747
fix(core): Make set/delete warning condition for undefined, null and (#7818)
1a979c4
fix(ssr): fix v-show inline style rendering when style binding is array (#7814)
a6169d1
fix(model): fix static input type being overwritten by v-bind object (#7819)
6dd73e9
fix: named slots for nested functional components
215f877
fix(keep-alive): run prune after render for correct active component check
4378fc5
fix: fix keyName checking for arrow keys in IE11
984927a
fix: fix regression on duplicate component init when using shared data objects
cf0b1b7
ci: use yarn.lock instead of package-lock.json
There are 106 commits in total.
See the full diff
dependency
vue was updated from 2.5.17
to 2.5.18
.Your tests are passing again with this update. Explicitly upgrade to this version π
The new version differs by 266 commits.
dadc918
build: release 2.5.18
eb81ec2
build: build 2.5.18
dfaf9e2
fix(types): type support for advanced async components (#8438)
8a2dbf5
fix(transition-group): fix activeInstance regression
0ed0aad
fix: fix keyName checking for space and delete in IE11 (#9150)
f077ed1
fix(ssr): fix ssr template publicPath generation
93850f4
chore: fix sponsor link
1b4a8a0
fix(compiler): fix codegen for v-for component inside template
448ba65
fix(types): correct scopedSlot types (#9131)
0d7fb73
chore: update sponsors/backers [ci skip]
e8031b4
build: release v2.5.18-beta.0
fe194dd
build: build v2.5.18-beta.0
3078352
fix(ssr): resolve server directives the same as on client (#9129)
aca17b4
ci: add regression test for popular libraries in Vue.js ecosystem (#8608)
e4b1b57
fix(ssr): adjust call stack size defer threshold
There are 250 commits in total.
See the full diff
dependency
vue was updated from 2.5.18
to 2.5.19
.Your tests are passing again with this update. Explicitly upgrade to this version π
The new version differs by 272 commits.
628c1b7
build: release 2.5.19
c38a81b
build: build 2.5.19
0d4b35f
fix(vdom): remove unnecessary sameVnode condition
5d721a4
revert: fix(sfc): avoid deindent when pad option is specified (#7647)
780dac5
fix(ssr): should not warn for custom directives that do not have ssr implementation
a89384c
test(ssr): add basic directives test (#9166)
dadc918
build: release 2.5.18
eb81ec2
build: build 2.5.18
dfaf9e2
fix(types): type support for advanced async components (#8438)
8a2dbf5
fix(transition-group): fix activeInstance regression
0ed0aad
fix: fix keyName checking for space and delete in IE11 (#9150)
f077ed1
fix(ssr): fix ssr template publicPath generation
93850f4
chore: fix sponsor link
1b4a8a0
fix(compiler): fix codegen for v-for component inside template
448ba65
fix(types): correct scopedSlot types (#9131)
There are 250 commits in total.
See the full diff
dependency
vue was updated from 2.5.19
to 2.5.20
.Your tests are passing again with this update. Explicitly upgrade to this version π
The new version differs by 275 commits.
77d406b
build: release 2.5.20
952d3b4
build: build 2.5.20
e06d2af
fix(types): avoid this
in VueConstructor signature (#9173)
628c1b7
build: release 2.5.19
c38a81b
build: build 2.5.19
0d4b35f
fix(vdom): remove unnecessary sameVnode condition
5d721a4
revert: fix(sfc): avoid deindent when pad option is specified (#7647)
780dac5
fix(ssr): should not warn for custom directives that do not have ssr implementation
a89384c
test(ssr): add basic directives test (#9166)
dadc918
build: release 2.5.18
eb81ec2
build: build 2.5.18
dfaf9e2
fix(types): type support for advanced async components (#8438)
8a2dbf5
fix(transition-group): fix activeInstance regression
0ed0aad
fix: fix keyName checking for space and delete in IE11 (#9150)
f077ed1
fix(ssr): fix ssr template publicPath generation
There are 250 commits in total.
See the full diff
dependency
vue was updated from 2.5.20
to 2.5.21
.Your tests are passing again with this update. Explicitly upgrade to this version π
The new version differs by 289 commits.
7075408
build: release 2.5.21
b449e17
build: build 2.5.21
847e493
fix: fix single v-for child optimization
4e97548
test: use mocks for commits e2e test
80fb6b8
revert: "chore: use keypress in TodoMVC example for IME input methods (#9172)"
4074104
perf: skip normalization on single child element v-for
4748760
fix: fix v-for component with undefined value
984393f
test: change model text's priority case (#9170)
6980035
chore: use keypress in TodoMVC example for IME input methods (#9172)
87bad80
fix(lifecycle): beforeUpdated should not be called if component is destroyed (#9171)
d8285c5
fix(weex): support data class type that is string (#9139)
8fccd82
chore: fix tag name in compiler/parser/index.js (#9165)
3d44937
fix(v-model): properly handle multiline v-model expressions (#9184)
d780dd2
fix(types): accept primatives and falsy values in createElement children (#9154)
77d406b
build: release 2.5.20
There are 250 commits in total.
See the full diff
dependency
vue was updated from 2.5.21
to 2.5.22
.Your tests are passing again with this update. Explicitly upgrade to this version π
The new version differs by 301 commits.
99343f9
build: release 2.5.22
06dbb2a
build: build 2.5.22
7ac8f63
chore: remove residual files from dist
0d2e9c4
fix(core): dedupe lifecycle hooks during options merge
743edac
fix(core): fix merged twice bug when passing extended constructor to mixins (#9199)
d21e931
fix(async component): memory leak after synchronous async loading (#9275)
cf42f8e
chore: update sponsors [ci skip] (#9296)
75a2b4c
chore: update sponsors
c117e8f
chore: update backers
38e967b
refactor: tiny cleanup changes (#9193)
af9e2b3
chore: minor comment cleanup (#9191)
b06c784
fix(ssr): support rendering comment (#9128)
7075408
build: release 2.5.21
b449e17
build: build 2.5.21
847e493
fix: fix single v-for child optimization
There are 250 commits in total.
See the full diff
dependency
vue was updated from 2.6.0
to 2.6.1
.Your tests are passing again with this update. Explicitly upgrade to this version π
The new version differs by 430 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
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)
There are 250 commits in total.
See the full diff
dependency
vue was updated from 2.6.1
to 2.6.2
.Your tests are passing again with this update. Explicitly upgrade 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 435 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
8554831
build: release 2.6.0
076dc8d
build: build 2.6.0
There are 250 commits in total.
See the full diff
dependency
vue was updated from 2.6.2
to 2.6.3
.Your tests are passing again with this update. Explicitly upgrade to this version π
The new version differs by 449 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 250 commits in total.
See the full diff
dependency
vue was updated from 2.6.3
to 2.6.4
.Your tests are passing again with this update. Explicitly upgrade to this version π
The new version differs by 460 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)
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
There are 250 commits in total.
See the full diff
dependency
vue was updated from 2.6.4
to 2.6.5
.Your tests are passing again with this update. Explicitly upgrade to this version π
The new version differs by 465 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
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
There are 250 commits in total.
See the full diff
dependency
vue was updated from 2.6.5
to 2.6.6
.Your tests are passing again with this update. Explicitly upgrade to this version π
The new version differs by 469 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
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
There are 250 commits in total.
See the full diff
dependency
vue was updated from 2.6.6
to 2.6.7
.Your tests are passing again with this update. Explicitly upgrade to this version π
The new version differs by 484 commits.
59d8579
build: release 2.6.7
875d6ac
build: build 2.6.7
7a8de91
fix(compiler): handle negative length in codeframe repeat
173042b
refactor: improve test case
2f3020e
fix(#9511): avoid promise catch multiple times (#9526)
8a80a23
fix: avoid errors thrown during dom props update
cd3d202
refactor: simplify conditions
7ec4627
fix: ensure generated scoped slot code is compatible with 2.5
d9b27a9
fix: ensure scoped slots update in conditional branches
b3bd311
chore: update sponsors [ci skip] (#9538)
9d4c972
chore: update sponsors [ci skip] (#9537)
8f004ea
fix: scoped slots should update when inside v-for
bb0aab6
ci: pin webpack version
1d33166
chore: bump webpack (fix PR build cache)
ee29e41
fix: avoid possible infinite loop by accessing observables in error handler (#9489)
There are 250 commits in total.
See the full diff
dependency
vue was updated from 2.6.7
to 2.6.8
.Your tests are passing again with this update. Explicitly upgrade to this version π
The new version differs by 499 commits.
d123c7e
build: release 2.6.8
869a819
build: build 2.6.8
372d71c
docs: clarify docs about using template compiler (#9508)
cbad54a
fix(compiler): set end location for incomplete elements (#9598)
1574ade
test: Add a unit test for "$off event and this event added by $once" (#9550)
38825ff
test: add a test case for ssr max stack size limit
571a488
fix: further adjust max stack size
03c13de
refactor: remove unncessary condition
ed34113
fix: handle async component when parent is toggled before resolve (#9572)
241eea1
fix(types): allow scoped slots to return a single VNode (#9563)
f333016
fix(types): update this for nextTick api (#9541)
2277b23
fix: scoped slots dynamic check should include v-for on element itself
7912f75
fix: avoid compression of unicode sequences by using regexps (#9595)
060c3b9
fix: fix modifier parsing for dynamic argument with deep path (#9585)
2ec5b64
chore: update sponsors [ci skip] (#9588)
There are 250 commits in total.
See the full diff
dependency
vue was updated from 2.6.8
to 2.6.9
.Your tests are passing again with this update. Explicitly upgrade to this version π
The new version differs by 520 commits.
43115e0
build: release 2.6.9
5bffed0
build: build 2.6.9
f1bdd7f
fix(compiler): whitespace: 'condense' should honor pre tag as well (#9660)
4de4649
fix(transition): fix appear check for transition wrapper components (#9668)
d44cc20
chore: remove unused build alias (#9525)
7186940
fix: should not swallow user catch on rejected promise in methods
8082d2f
fix(ssr): fix nested async functional componet rendering (#9673)
7591b9d
fix: event timeStamp check for Qt
d282400
fix(ssr): not push non-async css files into map (#9677)
2747a65
test: remove unused code (#9684)
aa04334
chore: update sponsors [ci skip] (#9680)
eafea31
chore: update sponsors [ci skip] (#9675)
19c0f80
chore: update backers [ci skip] (#9621)
ef2a380
fix(scheduler): getNow detection can randomly fail (#9667)
781c705
fix: should use fallback for scoped slots with single falsy v-if
There are 250 commits in total.
See the full diff
dependency
vue was updated from 2.6.9
to 2.6.10
.Your tests are passing again with this update. Explicitly upgrade to this version π
The new version differs by 531 commits.
e90cc60
build: release 2.6.10
e7b912a
build: build 2.6.10
f11449d
fix(core): only unset dom prop when not present
02d21c2
fix(core): cleanup timeouts for async components (#9649)
bf5ceb7
polish: improve template compiler version mismatch warning (#9738)
df4af4b
fix(types): allow using functions on the PropTypes (#9733)
22790b2
fix(scheduler): revert timeStamp check
ebc1893
fix(slots): fix slots not updating when passing down normal slots as $scopedSlots
3433ba5
fix(codegen): support named function expression in v-on (#9709)
982d5a4
fix(types): support string type for style in VNode data (#9728)
653c74e
fix(core): use window.performance for compatibility in JSDOM (#9700)
43115e0
build: release 2.6.9
5bffed0
build: build 2.6.9
f1bdd7f
fix(compiler): whitespace: 'condense' should honor pre tag as well (#9660)
4de4649
fix(transition): fix appear check for transition wrapper components (#9668)
There are 250 commits in total.
See the full diff
Version 2.4.3 of vue just got published.
This version is covered by your current version range and after updating it in your project the build failed.
vue is a direct dependency of this project this is very likely breaking your project right now. If other packages depend on you itβs very likely also breaking them. I recommend you give this issue a very high priority. Iβm sure you can resolve this :muscle:
Status Details
- β **Better Code Hub** β Better Code Hub approves this code [Details](https://bettercodehub.com/results/fabrikaodua/frontend-ui-modus-8/e3f79fe1e09b329d0bb9c05ee9283f18e4fd784c) - β **continuous-integration/travis-ci/push** The Travis CI build failed [Details](https://travis-ci.org/fabrikaodua/frontend-ui-modus-8/builds/274934532?utm_source=github_status&utm_medium=notification)Release Notes
v2.4.3Bug Fixes
inject
option in functional component options type (#6530) 1baa0a7Commits
The new version differs by 79 commits.
0a7ffb1
build: release 2.4.3
ef432c6
build: build 2.4.3
c8564ab
refactor: tweak dependArray change
fa6a729
fix: $off should ignore undefined handler argument
1c86b9e
chore: ignore code that cannot be reached in PhantomJS
1baa0a7
fix(types): add
inject
option in functional component options type (#6530)aa820cb
perf(core): prevent iteration of arrays that should not be observable (#6467)
3ee62fd
fix(inject): exclude not enumerable keys of inject object (#6346)
1f52a2a
fix(ssr): expose context.styles when no lifecycle styles are injected
09106f0
fix(ssr): handle v-text/v-html with non-string value
7116af4
fix: set value as domProp for
684cd7d
fix: preserve slot attribute if not resolved by Vue
844a540
fix: do not use MutationObserver in IE11
6f312d6
fix(v-model): fix input listener with modifier blocking v-model update
a977740
chore: update backers.md for tiered open collective sponsors
There are 79 commits in total.
See the full diff
Not sure how things should work exactly?
There is a collection of [frequently asked questions](https://greenkeeper.io/faq.html) and of course you may always [ask my humans](https://github.com/greenkeeperio/greenkeeper/issues/new).Your Greenkeeper Bot :palm_tree: