Commit Graph

295 Commits

Author SHA1 Message Date
Evan You
9ce3693021 setup unit test 2016-04-23 20:00:38 -04:00
Evan You
6dd3d5b4c4 add a step to commits e2e test 2016-04-23 17:06:43 -04:00
Evan You
e7f021fc9b add build aliases for easier importing 2016-04-23 16:57:44 -04:00
Evan You
cf8253cdd9 fix platform compiler directives 2016-04-23 16:15:53 -04:00
Evan You
955e2f8391 restructure (build pass) 2016-04-23 16:12:19 -04:00
Evan You
ec5bcefca7 tweak namespace changes 2016-04-23 13:37:47 -04:00
Evan You
6a8f36d0a4 simplify component 2016-04-23 13:29:47 -04:00
Jinjiang
6e251e0721 Change svg parameter to namespace (#3)
* change svg parameter into namespace

* fixed svg to namespace bug

* change svg detecting into namespace detecting in parser

* fixed eslint error
2016-04-23 13:29:31 -04:00
Evan You
065dc31e8a more tweak to render function caching 2016-04-23 01:26:36 -04:00
Evan You
10da27ed74 fix runtime mount render function caching 2016-04-23 01:01:26 -04:00
Evan You
d046467734 remove casperjs dep 2016-04-23 00:31:11 -04:00
Evan You
76b821de0d fix runtime-only mount 2016-04-23 00:13:22 -04:00
Evan You
6a000c3b5a support array for checkbox v-model & :value bindings for non-strings 2016-04-22 23:39:53 -04:00
Evan You
ad00f3d42a support .trim modifier on v-model 2016-04-22 15:54:02 -04:00
Evan You
7abe8ff99c support v-once 2016-04-22 15:36:19 -04:00
Evan You
e89d2cba53 fix template slot 2016-04-22 15:27:02 -04:00
Evan You
caf2828c62 make reorder benchmark valid html 2016-04-22 14:58:44 -04:00
Evan You
959a95999a cache decodeHTML 2016-04-22 14:34:00 -04:00
Evan You
16e54740f5 move staticTree init into runtime $mount 2016-04-22 14:18:47 -04:00
Evan You
8c64a0eeec fix static detection for built-ins 2016-04-22 14:06:10 -04:00
Evan You
b882844f6e optimize static trees 2016-04-22 13:21:17 -04:00
Evan You
54eca49e84 tweak 2016-04-21 23:15:47 -04:00
Evan You
a5ea9020d1 add optimizer 2016-04-21 23:00:10 -04:00
Evan You
b225de7fec support dynamic slot target 2016-04-21 22:41:03 -04:00
Evan You
d0c99b1cdb make modal test more stable in chrome (all e2e tests pass) 2016-04-21 19:29:35 -04:00
Evan You
a9fbc0b738 remove old e2e tests 2016-04-21 19:24:23 -04:00
Evan You
5807adcf1f e2e test for todomvc 2016-04-21 19:23:13 -04:00
Evan You
c942793b8c e2e tests for tree 2016-04-21 18:19:09 -04:00
Evan You
6170a55d15 e2e test for svg 2016-04-21 18:02:08 -04:00
Evan You
b38b4b2907 fix watch in firefox again + e2e test for select2 2016-04-21 17:54:34 -04:00
Evan You
f9c3d70526 modal e2e test 2016-04-21 17:33:51 -04:00
Evan You
f8be60ce69 fix transition on appear 2016-04-21 17:30:04 -04:00
Evan You
c403f5635b grid e2e test 2016-04-21 17:22:58 -04:00
Evan You
7b180cd01b commits e2e test 2016-04-21 17:10:54 -04:00
Evan You
0220fc310e allow runner to run sub tests 2016-04-21 17:03:43 -04:00
Evan You
04b8a7533c markdown test pass 2016-04-21 16:47:31 -04:00
Evan You
4d018cbe9f start switching to nightwatch 2016-04-21 16:20:29 -04:00
Evan You
64b3b318a0 fix html attribute escape in Safari 2016-04-21 15:31:15 -04:00
Evan You
316ba12887 fix watch option in firefox 2016-04-21 15:25:34 -04:00
Evan You
f25ef3f223 simplify root mount 2016-04-21 14:54:43 -04:00
Evan You
f144d7dd29 do not update static attrs 2016-04-21 14:20:12 -04:00
Evan You
45b4b3164a fix reorder benchmark 2016-04-21 12:40:42 -04:00
Evan You
9a347e02b4 allow data to be undefined 2016-04-21 12:37:12 -04:00
Evan You
9c3d714652 small tweak 2016-04-21 11:58:07 -04:00
Evan You
8cf53ad53b rename 2016-04-21 06:31:03 -04:00
Evan You
6c8182ee4d deprecate $remove 2016-04-21 06:29:02 -04:00
Evan You
45d94606ef fix component root node class update 2016-04-21 06:15:37 -04:00
Evan You
20f798fa32 support arrays in Vue.set() 2016-04-21 05:45:14 -04:00
Evan You
e9425525ee fix v-show without transition 2016-04-21 04:51:08 -04:00
Evan You
484978499f small optimization 2016-04-21 04:48:25 -04:00