362 Commits (06f41ad9fe9de374b29be5913cb133ce10204046)

Author SHA1 Message Date
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 cfe745e9d2 apply scopeId to slot contents too 9 years ago
Evan You d76bf8cac8 improve template error detector 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 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 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
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
Evan You 48a0d29e35 rename track-by -> key 9 years ago
Evan You 03e0dab1f4 add prop mutation warning 9 years ago
Evan You 313442d38a test create component hook merging 9 years ago
Evan You 060fab9ec1 make ref a runtime module 9 years ago
Evan You 4290cdb6f1 fix hydration warning test in phantomjs 9 years ago
Evan You d40ab0ca87 fix component client-side hydration 9 years ago
Evan You 2ce08d63cc test transition on child components 9 years ago
Evan You bb5c102c35 fix errorHandler tests 9 years ago
Evan You 068f6270d5 test for errorHandler config 9 years ago
Evan You eca4ad8203 more tests/fixes 9 years ago
Evan You f8cfc81826 remove unnecessary v-pre related code 9 years ago
Evan You bd12a68b02 add v-ref + v-for test case 9 years ago
Evan You 3e596bb97b handle event removal 9 years ago
Evan You 1fc251cfa4 rename errorHandler config 9 years ago
Evan You 366188fbde coverage improvements 9 years ago
Evan You ff9c6b09bb fix svg parsing in IE 9 years ago
Evan You 2e678b87a5 remove classList polyfill in tests 9 years ago
Evan You b42f4b4c7f improve transition tests 9 years ago