1185 Commits (1fa3844dc26745b4cb855b0934bd1b132ba33d9b)
 

Author SHA1 Message Date
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
cinwell.li 04eb32e4f0 fix typo (#3578) 8 years ago
Evan You 9727f87e3f include typescript dep 8 years ago
Evan You 08a928e07b include tsc tests in ci script 8 years ago
kaorun343 dfc64e8a11 Add TypeScript definitions 8 years ago
Zhenfei You 2998bbfae9 createElement won't return Array<VNode> (#3574) 8 years ago
Evan You a00170cbb9 remove unnecessary appear check in v-show (fix #3559) 8 years ago
Evan You ada90e5e37 revert directive bind invocation timing, add inserted hook for directives 8 years ago
Evan You 32971d8588 fix v-on patching for cloned slot nodes (fix #3556) 8 years ago
Evan You 8c427f7f18 [release] 2.0.0-rc.4 8 years ago
Evan You 88906d6c45 [build] 2.0.0-rc.4 8 years ago
Evan You 05a273849f add dev:runtime script 8 years ago
Javis V. Pérez a3314c8610 Fixed "delcare" typo error (#3552) 8 years ago
Evan You f6b1a51729 fix hot-reload not updating static nodes 8 years ago
Evan You 22b3645ebb upgrade eslint config 8 years ago
Evan You ffd298f079 add backers.md 8 years ago
Evan You dca93fca71 update sponsors 8 years ago
Evan You 96444ffd7a include missing dep 8 years ago
Evan You f4a505c67c support returning promise for async components (close #3527) 8 years ago
Evan You 982913fb1e upgrade flow to 0.31 (close #3482) 8 years ago
Evan You 638d1820c2 bump dev deps 8 years ago
Evan You c44f68d25e fix dev scripts 8 years ago
Evan You 72710db4f4 use same alias file 8 years ago
Evan You 1932b8f5fa bump circle node version 8 years ago
Evan You 97476a4185 more build tweaks 8 years ago
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