Commit Graph

231 Commits

Author SHA1 Message Date
Evan You d0faa07d42 fix #615 parent not skipping paramAttributes 2014-12-02 12:16:08 -05:00
Evan You 2e816de71d fix #612 v-html treating `#` as id selector 2014-12-01 21:04:33 -05:00
Evan You f3074a1037 fix $add/$delete reserved key warning (no longer needed) 2014-12-01 20:18:43 -05:00
Evan You d0560e3a78 test for refactored component scope compilation 2014-12-01 19:49:45 -05:00
Evan You 1165cd2194 address Discussion/#96: ensure correct mixin resolution order 2014-12-01 12:46:44 -05:00
Evan You 26c9a62d74 fix #610 transclusion + partial throws error in $destroy 2014-12-01 10:39:57 -05:00
ksa 923aee6de8 Added v-style support for objects
Added v-style support for objects
2014-12-01 01:03:14 +01:00
Evan You 33dbb5e69d make deep watch traverse arrays 2014-11-30 17:34:33 -05:00
Evan You cfade3fa32 fix directive deep option test coverage 2014-11-30 14:16:22 -05:00
Evan You 1bbaab38bd add directive deep option 2014-11-30 14:08:21 -05:00
Evan You 52cdd18584 make data merge recursive (followup in #594) 2014-11-27 16:44:42 -05:00
Evan You e2fba07a13 trackby -> track-by 2014-11-26 21:25:03 -05:00
Evan You 3ae384c10d deactivate current component during v-component transitions 2014-11-26 18:46:11 -05:00
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