Commit Graph

290 Commits

Author SHA1 Message Date
kazuya kawaguchi 41a3b79ecd add compile option test (#3181) 2016-06-30 11:01:37 -04:00
Evan You 5882a0e3b5 transition: onEnter -> enter, onLeave -> leave, onAppear -> appear (ref #3172) 2016-06-29 21:37:31 -04:00
Evan You 7827593972 custom directive: postupdate -> componentUpdated (ref #3172) 2016-06-29 21:32:02 -04:00
Evan You ba3bec824d SSR: allow user to provide own (possibly async) cache implementation 2016-06-29 16:45:01 -04:00
Evan You 6cf19291be adjust v-model on component sync mechanism (fix #3179) 2016-06-29 12:25:28 -04:00
Evan You 1b60a88ee1 adjust sameVnode check (fix #3176) 2016-06-29 12:03:37 -04:00
Evan You feee9ef6f6 remove camelCase tag warning 2016-06-28 17:41:44 -04:00
Evan You 98a7e75f1e increase transition test durations for suacelabs 2016-06-27 22:18:01 -04:00
Evan You 827ac27a96 fix eslint 2016-06-27 17:19:49 -04:00
Evan You b791c5722f tests for ssr bundle renderer 2016-06-27 17:11:04 -04:00
Evan You 43fabd5c96 pass the context vm in transition hooks 2016-06-27 15:11:40 -04:00
Evan You 0800fbe641 allow omitting data in createElement 2016-06-27 14:18:13 -04:00
Evan You 06b470369a element namespace should be resolved at runtime for render function / jsx usage 2016-06-27 14:02:14 -04:00
Evan You f20b1a8333 fix ssr test case for init -> beforeCreate change 2016-06-27 12:53:12 -04:00
Evan You 8c86973198 rename: init -> beforeCreate 2016-06-27 12:29:59 -04:00
Evan You 1b3b19491f merge renderElement and renderElementWithChildren 2016-06-27 12:25:02 -04:00
Evan You cf8aeddc12 fix v-once with v-for and remove unused _t method (fix #3155) 2016-06-27 11:18:06 -04:00
Evan You 3f91f6577f fix id-resolved appear transition (fix #3157) 2016-06-26 20:03:39 -04:00
Evan You 36e63c234a coverage for new global mixin strategy 2016-06-25 23:18:08 -04:00
Evan You 1d8f3a264e better global mixin strategy 2016-06-25 10:43:19 -04:00
Evan You 4cf710e56d update ssr package 2016-06-25 00:05:39 -04:00
Evan You 76d7809a11 config.errorHandler should capture user wathcer errors too (ref #3142) 2016-06-22 22:43:58 -04:00
kazuya kawaguchi 194b20a9dc fix transition spec typo (#3141) 2016-06-22 22:01:42 -04:00
Evan You ebd8d5fd59 fix transition active class application timing to avoid initial flash 2016-06-22 22:01:11 -04:00
Evan You 3fe127b05a fix v-model number conversion (fix #3140) 2016-06-22 21:43:52 -04:00
Evan You f0efa9aad2 rename _keyCode -> _k 2016-06-22 11:39:40 -04:00
Evan You 4fe51a75a9 prohibit replacing Vue.config + support custom keyCodes 2016-06-22 11:35:33 -04:00
Evan You 63da54ddee fix v-on number keyCode support 2016-06-22 11:10:36 -04:00
Evan You 9071dfd47a test directive binding.expression 2016-06-21 02:19:00 -04:00
Evan You 8d2ee3c1f8 expose expression on directive binding 2016-06-21 02:17:11 -04:00
Evan You 9115291ccd move sfc parser spec 2016-06-21 02:17:11 -04:00
Evan You 2af9f68bd9 remove source-map generation from sfc parser 2016-06-21 02:17:11 -04:00
kazuya kawaguchi cf1a697710 fix v-model warning on component (#3102) 2016-06-18 11:08:44 -04:00
Evan You 439ca63f9f fix sfc-parser unary tags handling 2016-06-17 15:35:59 -04:00
zigomir 27252928d3 Add failing test. 2016-06-17 14:53:36 -04:00
Evan You 68a73cfd19 support dynamic refs 2016-06-17 14:11:09 -04:00
Evan You c949c74986 change ref to a built-in attribute 2016-06-17 14:03:19 -04:00
Evan You e3fb6fe834 remove <render> tag 2016-06-17 13:25:34 -04:00
Evan You d398023ad1 functional components 2016-06-17 13:21:04 -04:00
Evan You 41e46476a5 pass createElement into render functions 2016-06-17 11:29:22 -04:00
Evan You 2bb15044d1 prohibit replacing $data 2016-06-16 14:10:50 -04:00
Evan You 9e14146fb2 temporarily disable firefox in e2e tests until nightwatch updates to work with FF 47 2016-06-15 14:16:42 -04:00
Evan You cfe745e9d2 apply scopeId to slot contents too 2016-06-15 13:33:12 -04:00
Evan You d76bf8cac8 improve template error detector 2016-06-15 11:31:43 -04:00
Evan You a5ccee3079 make modal e2e test more stable on CI 2016-06-15 10:40:40 -04:00
Evan You b1351be073 support _scopeId in SSR 2016-06-14 14:45:45 -04:00
Evan You b0ad94fc87 properly encode HTML in server-side rendering (fix #3078) 2016-06-14 14:15:41 -04:00
Evan You d1a5298372 adjust build setup 2016-06-13 18:56:36 -04:00
Evan You 22a4d77197 fix select2 e2e test in phantomjs 2016-06-13 18:14:44 -04:00
Evan You bd71c06b6f tweak e2e script to allow passing in more flags to npm task 2016-06-13 18:01:12 -04:00
Evan You 000433c878 get tests passing on all suacelab browsers 2016-06-13 17:51:22 -04:00
Evan You cec833a9e8 implement new v-for iterator syntax (ref: #3073) 2016-06-13 14:55:53 -04:00
Evan You 9842f3eb38 refactor sfc-parser to handle nested template tags 2016-06-13 14:09:24 -04:00
Evan You 9438408210 fix SSR tests after preserveWhitespace removal 2016-06-10 18:26:48 -04:00
Evan You cccfda96da test for config.optionMergeStrategies 2016-06-10 18:20:48 -04:00
Evan You 34bcc02b77 remove preserveWhitespace config option 2016-06-10 18:14:58 -04:00
Evan You a5cd31ab6d coverage for sfc-parser 2016-06-10 16:57:42 -04:00
Evan You f0a9e3d0f0 test padding and source map for sfc-parser 2016-06-10 16:54:58 -04:00
Evan You 7503f8eb15 support _scopeId 2016-06-08 18:26:15 -04:00
Evan You 3edfc4518d support postTransform as well 2016-06-08 17:33:33 -04:00
Evan You 3ddef0c53c add preTransform option for compiler modules 2016-06-08 16:36:01 -04:00
Evan You 8924e91abc v-pre nodes should use staticAttrs 2016-06-08 16:22:51 -04:00
Evan You a53d54aa8a fix whitespace vnode identity breaking patch (fix #3043) 2016-06-08 13:28:55 -04:00
Evan You d9ce1306e1 fix tests for global name override 2016-06-08 12:53:28 -04:00
Evan You 02d5330e50 detect and warn against using keywords as property names 2016-06-08 12:15:59 -04:00
Evan You b1ef7cf168 coverage for sfc-parser 2016-06-07 21:56:28 -04:00
Evan You f8daf74640 adjust build 2016-06-07 21:53:43 -04:00
Evan You e236f80fa0 parser for single-file components 2016-06-07 21:36:00 -04:00
Evan You b02b1e5ba4 better template compilation error warnings 2016-06-06 14:15:21 -04:00
Evan You e433032f8f test for keep-alive teardown 2016-06-06 01:20:27 -04:00
Evan You 8129e0c315 tests for keep-alive 2016-06-06 00:47:29 -04:00
Evan You 15d650054c tests for transition-mode 2016-06-06 00:04:14 -04:00
Evan You 7a06a9df3b prepare keep-alive and transition-mode tests 2016-06-05 15:26:45 -04:00
kazuya kawaguchi 8d22ee912e add ssr custom directive test (#3030) 2016-06-04 10:52:47 -04:00
Evan You 8015100d77 improve inline transition test (test merging with exsiting definition) 2016-06-03 15:19:06 -04:00
Evan You 9adbe9c399 also test mounted for child component 2016-06-03 15:19:00 -04:00
Evan You 93501f2002 transition refactoring 2016-06-02 22:29:54 -04:00
Evan You 4cff0a7d76 use separate className for appear transitions 2016-06-02 18:18:45 -04:00
Evan You 4bcdce895c record original tag name on vnode for components using is attribute 2016-06-02 18:18:32 -04:00
Evan You 48a0d29e35 rename track-by -> key 2016-06-02 13:43:53 -04:00
Evan You 03e0dab1f4 add prop mutation warning 2016-06-01 21:50:00 -04:00
Evan You 313442d38a test create component hook merging 2016-06-01 20:02:39 -04:00
Evan You 060fab9ec1 make ref a runtime module 2016-06-01 19:52:42 -04:00
Evan You 4290cdb6f1 fix hydration warning test in phantomjs 2016-06-01 18:52:33 -04:00
Evan You d40ab0ca87 fix component client-side hydration 2016-06-01 18:20:13 -04:00
Evan You 2ce08d63cc test transition on child components 2016-06-01 17:15:25 -04:00
Evan You bb5c102c35 fix errorHandler tests 2016-06-01 17:14:02 -04:00
Evan You 068f6270d5 test for errorHandler config 2016-06-01 17:10:24 -04:00
Evan You eca4ad8203 more tests/fixes 2016-06-01 16:56:27 -04:00
Evan You f8cfc81826 remove unnecessary v-pre related code 2016-06-01 15:03:09 -04:00
Evan You bd12a68b02 add v-ref + v-for test case 2016-06-01 15:02:55 -04:00
Evan You 3e596bb97b handle event removal 2016-06-01 14:49:51 -04:00
Evan You 1fc251cfa4 rename errorHandler config 2016-06-01 11:19:16 -04:00
Evan You 366188fbde coverage improvements 2016-06-01 11:17:37 -04:00
Evan You ff9c6b09bb fix svg parsing in IE 2016-05-31 22:41:56 -04:00
Evan You 2e678b87a5 remove classList polyfill in tests 2016-05-31 21:42:33 -04:00
Evan You b42f4b4c7f improve transition tests 2016-05-31 20:55:13 -04:00
Evan You 79bfb1809a more transition tests 2016-05-31 20:36:06 -04:00
Evan You 74538b4529 basic transition tests 2016-05-31 19:09:57 -04:00
Evan You 9c2ca07cc6 more coverage improvements 2016-05-31 15:26:55 -04:00