1170 Commits (86f0d114ec6f3aa670ec5cba82b75d5dfc05c119)
 

Author SHA1 Message Date
Evan You 86f0d114ec fix dependency collection for multi-nested arrays (fix #3883) 8 years ago
Evan You 3446d1485d support functional components as named slot (fix #3872) 8 years ago
Evan You 5925ad3bd2 tweak select IE fix to reduce duplicate call 8 years ago
Evan You f9bef75a34 fix select multiple first option auto-selected in Chrome/FF (fix #3852) 8 years ago
Evan You 74e4e11b44 fix v-on handler with whitespaces (fix #3893) 8 years ago
defcc 8d2fc8e8ac add getTypeList to process mutli-type prop (#3885) 8 years ago
Chris Fritz de199f9bbd allow 2 root nodes with v-if and v-else (#3887) 8 years ago
defcc f59e903d0b setTimeout fallback update (#3868) 8 years ago
katashin 6643cb8c23 Update typings (#3876) 8 years ago
Evan You f35f7e35cd add v-model dynamic type warning 8 years ago
Evan You addb461e3c fix ssr bundle renderer error on commonjs exports (fix #3867) 8 years ago
Phan An adae5caaee Make forAlias regex lazy (fixes #3846) (#3859) 8 years ago
Vincent Klaiber 463c9c9e08 Switch to https (#3864) 8 years ago
Eduardo San Martin Morote c2e6bf8637 Fix links to docs in Readme (#3858) 8 years ago
Sebastian Schweizer 6541e68aaa add license information to vue.common.js (#3835) 8 years ago
Eduardo San Martin Morote c835ce57ff Allow text nodes on static templates in components (#3826) 8 years ago
Evan You e6d224c3c5 [release] 2.0.1 8 years ago
Evan You d69b64f01f [build] 2.0.1 8 years ago
Evan You 1c79c56a3e revert npm main field (fix SSR externalization) 8 years ago
Evan You 156cfb9892 [release] 2.0.0 8 years ago
Evan You 3ad68b96e2 [build] 2.0.0 8 years ago
Evan You 89adabf0a5 remove --next tag in release script 8 years ago
Evan You 8ef603b7c3 test <template> key warning, fix coverage 8 years ago
Evan You 51aa3e594a comment 8 years ago
Evan You 99ea0f8229 adjust named slot resolve check (fix #3819) 8 years ago
Evan You b8369e802b fix test template typo 8 years ago
Kaorun343 ef6945932f Fix $createElement and Vue.extend (#3818) 8 years ago
Evan You 47ee6abfc6 remove codegen v-for truthiness check (fix #3817) 8 years ago
Evan You 6d4bdb5ff1 fix style binding for falsy numbers (fix #3816) 8 years ago
Evan You 8298323108 add <template> key warning 8 years ago
Evan You f1e37f6002 do not add list key to text nodes (fix #3810) 8 years ago
Evan You b5595476f1 change npm main 8 years ago
Hendrik Leppelsack e29b711cb5 fix reference to backers.md (#3808) 8 years ago
Evan You e468ba078e fix coverage 8 years ago
Evan You f7e878c808 update badges 8 years ago
Evan You ae93d2bef8 update github links 8 years ago
Evan You e5a6beb804 bump rollup 8 years ago
Evan You 0e8af343a7 check MutationObserver native-ness 8 years ago
Evan You fd5ea73254 test iOS 8 instead of 7 given market share 8 years ago
Dan Reeves e0698b2ebd warn user calling Vue() without new (#3793) 8 years ago
fergaldoyle 790c99cdb4 fix IE/Edge select remembering selection (#3803) 8 years ago
(´・ω・`) aefb34812e Update `$refs` type declaration (#3765) 8 years ago
Evan You 1d3811af78 update comments 8 years ago
Evan You e6154316da [release] 2.0.0-rc.8 8 years ago
Evan You ccd44f3f41 [build] 2.0.0-rc.8 8 years ago
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