1317 Commits (9fa4bbbc04f17fe278b280a99225077836d692ec)
 

Author SHA1 Message Date
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
Evan You f25482dd93 tiny comment fix 8 years ago
katashin f541097486 Expose all types via index.d.ts (#3608) 8 years ago
Evan You 63e4757fbd key nested children by default (fix #3611) 8 years ago
Kaorun343 d2337dfc3f remove ".d" from paths (#3607) 8 years ago
Kaorun343 8f4aab201b Fix definitons (#3591) 8 years ago
wumingyang 4061c42748 adapt index.d.ts for end users (#3582) 8 years ago
Kaorun343 5a03f52b10 Update package.json (#3579) 8 years ago
Evan You 765e4a98c2 lock jasmine version to avoid 2.5 breaking ssr tests 8 years ago