Jagannath Bhat
6ad99796c7
docs: fix spelling and grammatical errors ( #9619 )
6 years ago
Evan You
d123c7e4c6
build: release 2.6.8
6 years ago
Evan You
869a8197ef
build: build 2.6.8
6 years ago
ULIVZ
372d71cbfe
docs: clarify docs about using template compiler ( #9508 )
This commit is for https://github.com/vuejs/vue-loader/issues/1494
6 years ago
Jason
cbad54aa52
fix(compiler): set end location for incomplete elements ( #9598 )
6 years ago
Luxiaosong
1574ade607
test: Add a unit test for "$off event and this event added by $once" ( #9550 )
6 years ago
Evan You
38825ff675
test: add a test case for ssr max stack size limit
6 years ago
Evan You
571a4880fc
fix: further adjust max stack size
close #9562
6 years ago
Evan You
03c13de38e
refactor: remove unncessary condition
6 years ago
Markus Oberlehner
ed341137b2
fix: handle async component when parent is toggled before resolve ( #9572 )
fix #9571
6 years ago
Kael
241eea19a6
fix(types): allow scoped slots to return a single VNode ( #9563 )
6 years ago
Gcaufy
f33301619d
fix(types): update this for nextTick api ( #9541 )
6 years ago
Evan You
2277b2322c
fix: scoped slots dynamic check should include v-for on element itself
fix #9596
6 years ago
Haoqun Jiang
7912f75c5e
fix: avoid compression of unicode sequences by using regexps ( #9595 )
closes #9456
6 years ago
DSha
060c3b98ef
fix: fix modifier parsing for dynamic argument with deep path ( #9585 )
fix #9577
6 years ago
vue-bot
2ec5b640f5
chore: update sponsors [ci skip] ( #9588 )
6 years ago
Evan You
59d8579fbd
build: release 2.6.7
6 years ago
Evan You
875d6ac46c
build: build 2.6.7
6 years ago
Evan You
7a8de91cd7
fix(compiler): handle negative length in codeframe repeat
6 years ago
Evan You
173042bb8e
refactor: improve test case
6 years ago
DSha
2f3020e9cc
fix( #9511 ): avoid promise catch multiple times ( #9526 )
* fix(#9511 ): avoid promise catch multiple times
* fix(#9511 ): add a test case for util/error/invokeWithErrorHandling
* fix(#9511 ): update test case for util/error/invokeWithErrorHandling
6 years ago
Evan You
8a80a23ecb
fix: avoid errors thrown during dom props update
breaking the entire app
fix #9459
6 years ago
Evan You
cd3d202edb
refactor: simplify conditions
6 years ago
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