GU Yiling
3433ba5bee
fix(codegen): support named function expression in v-on ( #9709 )
...
fix #9707
2019-03-18 16:19:41 +08:00
Vitor Luiz Cavalcanti
982d5a492f
fix(types): support string type for style in VNode data ( #9728 )
...
fix #9727
2019-03-18 15:47:43 +08:00
GU Yiling
653c74e64e
fix(core): use window.performance for compatibility in JSDOM ( #9700 )
...
fix #9698
2019-03-15 09:06:40 +08:00
Evan You
43115e09e9
build: release 2.6.9
2019-03-14 17:02:03 +08:00
Evan You
5bffed03f1
build: build 2.6.9
2019-03-14 17:02:00 +08:00
GU Yiling
f1bdd7ff9d
fix(compiler): whitespace: 'condense' should honor pre tag as well ( #9660 )
2019-03-14 15:47:51 +08:00
DSha
4de4649d96
fix(transition): fix appear check for transition wrapper components ( #9668 )
2019-03-14 15:45:42 +08:00
Pengfei Yang
d44cc20e96
chore: remove unused build alias ( #9525 )
2019-03-14 15:27:00 +08:00
Evan You
7186940143
fix: should not swallow user catch on rejected promise in methods
...
fix #9694
2019-03-14 15:25:01 +08:00
krystal
8082d2f910
fix(ssr): fix nested async functional componet rendering ( #9673 )
...
fix #9643
2019-03-13 17:20:28 +08:00
Evan You
7591b9dc6d
fix: event timeStamp check for Qt
...
fix #9681
2019-03-13 17:19:02 +08:00
Xin Du (Clark)
d28240009c
fix(ssr): not push non-async css files into map ( #9677 )
2019-03-13 17:16:44 +08:00
Decade
2747a65765
test: remove unused code ( #9684 )
2019-03-13 10:19:19 +08:00
vue-bot
aa04334781
chore: update sponsors [ci skip] ( #9680 )
2019-03-12 13:41:16 +08:00
vue-bot
eafea3134e
chore: update sponsors [ci skip] ( #9675 )
2019-03-12 07:08:55 +08:00
vue-bot
19c0f80d2c
chore: update backers [ci skip] ( #9621 )
2019-03-11 10:54:26 +08:00
Felix Bünemann
ef2a380c6e
fix(scheduler): getNow detection can randomly fail ( #9667 )
...
The previous detection code compared time stamps based on Date.now()
which are not monotonic, so the check could fail due to clock skew or
adjustments.
This fix changes the check to compare against performance.now() if it is
supported, because it is monotonic (strictly increasing).
2019-03-11 10:28:06 +08:00
Evan You
781c70514e
fix: should use fallback for scoped slots with single falsy v-if
...
fix #9658
2019-03-09 02:44:08 +08:00
Evan You
9313cf9174
fix: should consider presence of normal slots when caching normalized scoped slots
...
fix #9644
2019-03-09 02:03:47 +08:00
Felix Bünemann
da77d6a98b
fix(scheduler): fix getNow check in IE9 ( #9647 )
...
fix #9632
2019-03-09 01:04:28 +08:00
GU Yiling
0b57380f10
fix: v-bind object should be overridable by single bindings ( #9653 )
...
fix #9641
2019-03-09 01:00:47 +08:00
DSha
731e4d0ebc
types: use normalized type for RenderContext.scopedSlots
( #9624 )
...
fix #9616
2019-03-05 16:46:56 -05:00
vue-bot
0c4c78bfc0
chore: update sponsors [ci skip] ( #9622 )
2019-03-05 16:44:12 -05:00
Jagannath Bhat
6ad99796c7
docs: fix spelling and grammatical errors ( #9619 )
2019-03-04 11:53:59 -05:00
Evan You
d123c7e4c6
build: release 2.6.8
2019-03-01 10:03:38 -05:00
Evan You
869a8197ef
build: build 2.6.8
2019-03-01 10:03:33 -05:00
ULIVZ
372d71cbfe
docs: clarify docs about using template compiler ( #9508 )
...
This commit is for https://github.com/vuejs/vue-loader/issues/1494
2019-03-01 10:00:01 -05:00
Jason
cbad54aa52
fix(compiler): set end location for incomplete elements ( #9598 )
2019-03-01 09:56:13 -05:00
Luxiaosong
1574ade607
test: Add a unit test for "$off event and this event added by $once" ( #9550 )
2019-02-28 17:54:51 -05:00
Evan You
38825ff675
test: add a test case for ssr max stack size limit
2019-02-28 17:52:20 -05:00
Evan You
571a4880fc
fix: further adjust max stack size
...
close #9562
2019-02-28 17:46:28 -05:00
Evan You
03c13de38e
refactor: remove unncessary condition
2019-02-28 17:39:10 -05:00
Markus Oberlehner
ed341137b2
fix: handle async component when parent is toggled before resolve ( #9572 )
...
fix #9571
2019-02-28 17:37:44 -05:00
Kael
241eea19a6
fix(types): allow scoped slots to return a single VNode ( #9563 )
2019-02-28 17:03:28 -05:00
Gcaufy
f33301619d
fix(types): update this for nextTick api ( #9541 )
2019-02-28 16:54:07 -05:00
Evan You
2277b2322c
fix: scoped slots dynamic check should include v-for on element itself
...
fix #9596
2019-02-28 14:37:16 -05:00
Haoqun Jiang
7912f75c5e
fix: avoid compression of unicode sequences by using regexps ( #9595 )
...
closes #9456
2019-02-28 12:10:37 -05:00
DSha
060c3b98ef
fix: fix modifier parsing for dynamic argument with deep path ( #9585 )
...
fix #9577
2019-02-28 09:36:47 -05:00
vue-bot
2ec5b640f5
chore: update sponsors [ci skip] ( #9588 )
2019-02-27 09:30:03 -05:00
Evan You
59d8579fbd
build: release 2.6.7
2019-02-21 17:06:20 -05:00
Evan You
875d6ac46c
build: build 2.6.7
2019-02-21 17:06:16 -05:00
Evan You
7a8de91cd7
fix(compiler): handle negative length in codeframe repeat
2019-02-21 14:27:33 -05:00
Evan You
173042bb8e
refactor: improve test case
2019-02-21 14:14:35 -05:00
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
2019-02-21 14:01:53 -05:00
Evan You
8a80a23ecb
fix: avoid errors thrown during dom props update
...
breaking the entire app
fix #9459
2019-02-21 14:00:28 -05:00
Evan You
cd3d202edb
refactor: simplify conditions
2019-02-21 13:31:58 -05:00
Evan You
7ec4627902
fix: ensure generated scoped slot code is compatible with 2.5
...
fix #9545
2019-02-21 08:52:15 -05:00
Evan You
d9b27a92bd
fix: ensure scoped slots update in conditional branches
...
close #9534
2019-02-20 21:48:33 -05:00
vue-bot
b3bd311635
chore: update sponsors [ci skip] ( #9538 )
2019-02-20 11:37:17 -05:00
vue-bot
9d4c972cad
chore: update sponsors [ci skip] ( #9537 )
2019-02-20 11:19:15 -05:00