Commit Graph

605 Commits

Author SHA1 Message Date
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
Evan You
79bfb1809a more transition tests 2016-05-31 20:36:06 -04:00
Evan You
74538b4529 basic transition tests 2016-05-31 19:09:57 -04:00
Evan You
9c2ca07cc6 more coverage improvements 2016-05-31 15:26:55 -04:00
Evan You
6a48b35473 props tests 2016-05-31 15:15:01 -04:00
Evan You
3db3ca5623 fix ssr tests 2016-05-31 13:55:42 -04:00
Evan You
4179ba0b1c small coverage tweaks 2016-05-31 13:46:08 -04:00
Evan You
a326c91056 improve proxy property warning 2016-05-31 13:33:20 -04:00
Evan You
47f24430cb also warn set/delete on instance root $data 2016-05-31 13:31:29 -04:00
Evan You
818faa7d58 options watch tests 2016-05-31 11:21:41 -04:00
Evan You
26bc0002d7 options computed test 2016-05-30 18:37:22 -04:00
Evan You
b83b59796c no need for unbind in model runtime 2016-05-29 16:41:01 -04:00
Evan You
563cdba11e improve coverage 2016-05-29 15:02:03 -04:00
Evan You
7913a96ccb fix test in phantomjs 2016-05-29 14:39:48 -04:00
Evan You
2a09188e01 options propsData tests 2016-05-29 14:28:03 -04:00
Evan You
ed10dcf293 add asset resolution warning tests 2016-05-29 14:01:43 -04:00
Evan You
2f79bd26a4 options data tests 2016-05-29 13:55:30 -04:00
Evan You
0abbdd98c6 more filter tests 2016-05-29 13:35:47 -04:00
Evan You
f23498242f test for misc instance properties 2016-05-29 13:21:09 -04:00
Evan You
5b18542eea option extends tests 2016-05-29 13:02:45 -04:00
Evan You
43da334ec1 test programmatic $slot access 2016-05-28 21:39:59 -04:00