Commit Graph

1028 Commits

Author SHA1 Message Date
Evan You 72a0eb3a22 remove extra paren in warning 2016-08-20 13:07:29 -04:00
Evan You 92903f320c fix flow / missing annotations 2016-08-20 12:11:33 -04:00
Evan You d2df58e547 move v-show marker to runtime so that render functions work as expected (fix #3488) 2016-08-20 11:14:41 -04:00
Evan You 16ce0f13d5 prohibit mounting to body/html 2016-08-20 00:46:58 -04:00
Evan You fc78242a07 invoke remove hook before destroy hook (fix #3481) 2016-08-19 15:16:45 -04:00
Evan You 3bd7e58801 v-show should ignore inline display:none (ref #3484) 2016-08-19 12:51:15 -04:00
Evan You 716823ba1b update links 2016-08-18 15:56:24 -04:00
Evan You 6342dd698e move md files into hidden directory 2016-08-18 15:48:57 -04:00
Evan You 910820738e annotations for createFunctionalComponent 2016-08-18 14:25:51 -04:00
Evan You d7f42cc5c3 avoid IIFE deoptimization when using const/let inside if branches 2016-08-18 14:22:53 -04:00
Evan You 13ce3a2559 fix v-on chained keyCodes (fix #3478) 2016-08-18 12:17:17 -04:00
Evan You ba5fb31188 fix transition insert hook duplicate invocation on slot nodes (fix #3474) 2016-08-18 12:00:31 -04:00
Evan You 6bdb577d4a fix name warning when instantiating extended components (fix #3472) 2016-08-18 11:17:45 -04:00
Evan You e62165ca89 ensure v-model to have higher priority than v-on events (fix #3468) 2016-08-17 16:40:45 -04:00
Evan You 1e74675053 expose Vue.set/delete on instances as vm.$set/$delete 2016-08-17 13:53:50 -04:00
Evan You 8e1478e30d proxy: allow keys that start with _ to fall through (necessary for babel helpers) 2016-08-16 14:52:23 -04:00
Evan You e96529844e improve license info 2016-08-16 10:39:19 -04:00
Evan You ce798c6f68 fix ref on empty component root (fix #3455) 2016-08-16 10:27:38 -04:00
Evan You e422a98150 [release] 2.0.0-rc.2 2016-08-15 23:39:07 -04:00
Evan You 179e9fdf57 [build] 2.0.0-rc.2 2016-08-15 23:39:07 -04:00
Evan You ac762c35ee fix v-if component root test in Firefox 2016-08-15 23:29:49 -04:00
Evan You 68be112652 Revert "support transition on component with v-show in root node (fix #3431)"
This reverts commit aab560e0d9.
2016-08-15 22:58:18 -04:00
Evan You e08d6b9193 fix unnecessary child watcher calls on parent re-render (fix #3453) 2016-08-15 17:47:01 -04:00
Evan You 1bc13f866a fix native events on components with inline-template (fix #3451) 2016-08-15 16:23:37 -04:00
Evan You f764db4b01 more robust parent transition skip check 2016-08-15 12:49:21 -04:00
Evan You 7b4a5a14e3 add warning for incorrect <slot> usage (ref #3447) 2016-08-15 12:35:11 -04:00
Evan You d927159a37 remove unnecessary el setting in keep-alive 2016-08-15 12:34:55 -04:00
Evan You efb603570e fix patch modules error on empty component root 2016-08-15 00:28:48 -04:00
Evan You 397e64ad89 include templates in ref spec 2016-08-14 23:46:52 -04:00
Evan You aab560e0d9 support transition on component with v-show in root node (fix #3431) 2016-08-14 22:15:33 -04:00
Evan You 174e936e2a fix v-model on input[type=range] in IE (fix #3439) 2016-08-14 18:58:30 -04:00
Evan You 854ccce5d5 prevent out-in transition to enter early when parent re-renders (fix #3440) 2016-08-14 18:49:48 -04:00
Evan You 6a156020ec warn missing event handlers (ref #3430) 2016-08-14 18:29:46 -04:00
Evan You 238f65dc71 fix _scopeId on non-element component root 2016-08-14 17:50:31 -04:00
Evan You a5a501eafb fix #3437 properly without hacking the type system 2016-08-12 16:33:21 -05:00
Evan You 9bbf7230a5 work around flow :( 2016-08-12 16:28:00 -05:00
Evan You 9d43bff27e fix component in slot lifecycle (fix #3437) 2016-08-12 14:12:57 -05:00
Evan You 63fe7fc76d fix spec fit 2016-08-12 13:51:44 -05:00
Evan You 299f529498 fix transition enter hook for v-show (fix #3433) 2016-08-12 13:46:03 -05:00
Evan You 33bd50993a add readme 2016-08-11 18:19:57 -05:00
Evan You d9a6150b91 coc and issue template 2016-08-11 18:18:03 -05:00
Evan You a49a739fa4 remove log 2016-08-11 18:15:05 -05:00
Evan You 71db0bf2a8 add diagram in ssr docs 2016-08-11 18:13:16 -05:00
Sergii Naumov ea77ac28f5 Allow rendering forbidden tags on the server (#3425) 2016-08-11 11:25:59 -05:00
Evan You 543ff97487 Merge branch 'show-display' into next 2016-08-11 08:54:28 -05:00
Evan You 86bf3da18e fix flow error for #3393 2016-08-11 08:53:31 -05:00
Evan You 837b0b224b Merge branch 'bugfix/v-show-not-respecting-orig-display' of git://github.com/chrisvfritz/vue into show-display 2016-08-11 08:48:44 -05:00
Evan You 7b42671f04 [release] 2.0.0-rc.1 2016-08-11 00:43:09 -05:00
Evan You df85865e4f [build] 2.0.0-rc.1 2016-08-11 00:43:09 -05:00
Evan You 8367d489e0 fix prop type in IE9 2016-08-11 00:24:30 -05:00