690 Commits (0cd7058a7f507497b57f02e5bb120508eb75f7a2)

Author SHA1 Message Date
Evan You 7827593972 custom directive: postupdate -> componentUpdated (ref #3172) 9 years ago
Evan You ba3bec824d SSR: allow user to provide own (possibly async) cache implementation 9 years ago
Evan You 6cf19291be adjust v-model on component sync mechanism (fix #3179) 9 years ago
Evan You 1b60a88ee1 adjust sameVnode check (fix #3176) 9 years ago
Evan You feee9ef6f6 remove camelCase tag warning 9 years ago
Evan You 98a7e75f1e increase transition test durations for suacelabs 9 years ago
Evan You 827ac27a96 fix eslint 9 years ago
Evan You b791c5722f tests for ssr bundle renderer 9 years ago
Evan You 43fabd5c96 pass the context vm in transition hooks 9 years ago
Evan You 0800fbe641 allow omitting data in createElement 9 years ago
Evan You 06b470369a element namespace should be resolved at runtime for render function / jsx usage 9 years ago
Evan You f20b1a8333 fix ssr test case for init -> beforeCreate change 9 years ago
Evan You 8c86973198 rename: init -> beforeCreate 9 years ago
Evan You 1b3b19491f merge renderElement and renderElementWithChildren 9 years ago
Evan You cf8aeddc12 fix v-once with v-for and remove unused _t method (fix #3155) 9 years ago
Evan You 3f91f6577f fix id-resolved appear transition (fix #3157) 9 years ago
Evan You 36e63c234a coverage for new global mixin strategy 9 years ago
Evan You 1d8f3a264e better global mixin strategy 9 years ago
Evan You 4cf710e56d update ssr package 9 years ago
Evan You 76d7809a11 config.errorHandler should capture user wathcer errors too (ref #3142) 9 years ago
kazuya kawaguchi 194b20a9dc fix transition spec typo (#3141) 9 years ago
Evan You ebd8d5fd59 fix transition active class application timing to avoid initial flash 9 years ago
Evan You 3fe127b05a fix v-model number conversion (fix #3140) 9 years ago
Evan You f0efa9aad2 rename _keyCode -> _k 9 years ago
Evan You 4fe51a75a9 prohibit replacing Vue.config + support custom keyCodes 9 years ago
Evan You 63da54ddee fix v-on number keyCode support 9 years ago
Evan You 9071dfd47a test directive binding.expression 9 years ago
Evan You 8d2ee3c1f8 expose expression on directive binding 9 years ago
Evan You 9115291ccd move sfc parser spec 9 years ago
Evan You 2af9f68bd9 remove source-map generation from sfc parser 9 years ago
kazuya kawaguchi cf1a697710 fix v-model warning on component (#3102) 9 years ago
Evan You 439ca63f9f fix sfc-parser unary tags handling 9 years ago
zigomir 27252928d3 Add failing test. 9 years ago
Evan You 68a73cfd19 support dynamic refs 9 years ago
Evan You c949c74986 change ref to a built-in attribute 9 years ago
Evan You e3fb6fe834 remove <render> tag 9 years ago
Evan You d398023ad1 functional components 9 years ago
Evan You 41e46476a5 pass createElement into render functions 9 years ago
Evan You 2bb15044d1 prohibit replacing $data 9 years ago
Evan You 9e14146fb2 temporarily disable firefox in e2e tests until nightwatch updates to work with FF 47 9 years ago
Evan You cfe745e9d2 apply scopeId to slot contents too 9 years ago
Evan You d76bf8cac8 improve template error detector 9 years ago
Evan You a5ccee3079 make modal e2e test more stable on CI 9 years ago
Evan You b1351be073 support _scopeId in SSR 9 years ago
Evan You b0ad94fc87 properly encode HTML in server-side rendering (fix #3078) 9 years ago
Evan You d1a5298372 adjust build setup 9 years ago
Evan You 22a4d77197 fix select2 e2e test in phantomjs 9 years ago
Evan You bd71c06b6f tweak e2e script to allow passing in more flags to npm task 9 years ago
Evan You 000433c878 get tests passing on all suacelab browsers 9 years ago
Evan You cec833a9e8 implement new v-for iterator syntax (ref: #3073) 9 years ago