Commit Graph

625 Commits

Author SHA1 Message Date
Evan You
b6fb485243 rename compiler module export names 2016-06-07 18:33:34 -04:00
Evan You
026198caf1 remove unnecessary code 2016-06-06 14:45:03 -04:00
Evan You
b02b1e5ba4 better template compilation error warnings 2016-06-06 14:15:21 -04:00
Evan You
2091c8525f coverage 2016-06-06 01:24:10 -04:00
Evan You
e433032f8f test for keep-alive teardown 2016-06-06 01:20:27 -04:00
Evan You
8129e0c315 tests for keep-alive 2016-06-06 00:47:29 -04:00
Evan You
15d650054c tests for transition-mode 2016-06-06 00:04:14 -04:00
Evan You
8df4ac081f make sure keep-alive and transition-mode works together 2016-06-05 22:14:59 -04:00
Evan You
cb67ffe442 ensure abstract HOCs do not alter parent chain 2016-06-05 16:14:51 -04:00
Evan You
7a06a9df3b prepare keep-alive and transition-mode tests 2016-06-05 15:26:45 -04:00
Evan You
90ee637fd4 keep-alive should be in core 2016-06-04 19:01:26 -04:00
Evan You
942ba3a8f0 cherry-pick #3027 iOS 9.3 MutationObserver fix 2016-06-04 18:43:21 -04:00
Evan You
a5a9dc9b69 support keep-alive 2016-06-04 10:53:05 -04:00
kazuya kawaguchi
8d22ee912e add ssr custom directive test (#3030) 2016-06-04 10:52:47 -04:00
Eduardo San Martin Morote
170acc4f69 Fix typo in util/debug (#3032) 2016-06-04 10:21:00 -04:00
Evan You
f86a47d02e fix transition-mode on keyed normal elements 2016-06-03 19:46:35 -04:00
Evan You
7a3261115f transition-mode 2016-06-03 19:32:45 -04:00
Evan You
8015100d77 improve inline transition test (test merging with exsiting definition) 2016-06-03 15:19:06 -04:00
Evan You
9adbe9c399 also test mounted for child component 2016-06-03 15:19:00 -04:00
Evan You
0733278774 merge inline transition defs with resolved def 2016-06-03 15:18:53 -04:00
Evan You
93501f2002 transition refactoring 2016-06-02 22:29:54 -04:00
Evan You
4cff0a7d76 use separate className for appear transitions 2016-06-02 18:18:45 -04:00
Evan You
4bcdce895c record original tag name on vnode for components using is attribute 2016-06-02 18:18:32 -04:00
Evan You
113232f960 add component info in render warning 2016-06-02 16:18:01 -04:00
Evan You
d3547f323c more proper fix for same-key different-tag children handling 2016-06-02 15:21:22 -04:00
Evan You
d237aabc26 do not add css classes if a transition has css:false 2016-06-02 14:53:38 -04:00
Evan You
fef28c1eb1 only mount child component to existing element if hydrating 2016-06-02 14:27:54 -04:00
Evan You
b35f4a90d6 always process key 2016-06-02 13:54:40 -04:00
Evan You
48a0d29e35 rename track-by -> key 2016-06-02 13:43:53 -04:00
ZhangJan
c4c3ebdd96 Added the missing break (#3021)
Break in loop when condition is fulfilled.
2016-06-02 12:56:16 -04:00
Evan You
03e0dab1f4 add prop mutation warning 2016-06-01 21:50:00 -04:00
Evan You
313442d38a test create component hook merging 2016-06-01 20:02:39 -04:00
Evan You
060fab9ec1 make ref a runtime module 2016-06-01 19:52:42 -04:00
Evan You
8f274a3324 complete coverage 2016-06-01 19:03:31 -04:00
Evan You
4290cdb6f1 fix hydration warning test in phantomjs 2016-06-01 18:52:33 -04:00
Evan You
d40ab0ca87 fix component client-side hydration 2016-06-01 18:20:13 -04:00
Evan You
2ce08d63cc test transition on child components 2016-06-01 17:15:25 -04:00
Evan You
bb5c102c35 fix errorHandler tests 2016-06-01 17:14:02 -04:00
Evan You
068f6270d5 test for errorHandler config 2016-06-01 17:10:24 -04:00
Evan You
eca4ad8203 more tests/fixes 2016-06-01 16:56:27 -04:00
Evan You
76b4b8d281 log error stack instead of throwing in watcher 2016-06-01 15:56:53 -04:00
Evan You
fd6a31febf update duplicate key warning message 2016-06-01 15:24:46 -04:00
Evan You
f8cfc81826 remove unnecessary v-pre related code 2016-06-01 15:03:09 -04:00
Evan You
bd12a68b02 add v-ref + v-for test case 2016-06-01 15:02:55 -04:00
Evan You
3e596bb97b handle event removal 2016-06-01 14:49:51 -04:00
Evan You
1fc251cfa4 rename errorHandler config 2016-06-01 11:19:16 -04:00
Evan You
366188fbde coverage improvements 2016-06-01 11:17:37 -04:00
Evan You
ff9c6b09bb fix svg parsing in IE 2016-05-31 22:41:56 -04:00
Evan You
2e678b87a5 remove classList polyfill in tests 2016-05-31 21:42:33 -04:00
Evan You
b42f4b4c7f improve transition tests 2016-05-31 20:55:13 -04:00