57 Commits (dffeb1d1c253c6b110c2e32c7e129aad19504e6a)

Author SHA1 Message Date
Evan You b3710e07e9 fix eslint in tests 9 years ago
Evan You 5b668a9222 warn non-Array value for <select multiple> (close #3191) 9 years ago
Evan You 6cf19291be adjust v-model on component sync mechanism (fix #3179) 9 years ago
Evan You cf8aeddc12 fix v-once with v-for and remove unused _t method (fix #3155) 9 years ago
Evan You 3fe127b05a fix v-model number conversion (fix #3140) 9 years ago
Evan You 4fe51a75a9 prohibit replacing Vue.config + support custom keyCodes 9 years ago
Evan You 63da54ddee fix v-on number keyCode support 9 years ago
kazuya kawaguchi cf1a697710 fix v-model warning on component (#3102) 9 years ago
Evan You c949c74986 change ref to a built-in attribute 9 years ago
Evan You 41e46476a5 pass createElement into render functions 9 years ago
Evan You cec833a9e8 implement new v-for iterator syntax (ref: #3073) 9 years ago
Evan You 34bcc02b77 remove preserveWhitespace config option 9 years ago
Evan You 48a0d29e35 rename track-by -> key 9 years ago
Evan You 060fab9ec1 make ref a runtime module 9 years ago
Evan You bd12a68b02 add v-ref + v-for test case 9 years ago
Evan You 3e596bb97b handle event removal 9 years ago
Evan You 87820e9fbd remove select append selectedIndex test case 9 years ago
Evan You 2a64b8a356 tests for v-model select 9 years ago
Evan You 22d7acba03 always set props even if value is the same 9 years ago
Evan You c2ef6d8df9 v-model checkbox tests 9 years ago
Evan You 1914dfe4dd v-model radio tests 9 years ago
Evan You b370eacfce fix unit tests in IE9 9 years ago
Evan You dc76830b7b fix test error in phantomjs 9 years ago
Evan You 056cb7f295 test for v-model text 9 years ago
Evan You 34b37a62ec test for v-cloak 9 years ago
Evan You cb915d0120 fix linting issues 9 years ago
Evan You 5594a7cd3d tests for v-bind object 9 years ago
Evan You 54e648e49f include patch process in watcher getter to ensure correct dep collection for deep updates 9 years ago
Evan You df73cbf0a8 remove v-bind:style important test case due to phantomjs inconsistency 9 years ago
Brendan Bowidas 93bfc9baa7 Unit tests for v-bind:style (#2932) 9 years ago
Blake Newman 79b29f7ba4 added ref directive tests (#2892) 9 years ago
Evan You f8ece6144a improve waitForUpdate() syntax 9 years ago
Blake Newman 8e35604dab added pre directive tests (#2891) 9 years ago
Evan You da4124c4ca unit tests for v-bind:class 9 years ago
Evan You 45d96c7dbc annotation for vdom (wip) 9 years ago
Evan You d6ced71719 prohibit Vue.set/delete on Vue instances 9 years ago
Evan You 07cf6444c6 return this in $mount, make unit tests more consistent 9 years ago
Evan You 2021b1f36f layout unit test files 9 years ago
Evan You 6593be9f75 update unit tests convention + basic component tests 9 years ago
Evan You 5fb1a549d2 make attr behavior more consistent + fix tests 9 years ago
Takuya Tejima ae78813606 [Vue 2.0] Fix BooleanAttr & EnumeratedAttr serialization (#2810) 9 years ago
Evan You 68372ea26b update track-by usage 9 years ago
Evan You f0f2b76183 fix eslint 9 years ago
Evan You 2f0222b41c layout test files 9 years ago
Evan You 72b74a23e4 improve v-for unit tests 9 years ago
Evan You cab88c50bb fix child component v-on spec 9 years ago
Evan You 680bd042c9 fix v-on test capture 9 years ago
Jinjiang 25efaf2163 [next] v-on test (#2741) 9 years ago
Blake Newman 681dc603e4 added v-once directive unit tests (#2740) 9 years ago
Evan You 3dc6088d53 use more reliable display check for v-show tests (fix it in PhantomJS) 9 years ago