Commit Graph

322 Commits

Author SHA1 Message Date
Evan You fb2a3afc5f fix composition events in IE11 2014-09-16 12:31:19 -04:00
Evan You 8725ea32d2 fix v-el/v-ref owner locating 2014-09-15 22:52:49 -04:00
Evan You 0c1e4fce2f fix observer binding ownship model 2014-09-15 22:49:34 -04:00
Evan You cc994d1475 allow v-model select to render options with different value/label 2014-09-14 22:52:30 -04:00
Evan You 9562b7a388 fix expression fns with filters 2014-09-14 22:38:40 -04:00
Evan You 9a550ccf91 fix v-repeat: allow child instances to access parent assets 2014-09-14 22:13:05 -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 00bb10ee85 Merge pull request #422 from tiffon/patch-1
Updated jsfiddle for "New Scope Inheritance Model"
2014-09-13 16:40:47 -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 4cb9a4324f add <symbol><use><image> as svg tags 2014-09-12 11:10:39 -04:00
Evan You 4fb60069f0 wip tests for compile 2014-09-11 17:10:30 -04:00
Evan You b15c02219a document v-el addition 2014-09-11 11:37:03 -04:00
Evan You d36ea57f13 v-el 2014-09-11 11:35:07 -04:00
Evan You 813846a452 ref can only be used on root nodes 2014-09-11 11:07:11 -04:00
Evan You 9f6ef85005 init comments 2014-09-11 11:07:03 -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 9bcb9b9dbc remove directive dependency from compile/compile 2014-09-10 21:07:32 -04:00
tiffon f870cdc813 Updated jsfiddle for "New Scope Inheritance Model"
Demonstrates that other children of the parent will also see the change.
2014-09-10 15:06:03 -07: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 2fb9660eb9 do the forced layout on next frame in transitions 2014-09-10 13:43:34 -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 4c0c8876e4 use string key for keywords for older browser compatibility 2014-09-09 00:06:58 -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 2cfe2ab435 do not trigger transitions during compilation 2014-09-06 10:14:28 -04:00
Evan You 0358c72143 child spec 2014-09-05 17:35:30 -04:00
Evan You cef094285a replaceChild 2014-09-05 10:19:43 -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 377350ecaa document v-repeat trackby usage 2014-09-04 16:00:28 -04:00
Evan You 8fa8000077 v-repeat trackby id 2014-09-04 12:54:27 -04:00
Evan You 50f65cffde make v-with unidirectional 2014-09-04 12:31:18 -04:00
Evan You ca6bee24a6 components have isolated scope by default 2014-09-04 11:57:36 -04:00