Evan You
7ec4627902
fix: ensure generated scoped slot code is compatible with 2.5
fix #9545
6 years ago
Evan You
d9b27a92bd
fix: ensure scoped slots update in conditional branches
close #9534
6 years ago
vue-bot
b3bd311635
chore: update sponsors [ci skip] ( #9538 )
6 years ago
vue-bot
9d4c972cad
chore: update sponsors [ci skip] ( #9537 )
6 years ago
Evan You
8f004ea44e
fix: scoped slots should update when inside v-for
fix #9506
6 years ago
Evan You
bb0aab664c
ci: pin webpack version
6 years ago
Evan You
1d3316615b
chore: bump webpack (fix PR build cache)
6 years ago
katashin
ee29e41ef4
fix: avoid possible infinite loop by accessing observables in error handler ( #9489 )
6 years ago
Evan You
a702d1947b
build: release 2.6.6
6 years ago
Evan You
ac7a5bdaed
build: build 2.6.6
6 years ago
Evan You
29c348f3cf
fix: fix keyCode check for Chrome autofill fake key events
close #9441
6 years ago
Evan You
21fca2fffc
fix: ensure scoped slot containing passed down slot content updates properly
6 years ago
Evan You
11deaa932e
build: release 2.6.5
6 years ago
Evan You
1489b99f24
build: build 2.6.5
6 years ago
Evan You
e7d49cdcf2
fix: allow passing multiple arguments to scoped slot
fix #9468
Note: the usage is NOT recommended
6 years ago
Evan You
060686d6ea
fix: do not cache scoped slots when mixed with normal slots
6 years ago
Evan You
0bad7e2a35
fix: bail out of event blocking for iOS bug
close #9462
6 years ago
Evan You
c198950045
build: release 2.6.4
6 years ago
Evan You
dfb9fb177f
build: build 2.6.4
6 years ago
Evan You
b2a093fa03
chore: fix e2e test in phantomjs
6 years ago
Evan You
9011b83db7
fix: avoid breaking avoriaz edge case
6 years ago
Evan You
8a800867fe
fix: new syntax slots without scope should also be exposed on functional slots()
6 years ago
Evan You
099f3ba600
perf: skip scoped slots normalization when possible
6 years ago
Evan You
7a0dfd0bad
perf: cache result from functional ctx.slots() calls
6 years ago
Evan You
0e8560d0fc
fix: expose v-slot slots without scope on this.$slots
fix #9421 , fix #9458
6 years ago
Evan You
ca57920edb
fix: avoid logging same error twice when thrown by user in global handler
fix #9445
6 years ago
Evan You
57bc80a546
fix: empty scoped slot should return undefined
fix #9452
6 years ago
JakeConnors376W
4015debe95
chore: make documentation clearer ( #9450 )
6 years ago
Evan You
f9c83087cc
build: release 2.6.3
6 years ago
Evan You
6441eac4c6
build: build 2.6.3
6 years ago
Evan You
dae7e4182f
fix: skip microtask fix if event is fired from different document
fix #9448
6 years ago
Evan You
d5ade28652
revert: feat: expose all scoped slots on this.$slots
This reverts commit 0129b0eb12
.
6 years ago
Evan You
7bc88f30c3
fix: skip microtask fix in Firefix <= 53
fix #9446
6 years ago
Evan You
96a09aad99
fix(compiler): fix v-bind dynamic arguments on slot outlets
fix #9444
6 years ago
Evan You
4d4d22a3f6
fix: bail out scoped slot optimization when there are nested scopes
fix #9438
6 years ago
Evan You
b6247fc9d7
refactor: split resolve-scoped-slot into its own file
6 years ago
Evan You
24b4640c1f
fix: avoid exposing internal flags on $scopedSlots
ref #9443
6 years ago
Sebastian Krüger
54e6a121e9
fix(types): add Vue.version to types ( #9431 )
6 years ago
Evan You
b9de23b100
fix: async component should use render owner as force update context
Previously, an async component uses its lexical owner as the force
update context. This works when the async component is rendered in a
scoped slot because in the past parent components always force update
child components with any type of slots. After the optimization in
f219bed though, child components with only scoped slots are no longer
force-updated, and this cause async components inside scoped slots to
not trigger the proper update. Turns out they should have used the
actual render owner (the component that invokes the scoped slot) as the
force update context all along.
fix #9432
6 years ago
katashin
2ef67f868d
chore: fix typo in scheduler.js [ci skip] ( #9425 )
6 years ago
vue-bot
fdc5f0363b
[automated] Patreon sponsors update ( #9424 )
* chore: update sponsors [ci skip]
* Update BACKERS.md
* Update README.md
6 years ago
vue-bot
d06e3aff96
chore: update backers [ci skip] ( #9423 )
6 years ago
Evan You
ee9b684d0b
build: release 2.6.2
6 years ago
Evan You
2279509456
build: build 2.6.2
6 years ago
Evan You
44a4ca33b9
fix: restore slot-scope + v-if behavior
fix #9422
6 years ago
Evan You
0129b0eb12
feat: expose all scoped slots on this.$slots
close #9421
6 years ago
Evan You
b034abf48e
fix: always set transformed model value on attrs
6 years ago
Evan You
1a6f7a576c
build: release 2.6.1
6 years ago
Evan You
6fb3a2211a
build: build 2.6.1
6 years ago
Bogdan Luca
66fd3c8dd1
fix(v-model): add value to $attrs if not defined in props ( #9331 )
fix #9330
6 years ago