233 Commits (1fa3844dc26745b4cb855b0934bd1b132ba33d9b)

Author SHA1 Message Date
Evan You 8c86973198 rename: init -> beforeCreate 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 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 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
kazuya kawaguchi cf1a697710 fix v-model warning on component (#3102) 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 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 cccfda96da test for config.optionMergeStrategies 9 years ago
Evan You 34bcc02b77 remove preserveWhitespace config option 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 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 48a0d29e35 rename track-by -> key 9 years ago
Evan You 03e0dab1f4 add prop mutation warning 9 years ago
Evan You 060fab9ec1 make ref a runtime module 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 bd12a68b02 add v-ref + v-for test case 9 years ago
Evan You 3e596bb97b handle event removal 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
Evan You 79bfb1809a more transition tests 9 years ago