Commit Graph

708 Commits

Author SHA1 Message Date
Evan You cae336c00d only set option value when the value is present (make tests pass for #861) 2015-05-23 14:38:52 -04:00
Evan You 8a351e7568 Merge pull request #861 from holic/disabled-options
Support `disabled` attribute on select options
2015-05-23 14:37:08 -04:00
Kevin Ingersoll 008a1ecd7b Support `disabled` attribute on select options 2015-05-22 14:39:44 -07:00
Evan You e215eebe4a bump 0.12.0-beta3 2015-05-22 16:06:07 -04:00
Evan You 254858a870 component syntax type -> is 2015-05-22 15:45:40 -04:00
Evan You 59cf0cc36d only sync $value change inside v-repeat back to original array for primitive values (fix #853) 2015-05-20 15:35:54 -04:00
Evan You b6e9e64098 Merge pull request #851 from sjoerdvisscher/dev
Prevent unused variable warning from all linters
2015-05-19 17:10:09 -04:00
Sjoerd Visscher 748d8f81ed Prevent unused variable warning from all linters 2015-05-19 22:36:59 +02:00
Evan You d2fc21ec28 adjust component internals for vue-router 2015-05-19 12:54:45 -04:00
Evan You 04cf141c4d better vm caching for object repeats 2015-05-16 16:53:49 -04:00
Evan You 0926c2921e bump 0.12.0-beta2 2015-05-16 13:52:08 -04:00
Evan You f95779b71a more sensible props handling 2015-05-16 13:48:41 -04:00
Evan You e753a04e69 bump version 2015-05-16 13:22:23 -04:00
Evan You 089e9b0b5e revert config._terminalDirectives 2015-05-16 00:12:11 -04:00
Evan You 4801d7af62 allow dynamic set path for props 2015-05-15 22:03:01 -04:00
Evan You 78271e5f8a add elementDirectives 2015-05-15 13:44:27 -04:00
Evan You 70d5280faa remove v-component 2015-05-15 11:48:31 -04:00
Evan You ee2b99efd7 remove v-with 2015-05-14 14:03:49 -04:00
Evan You c02a5a9c9d remove v-partial 2015-05-14 12:31:43 -04:00
Evan You 3597675b2b rename paramAttributes -> props 2015-05-14 12:19:27 -04:00
Evan You 3959b676e2 use better warning assertions in tests 2015-05-12 23:01:16 -04:00
Evan You dffd4c7a0d tests for async components 2015-05-12 23:01:15 -04:00
Evan You d869ba0550 list items for async component tests 2015-05-12 23:01:15 -04:00
Evan You a0c3425412 avoid duplicate async resolution calls 2015-05-12 23:01:15 -04:00
Evan You 214fe5edf2 cache resolved async component on factory 2015-05-12 23:01:15 -04:00
Evan You 64643b6cf6 warn async component in v-repeat + dynamic 2015-05-12 23:01:15 -04:00
Evan You 6a562c4951 async components for v-repeat 2015-05-12 23:01:15 -04:00
Evan You da9eba3046 invalid pending async component callbacks 2015-05-12 23:01:15 -04:00
Evan You 40922468d7 wip 2015-05-12 23:01:15 -04:00
Evan You 3d9524577e fix #835 v-repeat on root node with replace:true 2015-05-12 23:00:53 -04:00
Evan You 30bd8be797 perf optimization for watcher dep collection 2015-05-12 13:24:25 -04:00
Evan You 6d0697b2e4 improve param attributes
- support multiple mustache tags
- support filters
- support arbitrary expression
- support explicit one-way binding syntax {{*parentKey}}
- non-settable expressions are automatically one-way
2015-05-11 11:16:20 -04:00
Evan You 35e8a54a3a make gruntfile tasks more explicit 2015-05-10 13:26:30 -04:00
Evan You d1cd2f3898 update dev setup guide 2015-05-10 13:21:57 -04:00
Evan You 160a54bd94 adjust build setup 2015-05-10 13:19:55 -04:00
Evan You 08dd24f33d more test cases 2015-05-10 04:25:06 -04:00
Evan You 43ccd4c711 add test case for removing transcluded directives 2015-05-10 04:01:43 -04:00
Evan You db12331e03 optimize destroy unlink 2015-05-10 03:22:23 -04:00
Evan You 3d5b9347a5 use $remove everywhere 2015-05-10 03:02:16 -04:00
Evan You 635fada44b unlink transcluded content on destroy 2015-05-10 02:30:42 -04:00
Evan You 1c476aefa2 also rebuild test on save 2015-05-10 02:05:13 -04:00
Evan You 4c25d1eb03 add test case for container/replacer attrs with same name 2015-05-10 02:04:38 -04:00
Evan You e65c8958ab refactor component root compilation 2015-05-10 01:54:24 -04:00
Evan You a439fa2722 move terminal directives list to config 2015-05-08 21:57:31 -04:00
Evan You f7e571c468 suppress simple path getter errors 2015-05-08 14:05:40 -04:00
Evan You 46812bd210 initialize all paramAttribute fields in data (#830) 2015-05-08 13:03:24 -04:00
Evan You e5054181aa component attr should take higher priority than placeholder attr with same name (fix #828) 2015-05-08 12:07:07 -04:00
Evan You 224d53f94d fix inline-template + v-repeat + <template> (#824) 2015-05-08 10:47:47 -04:00
Evan You 38bdbda92d fix orderBy on object-converted v-repeat using literal keys (#825) 2015-05-08 09:54:00 -04:00
Evan You d257c81a58 [release] 0.11.10 2015-05-07 15:00:36 -04:00