1093 Commits (2b588b754e5d9c2eea31c56eb735afd6ce37ec5c)
 

Author SHA1 Message Date
Evan You 961d109148 build adjustments 8 years ago
Evan You 98876f008b ensure transition end detection only count events triggered on target element (fix #3506) 8 years ago
Evan You 4d640ce4d9 tweak v-if to avoid unnecessary node replacement 8 years ago
Evan You 014d2f8599 fix vdom patch edge case for static nodes being reused and as insertion reference node (fix #3533) 8 years ago
Evan You ed2085974b ensure mergeVNodeHook does not inject duplicate hooks 8 years ago
Evan You 44128f2ac7 remove forgotten debugger statement 8 years ago
Evan You 3fa4076d05 fix text parser regex for multiline tags (fix #3526) 8 years ago
Evan You 3627a27179 ensure custom directive bind is called after node is inserted (close #3529) 8 years ago
Evan You a152fe0e98 only gen checkbox/radio model on input tags (fix #3516) 8 years ago
Evan You e6c5f21f86 fix event initialization on reused slot nodes (fix #3518) 8 years ago
Evan You 0674509193 avoid triggering select reset when selectedIndex has not changed (fix #3504) 8 years ago
Evan You eef040ebd0 vdom: teardown stale directives on patch (fix #3491) 8 years ago
Brandon Surowiec 0f8ad06b2c Fix Spelling (#3496) 8 years ago
Evan You 8d03a452de [release] 2.0.0-rc.3 8 years ago
Evan You f5d4313d10 [build] 2.0.0-rc.3 8 years ago
Evan You 72a0eb3a22 remove extra paren in warning 8 years ago
Evan You 92903f320c fix flow / missing annotations 8 years ago
Evan You d2df58e547 move v-show marker to runtime so that render functions work as expected (fix #3488) 8 years ago
Evan You 16ce0f13d5 prohibit mounting to body/html 8 years ago
Evan You fc78242a07 invoke remove hook before destroy hook (fix #3481) 8 years ago
Evan You 3bd7e58801 v-show should ignore inline display:none (ref #3484) 8 years ago
Evan You 716823ba1b update links 8 years ago
Evan You 6342dd698e move md files into hidden directory 8 years ago
Evan You 910820738e annotations for createFunctionalComponent 8 years ago
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 e422a98150 [release] 2.0.0-rc.2 8 years ago
Evan You 179e9fdf57 [build] 2.0.0-rc.2 8 years ago
Evan You ac762c35ee fix v-if component root test in Firefox 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 397e64ad89 include templates in ref spec 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