Commit Graph

185 Commits

Author SHA1 Message Date
Evan You 4faf16e281 rename Binding -> Dep 2014-11-26 13:05:03 -05:00
Evan You 2eee405cc1 component wait-for & transition-mode 2014-11-26 00:39:35 -05:00
Evan You 829a610e64 fix #594 should merge multiple data functions in Vue.extend 2014-11-25 15:49:08 -05:00
Evan You f4a37f00d5 rename folders: compile -> compiler, parse -> parsers 2014-11-24 17:23:42 -05:00
Evan You 6f0a1d02dd fix #589 filterBy with numeric search value 2014-11-24 17:12:09 -05:00
Evan You fb023b3461 fix #558 ie10/11 textarea placeholder bug 2014-11-24 16:59:39 -05:00
Evan You 944c794461 make util.extend return target object (ref: #585) 2014-11-24 14:09:20 -05:00
Evan You 854ecd4fad compile component <content> in parent scope (ref: #502) 2014-11-24 13:41:45 -05:00
Evan You bdb4dc4c13 make json bidirectional (based on #572) 2014-11-21 16:59:27 -08:00
Evan You b3faa27118 fix #569 script tags not skipped properly 2014-11-18 22:59:14 -08:00
Evan You 7a1526d782 #576 warn errors in watcher getters 2014-11-18 20:55:56 -08:00
Evan You 4339243f4a fix #561 attach/detach/ready hooks for children in partial compile blocks 2014-11-14 14:28:51 -08:00
Evan You eb00b34c0b fix unit tests throw in IE 2014-11-06 20:19:43 -05:00
Evan You 23b596f6b2 fix #541 currency filter for negative numbers 2014-11-05 10:51:25 -05:00
Evan You 1592a0607f adjust $destroy procedure so final cleanup happens after transition finishes 2014-11-05 10:28:49 -05:00
Evan You d2db82f479 avoid directive updates when component is being destroyed 2014-11-04 17:53:18 -05:00
Evan You 68b1a00ab3 fix IE+SVG no classList available error. Based on #537 by @tyage 2014-11-04 13:18:41 -05:00
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 92d7c9cb4b make owner vm the context for js transition hooks 2014-10-30 09:40:05 -04:00
Evan You 224d67db7c fix #520 let watchers handle callbacks that trigger removeCb() 2014-10-29 13:36:08 -04:00
Evan You 99ebd511d7 add v-model read only filter warning 2014-10-27 15:25:44 -04:00
Evan You 0c01bcc728 fix #512 attribute interpolation with filters 2014-10-27 15:08:52 -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 286ae93b65 make `paramAttribute` deal with attributes containing dashes 2014-10-24 12:13:14 -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 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 056a0376f2 big rewrite for block-handling 2014-10-21 01:38:19 -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 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 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 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