211 Commits (8d2ee3c1f81ecc0811d6102dd629e71aade1d2ed)

Author SHA1 Message Date
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
Evan You 9842f3eb38 refactor sfc-parser to handle nested template tags 9 years ago
Evan You 9438408210 fix SSR tests after preserveWhitespace removal 9 years ago
Evan You cccfda96da test for config.optionMergeStrategies 9 years ago
Evan You 34bcc02b77 remove preserveWhitespace config option 9 years ago
Evan You a5cd31ab6d coverage for sfc-parser 9 years ago
Evan You f0a9e3d0f0 test padding and source map for sfc-parser 9 years ago
Evan You 7503f8eb15 support _scopeId 9 years ago
Evan You 3edfc4518d support postTransform as well 9 years ago
Evan You 3ddef0c53c add preTransform option for compiler modules 9 years ago
Evan You 8924e91abc v-pre nodes should use staticAttrs 9 years ago
Evan You a53d54aa8a fix whitespace vnode identity breaking patch (fix #3043) 9 years ago
Evan You d9ce1306e1 fix tests for global name override 9 years ago
Evan You 02d5330e50 detect and warn against using keywords as property names 9 years ago
Evan You b1ef7cf168 coverage for sfc-parser 9 years ago
Evan You f8daf74640 adjust build 9 years ago
Evan You e236f80fa0 parser for single-file components 9 years ago
Evan You b02b1e5ba4 better template compilation error warnings 9 years ago
Evan You e433032f8f test for keep-alive teardown 9 years ago
Evan You 8129e0c315 tests for keep-alive 9 years ago
Evan You 15d650054c tests for transition-mode 9 years ago
Evan You 7a06a9df3b prepare keep-alive and transition-mode tests 9 years ago
kazuya kawaguchi 8d22ee912e add ssr custom directive test (#3030) 9 years ago
Evan You 8015100d77 improve inline transition test (test merging with exsiting definition) 9 years ago
Evan You 9adbe9c399 also test mounted for child component 9 years ago
Evan You 93501f2002 transition refactoring 9 years ago
Evan You 4cff0a7d76 use separate className for appear transitions 9 years ago
Evan You 4bcdce895c record original tag name on vnode for components using is attribute 9 years ago