1125 Commits (310f5a2f5f18b549c37299d92e368184c3111034)
 

Author SHA1 Message Date
Evan You 310f5a2f5f tweak v-model type=file warning phrasing 8 years ago
Eduardo San Martin Morote b8095bf7b8 Warn when using v-model with input[type=file] (#3791) 8 years ago
Evan You 467572830f fix coverage 8 years ago
松鹤 313ad8f87b fix flow lifecycle method name [Vue@2.x] (#3762) 8 years ago
Evan You 43b489b11f revert nextTick to microtask semantics by using Promise.then (fix #3771) 8 years ago
Evan You 08f2b97083 [release] 2.0.0-rc.7 8 years ago
Evan You 600d436541 [build] 2.0.0-rc.7 8 years ago
Evan You c791fc7826 fix unit tests in IE9 8 years ago
Evan You 403f3ccb4c set selected value on nextTick in IE/Edge (fix #3689 by @fergaldoyle) 8 years ago
Evan You c47e128eb6 move browser sniffing code back to core/util/env 8 years ago
Evan You bba8b91886 limit v-model runtime shim on text inputs 8 years ago
Evan You 037449f453 ensure prop default value when instantiating without propsData (fix #3693) 8 years ago
Evan You 9566b3358f no need to return text in getValue for v-model select (fix #3729) 8 years ago
Evan You 9fb1057672 Adjust nextTick implementation 8 years ago
Evan You 7eb6c8cfef expose warn as noop in production builds 8 years ago
松鹤 575e810670 Optimization unit testing [vdom/patch/children] (#3733) 8 years ago
Evan You 054b96bd70 improve move transition performance by avoiding layout thrashing 8 years ago
Evan You eef05ac9e9 use rollup-plugin-flow-no-whitespace 8 years ago
Evan You b4c6fa4d36 bump deps 8 years ago
katashin 019d90040d add module augmentation test (#3713) 8 years ago
Evan You 4785afd154 improve MutationObserver bug detection for iOS 10 8 years ago
Evan You 089c1458cc overwrite static node key in <transition> to ensure unique pending key 8 years ago
Evan You 2b1a0b985c extend commits e2e wait period because GitHub is slow 8 years ago
Evan You 1fe9ba61d7 fix select2 e2e test 8 years ago
Evan You ccd8d587d6 simplify todomvc example 8 years ago
Evan You 8242d9498a simplify todomvc example 8 years ago
Evan You 7a22f134d4 update select2 example 8 years ago
Evan You c23986beab update markdown example 8 years ago
Evan You b935afe59f update firebase example to use 3.x 8 years ago
katashin 72a1527148 add inserted hook type to directive option (#3682) 8 years ago
Evan You 56960b5fbc support object looseEqual in v-model (fix #3673) 8 years ago
Evan You d6a7568891 improve v-bind implementation and make it work on components (fix #3670) 8 years ago
Kaorun343 2b588b754e Update ComponentOptions (#3651) 8 years ago
Evan You 43211fd519 [release] 2.0.0-rc.6 8 years ago
Evan You ace1076da9 [build] 2.0.0-rc.6 8 years ago
Evan You 45ff6218c1 handle multiline atribute value parsing in IE (fix #3663) 8 years ago
Evan You d0c13c7e66 test undefined method warning 8 years ago
Darius Tall 724a59348f Add undefined check for instance methods (#3656) 8 years ago
Evan You 6f8316fe8f toObject should not mutate original objects (fix #3657) 8 years ago
Evan You 673dec6040 fix duplicate slot warning spelling 8 years ago
Ivan Agafonov b47d773c58 support short prop declaration as prop: true (#3643) 8 years ago
Evan You 4c7a87e2ef observer conversion enumeration should not include prototype properties 8 years ago
Evan You 34cdf695b6 use eslint-plugin-flowtype (close #3583) 8 years ago
Evan You 179ec92019 fix lint 8 years ago
Evan You 100a2969aa move slot cloning back to render function so that it works for jsx as well 8 years ago
Evan You 84dfc1d99c [release] 2.0.0-rc.5 8 years ago
Evan You faecdb6324 [build] 2.0.0-rc.5 8 years ago
Evan You 1c4ca4bc08 fix lint 8 years ago
Evan You 7a2c986722 relax SSR hydration match check to allow client populating empty parent nodes 8 years ago
Evan You 4afccc8eec proper slot duplication warning (fix #3595) 8 years ago