Commit Graph

3555 Commits

Author SHA1 Message Date
Evan You
11a4addc1b ready hook 2016-04-15 18:37:58 -04:00
Evan You
ab6776161b add updated select2 example 2016-04-15 18:30:09 -04:00
Evan You
2fa6e6f73f support slot default content 2016-04-15 18:01:10 -04:00
Evan You
0e940ac5af fix update props 2016-04-15 17:45:14 -04:00
Evan You
fdfcb93199 cache camelize and hyphenate 2016-04-15 17:13:11 -04:00
Evan You
57bb93ef02 should only call updated after mount 2016-04-15 17:04:41 -04:00
Evan You
c12ddd9ab9 update props checking 2016-04-15 17:00:11 -04:00
Evan You
eea62a23b2 add examples 2016-04-15 16:20:35 -04:00
Evan You
7721f92523 support v-html 2016-04-15 16:19:30 -04:00
Evan You
40f5f3d8b4 move webpack config into build 2016-04-15 15:36:02 -04:00
Evan You
054c2c3de2 fix attr merging 2016-04-15 15:35:47 -04:00
Evan You
b6a1db88b8 desc 2016-04-15 15:21:58 -04:00
Evan You
0bfa3aa3c6 name 2016-04-15 15:21:25 -04:00
Evan You
b995ed3c9b support v-else 2016-04-15 14:45:22 -04:00
Evan You
5590378d7f simplify array change detection 2016-04-15 14:09:44 -04:00
Evan You
1a35cf4a21 support template slot 2016-04-14 22:55:29 -04:00
Evan You
e9ae8187c2 fix children flattening 2016-04-14 22:27:37 -04:00
Evan You
57f4b73005 fix watch option string 2016-04-14 22:18:23 -04:00
Evan You
dca992ab95 fix lint 2016-04-14 21:47:44 -04:00
Evan You
4e86d3aba9 fix child component keys 2016-04-14 21:44:45 -04:00
Evan You
be9e16e20f handle component listeners 2016-04-14 19:52:32 -04:00
Evan You
1cbaeb7d67 fix child patching 2016-04-14 18:27:07 -04:00
Evan You
56073ca853 make prop bindings immutable 2016-04-14 17:22:06 -04:00
Evan You
7c3fa3c2bb trim ending whitespace 2016-04-14 14:34:28 -04:00
Evan You
48f328bcaf avoid conversion when setting props 2016-04-14 10:10:24 -04:00
Evan You
5c1063a5e4 make props reactive 2016-04-14 09:59:55 -04:00
Evan You
1476c4a58d svg 2016-04-14 09:52:15 -04:00
Evan You
5970dbd2f5 fix dynamic props 2016-04-14 09:04:17 -04:00
Evan You
e223b87bd3 only preserve whitespace if it is not right after starting tag 2016-04-14 08:59:29 -04:00
Evan You
8218eae1f9 props 2016-04-14 08:50:53 -04:00
Evan You
7b539b8f8a remove thunk 2016-04-14 08:13:10 -04:00
Evan You
d6c5abbf35 slots 2016-04-14 08:10:47 -04:00
Evan You
9a101588cb warn unkown element 2016-04-14 07:35:58 -04:00
Evan You
84ce91df72 component resolution 2016-04-14 07:21:09 -04:00
Evan You
8bc6915ce1 parent/children 2016-04-14 07:02:18 -04:00
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