Commit Graph

232 Commits

Author SHA1 Message Date
Evan You
7f7040c156 restructure 2016-04-20 18:27:24 -04:00
Evan You
bc0df1042b use isDef 2016-04-20 18:19:32 -04:00
Evan You
4c6b843f73 fix child component nodes hook invocations 2016-04-20 18:18:41 -04:00
Evan You
23c253012f fix listeners 2016-04-20 17:32:01 -04:00
Evan You
f96b189504 wip 2016-04-20 17:23:03 -04:00
Evan You
1b9343f7e0 wip 2016-04-20 17:18:07 -04:00
Evan You
83210dfd5c should use production version in benchmarks 2016-04-20 15:53:14 -04:00
Evan You
3de33b338d fix ref 2016-04-20 15:06:45 -04:00
Evan You
b28888d22e use text/x-template for modal example 2016-04-20 14:35:42 -04:00
Evan You
2ae27c3012 fix firebase example leave transition 2016-04-20 14:33:19 -04:00
Evan You
10ac41a0af add modal example 2016-04-20 14:26:34 -04:00
Evan You
0a9fa69a01 vnode.data.child -> vnode.child 2016-04-20 13:27:17 -04:00
Evan You
a7737c821c child component sets parent vnode.elm 2016-04-20 13:17:47 -04:00
Evan You
d2fa013ba4 reduce indent 2016-04-20 00:18:29 -04:00
Evan You
49ab77cb97 fix enterActiveClass apply timing 2016-04-20 00:12:33 -04:00
Evan You
873c24cc64 js transition hooks 2016-04-19 23:53:48 -04:00
Evan You
f200e809c0 add leaveActiveClass 2016-04-19 23:18:47 -04:00
Evan You
2a7c44f7af ensure enter and leave transitions happen simultaneously 2016-04-19 23:06:04 -04:00
Evan You
7b97d97e2f dynamic component transition 2016-04-19 22:56:08 -04:00
Evan You
dd04e628b6 leave transition 2016-04-19 22:26:40 -04:00
Evan You
82bbbcfb83 improve build script 2016-04-19 20:13:47 -04:00
Evan You
ae881f514b use umd for cjs build size check 2016-04-19 19:45:15 -04:00
Evan You
9d5d4671e0 robust transition/animation detection 2016-04-19 19:31:39 -04:00
Evan You
ba9429fd76 make big table benchmark well formatted html 2016-04-19 19:31:06 -04:00
Evan You
bafc3c9269 transition wip 2016-04-19 17:40:37 -04:00
Evan You
52ac04d235 transition wip 2016-04-19 17:26:24 -04:00
Evan You
79e164084b fix proxy has return value 2016-04-19 17:04:10 -04:00
Evan You
3f9b3ec24b remove unneeded file 2016-04-19 15:10:13 -04:00
Evan You
8e32090a8a render should be a reserved tag too 2016-04-19 13:04:55 -04:00
Evan You
7926f6ae83 guard on 2016-04-19 13:04:43 -04:00
Evan You
95a9282b20 early return in vdom update modules 2016-04-19 11:07:57 -04:00
Evan You
dc183eda1f process transition in compiler 2016-04-19 11:03:21 -04:00
Evan You
d6ea2e5dc8 tweak 2016-04-19 04:25:19 -04:00
Evan You
4fe5d94f91 tweak 2016-04-19 04:22:09 -04:00
Evan You
9999e95161 more refactor 2016-04-19 04:20:56 -04:00
Evan You
5e7ebec193 improve proxy detection 2016-04-19 04:05:32 -04:00
Evan You
2082eb9290 refactor wip 2016-04-19 03:52:58 -04:00
Evan You
0879e994e5 drop stage-2 2016-04-19 03:52:52 -04:00
Evan You
60de62bd55 tweak 2016-04-19 00:45:20 -04:00
Evan You
42f1301223 naive async components 2016-04-19 00:31:40 -04:00
Evan You
5184f9b6ef ignore map 2016-04-18 22:43:31 -04:00
Evan You
bb2dc731a3 fix runtime build exports 2016-04-18 22:41:07 -04:00
Evan You
50e9f6b3c9 use custom babel preset 2016-04-18 22:36:19 -04:00
Evan You
e1fd82573b naming 2016-04-18 22:22:23 -04:00
Evan You
6816a6dc71 move svgNS to dom-updater 2016-04-18 22:19:13 -04:00
Evan You
4512406f77 restructure 2016-04-18 22:17:48 -04:00
Evan You
44f9ae68c0 decouple createElement from DOM 2016-04-18 20:24:17 -04:00
Evan You
3630bf1053 support <component :is="..."> 2016-04-18 18:44:33 -04:00
Evan You
a1ebdbbb7a detect non-existent property access with ES6 Proxy 2016-04-18 18:17:28 -04:00
Evan You
df5a347700 move proxy/unproxy into observer 2016-04-18 18:05:41 -04:00