Commit Graph

231 Commits

Author SHA1 Message Date
Evan You 14bcc27444 fix #498 nested instance not passing $event 2014-10-17 11:54:25 -04:00
Evan You 99b9442281 fix v-pre 2014-10-16 10:48:49 -04:00
Evan You 9649990757 make `this` context the vm instance in data and el option functions 2014-10-15 21:22:52 -04:00
Evan You 5888e21f15 fix #489 v-if $data inheritance 2014-10-15 15:11:53 -04:00
Evan You 9823a192cf mock data for commits example e2e test 2014-10-15 11:50:01 -04:00
Evan You aec1ecfb02 fix #490 multiple select value matching should use soft equal 2014-10-15 09:52:58 -04:00
Evan You ae4584bc12 fix #487 v-ref assigned wrong owner 2014-10-14 13:04:05 -04:00
Evan You 1772443bb3 fix #481 v-repeat object with filters 2014-10-11 23:48:46 -04:00
Evan You 7d41530db6 support proper className for $addChild() 2014-10-11 14:55:18 -04:00
Evan You 1e8b525f0b move try catch to watcher.get/set so that other errors can be thrown 2014-10-09 15:27:00 -04:00
Evan You e63eaac722 fix #474 $destroy removing self from parent, splice() missing argument 2014-10-08 17:53:18 -04:00
Evan You 3cbe4f8b77 fix compile unit test 2014-10-08 17:52:28 -04:00
Evan You afe786e0aa fix text parser tokens to expression grouping 2014-10-07 22:36:56 -04:00
Evan You 890e237f33 fix #471 merging default data with already observed instance data 2014-10-07 12:44:49 -04:00
Evan You a5966e8f85 fix #468 dynamic literals with falsy initial value 2014-10-06 23:43:07 -04:00
Evan You f15dc321fb no longer alter Object __proto__ 2014-10-05 15:20:08 -04:00
Evan You 3fc48db01e jshint pass 2014-10-04 17:00:30 -04:00
Evan You 76c4d47569 fix #458 dynamic component using meta properties 2014-10-02 21:46:40 -04:00
Evan You d4578dad49 refactor CSS transition handling 2014-10-02 16:26:08 -04:00
Evan You 37077eea5c improve css transition logic 2014-10-02 00:45:30 -04:00
Evan You 8a2a7f372e fix content transclusion with replace:true + block instance 2014-10-01 17:50:52 -04:00
Evan You ca30122bd1 allow $mount() to auto-create a div when called with no arguments 2014-09-30 19:40:11 -04:00
Evan You b6e1ba4916 fix #450 custom element component unnecessary warning 2014-09-30 09:26:27 -04:00
Evan You d831a43bb3 fix #448 v-attr should remove attribute when value === false 2014-09-29 11:26:42 -04:00
Evan You fbd874fb43 fix #447 computed properties bound to wrong context 2014-09-28 19:03:09 -04:00
Evan You 3406fc0b73 fix v-repeat building duplicate primitive values 2014-09-28 15:02:29 -04:00
Evan You 39988d1ed6 fix constructor name test for IE 2014-09-26 21:17:03 -04:00
Evan You 2a151f0646 change `id` option to `name` for constructor name. 2014-09-26 13:23:16 -04:00
Evan You bcb8944dcc make tests pass on Chrome 37.0 Android 2014-09-26 13:11:06 -04:00
Evan You efb335d5d3 test for _.camelize 2014-09-26 12:56:30 -04:00
Evan You d7e40b581c improve component constructor console output 2014-09-26 12:51:26 -04:00
Evan You 863c14559a jshint pass 2014-09-25 23:11:16 -04:00
Evan You 8679163b30 add e2d tests for markdown example 2014-09-25 23:09:56 -04:00
Evan You a5152308fd add e2e tests for svg example 2014-09-25 17:23:01 -04:00
Evan You 1b70d4f8ab add e2e tests for slider example 2014-09-25 16:29:08 -04:00
Evan You 4575203429 add e2e test for tree example 2014-09-25 16:18:16 -04:00
Evan You 7df70e7963 e2e tests for grid example 2014-09-25 13:27:05 -04:00
Evan You b6924c7025 e2e test for commits example 2014-09-25 12:24:48 -04:00
Evan You 5de9f14587 fix v-model for IE edge cases 2014-09-24 12:30:12 -04:00
Evan You c738015420 fix Path.set: only add when key not found in prototype chain 2014-09-23 21:33:42 -04:00
Evan You 2c13ecb251 fix asset merge overwriting order 2014-09-23 07:46:53 -04:00
Evan You efab5ec136 add todomvc example + e2e tests 2014-09-22 21:53:14 -04:00
Evan You 641d3a93ec fix text parser ignoring last char 2014-09-22 17:22:43 -04:00
Evan You 5293a746ed tests for v-model text 2014-09-20 00:00:46 -04:00
Evan You 38a6e1f1a8 tests for v-model select 2014-09-19 18:46:34 -04:00
Evan You d2283e0a20 tests for v-model checkbox and radio 2014-09-19 17:16:23 -04:00
Evan You 506cf13445 allow v-repeat to work with numbers and strings 2014-09-19 15:09:16 -04:00
Evan You 0e81f7344e fix directive parser to deal with arguments containing non-identifier chars 2014-09-19 09:30:42 -04:00
Evan You a692b41499 100% coverage for v-repeat! 2014-09-18 18:12:29 -04:00
Evan You 8119b7b868 wip: almost done with v-repeat tests 2014-09-18 16:07:42 -04:00
Evan You 2e6dcf06bc simplify block instance logic, more tests for v-repeat 2014-09-18 15:29:08 -04:00
Evan You e91e5ce8a5 deep watch 2014-09-18 11:29:01 -04:00
Evan You 988026540d fix v-repeat with v-component replace:true 2014-09-17 18:30:33 -04:00
Evan You bac4a3246a wip tests for v-repeat 2014-09-17 17:53:29 -04:00
Evan You a0ac8f1833 tests for v-component 2014-09-17 15:05:26 -04:00
Evan You 161ae0f8ea tests for v-with 2014-09-17 13:11:25 -04:00
Evan You 9c1e7ae96b tests for v-if 2014-09-17 12:35:13 -04:00
Evan You 69d33e4591 test for iframe v-on 2014-09-17 11:47:31 -04:00
Evan You 5a68ab8412 remove vm reference from $data observer in $destroy 2014-09-17 09:11:49 -04:00
Evan You 85b64d0bac wip tests for v-on 2014-09-17 01:52:48 -04:00
Evan You 4b51444c51 tests for v-ref and v-el 2014-09-17 01:32:05 -04:00
Evan You 534b871648 tests for v-style 2014-09-17 01:11:21 -04:00
Evan You d2cba9a25c tests for v-partial 2014-09-17 00:48:37 -04:00
Evan You b152a061a3 tests for v-html 2014-09-17 00:05:41 -04:00
Evan You 0c1e4fce2f fix observer binding ownship model 2014-09-15 22:49:34 -04:00
Evan You 9562b7a388 fix expression fns with filters 2014-09-14 22:38:40 -04:00
Evan You 5cfe770cf3 fix v-repeat objToArray filter 2014-09-14 21:28:32 -04:00
Evan You b6771a9ed3 tests for simple directives 2014-09-13 21:58:50 -04:00
Evan You dca275dfa3 test for v-class 2014-09-13 19:09:26 -04:00
Evan You abb6dec269 test for v-attr 2014-09-13 18:51:18 -04:00
Evan You 951ff6a15b add config.proto option 2014-09-13 17:25:39 -04:00
Evan You a3110500de fix coverage for instance/init 2014-09-12 18:19:30 -04:00
Evan You 12f5e34cbb test for compile - 100% 2014-09-12 18:17:39 -04:00
Evan You 8dda2a3f3e more wip tests for compile 2014-09-12 16:31:38 -04:00
Evan You 4fb60069f0 wip tests for compile 2014-09-11 17:10:30 -04:00
Evan You d36ea57f13 v-el 2014-09-11 11:35:07 -04:00
Evan You f38d395b8f tests for transclusion 2014-09-10 23:36:15 -04:00
Evan You 2440562249 move el selector resolution into $mount 2014-09-10 22:58:18 -04:00
Evan You 6bdeb6ddea allow multiple tags in attribute bindings 2014-09-10 15:35:44 -04:00
Evan You 04702cd5e2 add mixins option 2014-09-10 14:53:33 -04:00
Evan You b3d1c7ed7a make transition tests pass 2014-09-10 14:33:20 -04:00
Evan You 3d78262bd6 make transition tests pass 2014-09-10 14:05:30 -04:00
Evan You 68c18fb868 fix the transition tests for real 2014-09-09 11:17:07 -04:00
Evan You 3cf1f77efc fix transition tests for Firefox 2014-09-09 11:10:30 -04:00
Evan You b80ec1bfbe fix tests for IE9/10 2014-09-09 03:16:40 -04:00
Evan You 50ec33ae75 test for transition 2014-09-09 02:51:03 -04:00
Evan You e39c581e24 improve $off bookkeeping testcase 2014-09-06 14:08:27 -04:00
Evan You c88e5180ff events bookkeeping in $off 2014-09-06 12:00:04 -04:00
Evan You 2ab8960cb4 test for lifecycle api 2014-09-06 11:37:17 -04:00
Evan You 0358c72143 child spec 2014-09-05 17:35:30 -04:00
Evan You 4ab7fc2491 tests for global api 2014-09-05 10:03:44 -04:00
Evan You cbf5f4e1bd improve test for DOM API (callbcaks) 2014-09-05 09:31:03 -04:00
Evan You 52bbdf36ea test for DOM API 2014-09-05 08:48:01 -04:00
Evan You 2e8fc71f86 laying out test files 2014-09-04 16:49:15 -04:00
Evan You e2536c9734 test for data api 2014-09-04 16:38:49 -04:00
Evan You ca6bee24a6 components have isolated scope by default 2014-09-04 11:57:36 -04:00
Evan You da6565ce09 warn when listening to unknown method name 2014-09-04 10:08:24 -04:00
Evan You eb5cc75a3c hook event tests 2014-09-03 22:23:25 -07:00
Evan You 5e83bb2c50 tests tests tests 2014-09-03 20:14:32 -07:00
Evan You 0177d5dd8b tests for observe 2014-09-03 18:32:13 -07:00