Commit Graph

239 Commits

Author SHA1 Message Date
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
Evan You
af56242c3d component vnode tag should be related to the constructor id 2016-04-18 17:13:49 -04:00
Evan You
20200de577 allow script tags 2016-04-18 17:13:24 -04:00
Evan You
8e248ef355 support v-pre 2016-04-18 16:44:48 -04:00
Evan You
5f06af5558 document parser AST 2016-04-18 15:50:01 -04:00
Evan You
887d037981 better template/render warning 2016-04-18 14:32:22 -04:00
Evan You
cbc6fe63a4 do not warn real custom elements 2016-04-18 14:26:16 -04:00
Evan You
c13bbcb327 fix directive merging 2016-04-18 13:41:26 -04:00
Evan You
122d1646c4 warn against incorrect propsData usage 2016-04-18 13:40:38 -04:00
Evan You
d5914fe9d7 big table title 2016-04-18 01:29:07 -04:00
Evan You
4fecfe2d8a improve svg dots benchmark 2016-04-18 01:26:58 -04:00
Evan You
bf39f1973c fix big table matching 2016-04-18 00:57:01 -04:00
Evan You
5174bb2bd8 better IE9 v-model support 2016-04-18 00:13:42 -04:00
Evan You
aef93b3152 tweak 2016-04-17 23:56:31 -04:00
Evan You
6e9d332737 handle v-model runtime composition event check & IE9 2016-04-17 23:46:43 -04:00
Evan You
5d799abd75 prefix sniffing for :style 2016-04-17 23:00:08 -04:00
Evan You
86bc00e0e5 handle style array syntax 2016-04-17 22:44:54 -04:00
Evan You
93498ab3d0 handle circular refs in deep watch 2016-04-17 22:37:10 -04:00
Evan You
6fc97fc6b9 handle xlink 2016-04-17 22:27:40 -04:00
Evan You
24ef7f489a use for in where Object.keys isn't necessary 2016-04-17 22:14:20 -04:00
Evan You
cbbe65f3ae handle attribute interpolation 2016-04-17 21:33:20 -04:00
Evan You
b58ec1f9db handle enumerated attrs 2016-04-17 20:14:54 -04:00
Evan You
e9dbf875d9 extract shared utils 2016-04-17 20:10:43 -04:00
Evan You
fb2105725d move things around a bit 2016-04-17 19:50:12 -04:00
Evan You
c11a706bbf v-text 2016-04-17 19:03:29 -04:00
Evan You
368b2ff03a object and range v-for 2016-04-17 19:00:42 -04:00
Evan You
50efdc5799 v-for iterator syntax 2016-04-17 18:14:20 -04:00
Evan You
0f3cbe6fa0 handle root props 2016-04-17 17:28:21 -04:00
Evan You
d6bef79575 convert default props 2016-04-17 17:05:08 -04:00
Evan You
7fc68b4fd6 remove filter from config asset list 2016-04-17 15:34:13 -04:00
Evan You
2aecd90214 remove el 2016-04-17 15:31:20 -04:00
Evan You
7b2dc500b7 unify v-ref/v-el, and handle v-ref on/inside v-for 2016-04-17 15:30:18 -04:00
Evan You
c2ad444982 adjust context detection, ensure proper context in manual render functions 2016-04-17 14:46:58 -04:00
Evan You
78e82bb8e4 tweak 2016-04-17 14:26:46 -04:00
Evan You
f42085cab1 copyright year 2016-04-17 02:32:40 -04:00
Evan You
0e5b7eeea7 remove log 2016-04-16 23:20:44 -04:00
Evan You
d3c64fa6a6 only diff data if props did not change 2016-04-16 23:20:39 -04:00
Evan You
a1e2dfc488 update build script 2016-04-16 22:51:30 -04:00
Evan You
d2ca5c5e8a make compiler warning customizable 2016-04-16 22:44:32 -04:00
Evan You
91455a6618 prop validation 2016-04-16 20:24:59 -04:00
Evan You
fe13e21d1f move on into directives 2016-04-16 18:56:21 -04:00
Evan You
3ca2c92920 restructure global api 2016-04-16 18:53:29 -04:00
Evan You
1deceda175 move lifecycle hooks into config 2016-04-16 18:41:46 -04:00
Evan You
ea18ba55a8 bench component order 2016-04-16 18:31:08 -04:00