882 Commits (d0afcd3cf9ad572621676ef02005d226cb4ac7c4)

Author SHA1 Message Date
Evan You d7f42cc5c3 avoid IIFE deoptimization when using const/let inside if branches 8 years ago
Evan You 13ce3a2559 fix v-on chained keyCodes (fix #3478) 8 years ago
Evan You ba5fb31188 fix transition insert hook duplicate invocation on slot nodes (fix #3474) 8 years ago
Evan You 6bdb577d4a fix name warning when instantiating extended components (fix #3472) 8 years ago
Evan You e62165ca89 ensure v-model to have higher priority than v-on events (fix #3468) 8 years ago
Evan You 1e74675053 expose Vue.set/delete on instances as vm.$set/$delete 8 years ago
Evan You 8e1478e30d proxy: allow keys that start with _ to fall through (necessary for babel helpers) 8 years ago
Evan You e96529844e improve license info 8 years ago
Evan You ce798c6f68 fix ref on empty component root (fix #3455) 8 years ago
Evan You 179e9fdf57 [build] 2.0.0-rc.2 8 years ago
Evan You 68be112652 Revert "support transition on component with v-show in root node (fix #3431)" 8 years ago
Evan You e08d6b9193 fix unnecessary child watcher calls on parent re-render (fix #3453) 8 years ago
Evan You 1bc13f866a fix native events on components with inline-template (fix #3451) 8 years ago
Evan You f764db4b01 more robust parent transition skip check 8 years ago
Evan You 7b4a5a14e3 add warning for incorrect <slot> usage (ref #3447) 8 years ago
Evan You d927159a37 remove unnecessary el setting in keep-alive 8 years ago
Evan You efb603570e fix patch modules error on empty component root 8 years ago
Evan You aab560e0d9 support transition on component with v-show in root node (fix #3431) 8 years ago
Evan You 174e936e2a fix v-model on input[type=range] in IE (fix #3439) 8 years ago
Evan You 854ccce5d5 prevent out-in transition to enter early when parent re-renders (fix #3440) 8 years ago
Evan You 6a156020ec warn missing event handlers (ref #3430) 8 years ago
Evan You 238f65dc71 fix _scopeId on non-element component root 8 years ago
Evan You a5a501eafb fix #3437 properly without hacking the type system 8 years ago
Evan You 9bbf7230a5 work around flow :( 8 years ago
Evan You 9d43bff27e fix component in slot lifecycle (fix #3437) 8 years ago
Evan You 299f529498 fix transition enter hook for v-show (fix #3433) 8 years ago
Sergii Naumov ea77ac28f5 Allow rendering forbidden tags on the server (#3425) 8 years ago
Evan You 86bf3da18e fix flow error for #3393 8 years ago
Evan You df85865e4f [build] 2.0.0-rc.1 8 years ago
Evan You 8367d489e0 fix prop type in IE9 8 years ago
Evan You a88e233f89 adjust prop validation to work across vms/iframes 8 years ago
Evan You 0e75fb93df use component name for SSR caching (also allow full externalization) 8 years ago
Evan You 1cb4886380 [build] 2.0.0-beta.8 8 years ago
Evan You 5b80d05c2a skip transition on non-elements 8 years ago
Evan You cdc0bc9cd4 improve keep-alive: use component-based API 8 years ago
Evan You 7c3db415a7 warn undefined render/template during SSR 8 years ago
Evan You 5c55decade SSR: relay renderStream error in bundle renderer 8 years ago
Evan You 18386c4cf4 fix static nodes optimization inside v-for (fix #3406) 8 years ago
Chris Fritz dcd14696b3 store v-show original display value directly on el 8 years ago
Chris Fritz a4ac2eb687 made v-show respect display values in style attributes 8 years ago
Evan You 75b2f52301 coverage 8 years ago
Evan You 6e1597cf0b fix quote decoding for templates retrieved from innerHTML (fix #3403) 8 years ago
Evan You 21908b7267 ensure children is only re-resolved on parent update (fix #3400) 8 years ago
Evan You 1c0effa577 skip v-show transition if value is the same (fix #3395) 8 years ago
Evan You b3f6d79361 [build] 2.0.0-beta.7 8 years ago
Evan You bb58b2dfe8 tweak transition appear check 8 years ago
Evan You 2d58d0e3d7 fix all unit tests 8 years ago
Evan You ecd9c7dfe9 revert functional component parent 8 years ago
Evan You fe801b16e4 wip: fix $parent after children change 8 years ago
Evan You b5b963f51d wip: refactor children resolution (remove thunk mechanism) 8 years ago