Commit Graph

3470 Commits

Author SHA1 Message Date
Evan You
f5fcfb63f2 fix child component destroy 2016-04-14 06:40:37 -04:00
Evan You
058c555dac tweak 2016-04-14 05:35:17 -04:00
Evan You
5c3edf850b fix child update check 2016-04-14 05:34:16 -04:00
Evan You
5ce49792e2 first component rendered! 2016-04-14 05:26:52 -04:00
Evan You
f2c8880041 component wip 2016-04-14 05:21:48 -04:00
Evan You
102b6f12ce compiler should output code (move function generation into mount) 2016-04-14 01:16:50 -04:00
Evan You
753436c162 code cleanup 2016-04-14 01:12:25 -04:00
Evan You
134b9f8dae add entities dependency 2016-04-14 00:54:00 -04:00
Evan You
55faec9fe5 fix runtime directive unbind 2016-04-13 21:04:38 -04:00
Evan You
3e39d7647d allow registering custom compile-time directives 2016-04-13 20:54:27 -04:00
Evan You
beb519cb4f add unbind hook for runtime directives 2016-04-13 20:52:47 -04:00
Evan You
0b5e962943 fully support todomvc 2016-04-13 20:50:34 -04:00
Evan You
93978f8469 fix multiple events 2016-04-13 20:37:13 -04:00
Evan You
8cf836f2ec directives wip 2016-04-13 20:31:05 -04:00
Evan You
a9d74c1416 runtime directive codegen 2016-04-13 18:47:55 -04:00
Evan You
3dea52f762 restructure 2016-04-13 18:33:49 -04:00
Evan You
bdf9f8c33a tweak 2016-04-13 18:16:50 -04:00
Evan You
9389b1b7ed fix model 2016-04-13 18:12:40 -04:00
Evan You
5228ccb5fd wip 2016-04-13 17:55:22 -04:00
Evan You
5c31f65684 move template specific logic into template-parser 2016-04-13 16:38:40 -04:00
Evan You
1af8c6fc11 separate template-parser and html-parser 2016-04-13 14:55:32 -04:00
Evan You
adb81363dd update build for compiler 2016-04-13 06:45:34 -04:00
Evan You
03804cefa7 support watch option 2016-04-13 06:24:51 -04:00
Evan You
23c1c61053 support embedded render 2016-04-13 06:11:07 -04:00
Evan You
9eab970f3a cleanup 2016-04-13 04:34:37 -04:00
Evan You
914da492bf support svg 2016-04-13 03:46:45 -04:00
Evan You
c147e355f0 restructure 2016-04-13 03:18:39 -04:00
Evan You
0694a9bfb6 lifecycle hooks 2016-04-12 23:23:32 -04:00
Evan You
d04dbab15e handle template edge cases 2016-04-12 23:06:42 -04:00
Evan You
448f3a6a78 warn against multiple root elements 2016-04-12 22:59:09 -04:00
Evan You
0e1ac07919 support template option 2016-04-12 22:51:49 -04:00
Evan You
314f25eaf3 progress 2016-04-12 22:22:37 -04:00
Evan You
7b8546378c watch & events 2016-04-12 22:08:19 -04:00
Evan You
6bb90961fd expose compile 2016-04-12 21:44:24 -04:00
Evan You
b5800b274c restructure instance 2016-04-12 21:41:12 -04:00
Evan You
91a04ad038 refactor state 2016-04-12 21:21:50 -04:00
Evan You
df97df1c05 v-model modifiers 2016-04-12 20:44:54 -04:00
Evan You
4ea6ae3177 use object format modifiers 2016-04-12 20:38:03 -04:00
Evan You
9af0745779 avoid html decoding empty strings 2016-04-12 20:30:47 -04:00
Evan You
fa46e8f88e fix caching with preserveWhiteSpace 2016-04-12 20:15:56 -04:00
Evan You
0ab0600599 restructure 2016-04-12 19:42:15 -04:00
Evan You
c9c4291586 remove some useless code 2016-04-12 19:05:02 -04:00
Evan You
f1bdaa8bf4 properly initialize state 2016-04-12 19:02:30 -04:00
Evan You
5d585676c6 fix class initial application 2016-04-12 19:02:21 -04:00
Evan You
68c99b26f2 lint it 2016-04-12 18:30:40 -04:00
Evan You
fe3761aad6 remove log 2016-04-12 18:11:03 -04:00
Evan You
d048b44ae2 refactor so that compiler is decoupled from the rest of the codebase 2016-04-12 18:10:41 -04:00
Evan You
e918476447 decode html entities in text nodes 2016-04-12 18:03:45 -04:00
Evan You
7f7132ee0b support key modifiers 2016-04-12 17:32:44 -04:00
Evan You
c8c96a4248 event modifiers 2016-04-12 17:00:29 -04:00