Commit Graph

610 Commits

Author SHA1 Message Date
Evan You 665520f59b v-component & v-with refactor 2014-03-12 17:02:21 -04:00
Evan You 2059be5a63 bindable paramAttributes 2014-03-12 13:19:22 -04:00
Evan You 2ddcae6044 fix #172 `parent` option in Vue.extend 2014-03-12 11:35:56 -04:00
Evan You 5eddfd0514 make array filters work with objects 2014-03-12 10:55:35 -04:00
Evan You a2499921b8 tests for array filters 2014-03-12 01:19:37 -04:00
Evan You 336d06de1d filterBy & orderBy first pass 2014-03-11 23:41:40 -04:00
Evan You e11f5fdbdd include src for bower 2014-03-11 23:41:22 -04:00
Evan You 876f859783 use gulp-component 0.1.6 with modified require header 2014-03-11 15:38:58 -04:00
Evan You 66abd235b2 fix meta property value checking 2014-03-11 14:08:15 -04:00
Evan You 482fdc0de4 fix utils.warn not stripped in prod build 2014-03-11 11:45:18 -04:00
Evan You a8d5a35313 also check for this[...] in computed filters 2014-03-11 11:01:52 -04:00
Evan You 74590b208e custom filter API + exp parser unit test improvements 2014-03-11 00:16:51 -04:00
Evan You 607e197a08 computed filters + test 2014-03-10 23:32:58 -04:00
Evan You 4ebff990e3 computed filters first pass 2014-03-10 20:06:11 -04:00
Evan You e07f25dba9 change todomvc example to use computed property based implementation 2014-03-10 18:16:34 -04:00
Evan You f1cd944071 fix Array linking converting already converted objects, minor fix for v-repeat 2014-03-10 17:24:55 -04:00
Evan You 25344cf467 Object.$add/$delete + renamed Array augmentation methods to prefix with $ 2014-03-10 13:09:08 -04:00
Evan You 9a75612108 slightly improve text parser perf (10%) 2014-03-10 13:07:16 -04:00
Evan You 09927a4cb3 unit test for v-view 2014-03-08 21:39:31 -05:00
Evan You 10a0cc1838 v-view 2014-03-08 21:33:06 -05:00
Evan You 656c0157f5 simplify Compiler.eval 2014-03-08 00:26:32 -05:00
Evan You cea54dee5d alias for v-repeat 2014-03-07 15:40:52 -05:00
Evan You 835dd0ed99 fix #161 event propagation control 2014-03-07 11:46:33 -05:00
Evan You d06892bf53 component check fix 2014-03-06 18:20:05 -05:00
Evan You 2fe832f72b conditional components! 2014-03-06 14:05:21 -05:00
Evan You f2113266d7 simplify text regex 2014-03-06 11:13:06 -05:00
Evan You 83def445ee make dynamic resolving built-in for custom literal directives 2014-03-06 10:30:09 -05:00
Evan You d56feb0c3a enable interpolcation in literal directives except v-component 2014-03-06 03:26:35 -05:00
Evan You 3ddf84e559 rename test titles + compiler.eval test 2014-03-06 01:11:53 -05:00
Evan You 6f4c495fab Compiler.prototype.eval 2014-03-06 01:11:53 -05:00
Evan You ae2965cc60 eval 2014-03-06 01:11:53 -05:00
Evan You bedcb22f9c allow nested path for computed properties that return objects 2014-03-06 01:11:38 -05:00
Evan You 3759313d9d strip log and warn in production build. 2014-03-05 17:40:21 -05:00
Evan You 482a3cac5f remove `customTags` option; custom tags only respected when containing hyphen "-" per W3C spec. 2014-03-05 14:53:08 -05:00
Evan You f98eb96817 use `nodeValue` instead of `textContent` for textNodes 2014-03-03 12:25:27 -05:00
Evan You 1d2c32d000 copy attributes when replace:true 2014-03-03 10:42:36 -05:00
Evan You 8d65a078f3 make primitive arrays work with computed property 2014-03-03 10:13:46 -05:00
Evan You bcc965b337 custom elements off by default 2014-03-03 01:26:42 -05:00
Evan You e1aad8fc83 Release-v0.9.3 2014-03-02 18:22:14 -05:00
Evan You 5fb9f24176 still need to check conversion in v-repeat update 2014-03-02 17:16:50 -05:00
Evan You 2859377f3b tests for array linking 2014-03-02 00:00:48 -05:00
Evan You e6851e9c8a clean up observer.js 2014-03-01 23:14:54 -05:00
Evan You 010cda66e7 array linking rough pass 2014-03-01 22:36:45 -05:00
Evan You 55ae8dcfce repeat mutation handler simplify 2014-03-01 00:28:32 -05:00
Evan You 7eb0843f36 add initial load metrics to todomvc example 2014-02-28 13:49:10 -05:00
Evan You c6961aeb46 vm.$options 2014-02-28 11:54:05 -05:00
Evan You 85ddd3485c add interpolate option 2014-02-28 11:51:18 -05:00
Evan You 95c1c16bfa destroy children 2014-02-28 11:12:23 -05:00
Evan You 0893163564 add `parent` option 2014-02-28 09:41:26 -05:00
Evan You e50c4e7c5e remove empty queue.js 2014-02-27 23:15:33 -05:00