Commit Graph

459 Commits

Author SHA1 Message Date
Evan You 78fa71cc6f fix #539 v-if duplicate compile when a different truthy value is set 2014-11-03 18:42:19 -05:00
Evan You ee2ae353da fix #531 content fallback with multiple insertion points 2014-11-02 12:57:59 -05:00
Evan You 7e36468d9a document transition hook context 2014-10-30 09:42:36 -04:00
Evan You 92d7c9cb4b make owner vm the context for js transition hooks 2014-10-30 09:40:05 -04:00
Evan You add1c73717 destroy component after leaving transition 2014-10-29 20:34:03 -04:00
Evan You 224d67db7c fix #520 let watchers handle callbacks that trigger removeCb() 2014-10-29 13:36:08 -04:00
Evan You 180bd9fd76 update firebase version in example 2014-10-27 15:41:12 -04:00
Evan You cdc4288092 fix ci tasks 2014-10-27 15:31:03 -04:00
Evan You 99ebd511d7 add v-model read only filter warning 2014-10-27 15:25:44 -04:00
Evan You bdae247125 rename v-model default handler 2014-10-27 15:12:02 -04:00
Evan You 0c01bcc728 fix #512 attribute interpolation with filters 2014-10-27 15:08:52 -04:00
Evan You ed72137138 trigger binding notify in the same order they are added 2014-10-27 14:42:19 -04:00
Evan You 8ac21629c0 batcher allow duplicate id if the job is pushed during flush 2014-10-27 12:03:35 -04:00
Evan You c57047d460 fix #517 v-model[number] initial value 2014-10-27 11:12:02 -04:00
Evan You 7693501f23 minor formatting 2014-10-26 12:36:10 -04:00
Evan You a14aba3cf9 Merge pull request #511 from zxc122333/patch-1
Fix splicing error in Observer
2014-10-26 12:34:35 -04:00
qinghong.sheng 05207a3c2e Update index.js
Splice too much?
2014-10-26 21:52:04 +08:00
Evan You 286ae93b65 make `paramAttribute` deal with attributes containing dashes 2014-10-24 12:13:14 -04:00
Evan You e1a9ec6821 mention directive priority in changes.md 2014-10-23 20:52:05 -04:00
Evan You 398dcdf5d4 add config.async to change list 2014-10-23 20:48:58 -04:00
Evan You 4cd4daf274 add config.async option 2014-10-23 20:44:44 -04:00
Evan You 0c42a68f55 test for a1c6bcd 2014-10-23 20:39:44 -04:00
Evan You b3b2380751 fix #506 unify v-model listener behavior with/without filters 2014-10-23 20:18:15 -04:00
Evan You a1c6bcd263 fix #505 v-model initial value not piped through write filters 2014-10-23 17:25:22 -04:00
Evan You 21c011e1fe remove attributes at link time instead of compile 2014-10-23 16:21:07 -04:00
Evan You de966f63b6 test and change doc for vm.$compile 2014-10-21 04:05:01 -04:00
Evan You 22d2bdfd5b directives on a component written in its parent template should be compiled in the parent scope 2014-10-21 04:04:40 -04:00
Evan You 6d7e9f6519 jsdoc for new transition methods 2014-10-21 04:03:27 -04:00
Evan You 056a0376f2 big rewrite for block-handling 2014-10-21 01:38:19 -04:00
Evan You 0bfd6e625d fix partial decompile in v-if/v-partial 2014-10-20 21:17:39 -04:00
Evan You 540da662bc add `watch` option 2014-10-20 15:16:53 -04:00
Evan You 664e59da1d new v-if implementation using partial compilation 2014-10-19 19:32:36 -04:00
Evan You 2a18cf0f4e isFn -> acceptStatement 2014-10-19 13:11:02 -04:00
Evan You b442ceee5f document dynamic block partial 2014-10-18 18:46:27 -04:00
Evan You aa88e6e92c add template block support for v-partial 2014-10-18 18:41:00 -04:00
Evan You daa94dfc5b dynamic partial 2014-10-18 16:50:37 -04:00
Evan You 14bcc27444 fix #498 nested instance not passing $event 2014-10-17 11:54:25 -04:00
Evan You d21a84e879 make merging strategies a real hash 2014-10-16 18:53:29 -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 1c0fa97f6f ignore Safari compatibility code in coverage 2014-10-15 18:56:34 -04:00
Evan You da385adbb2 fix #484 Safari nested <template> clone fail 2014-10-15 18:52:40 -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 3c487aea47 fix #486 v-model cursor positioning 2014-10-14 12:36:02 -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 53b24037f3 handle setting $data to null 2014-10-09 16:28:10 -04:00