Commit Graph

290 Commits

Author SHA1 Message Date
Evan You bee95f8c08 Revert "remove parser pre/post transforms (not used)"
This reverts commit 2e7a792308.
2016-07-26 22:23:54 -04:00
Evan You 74f8b98509 handle static vnodes properly during patch (fix #3325) 2016-07-26 15:49:40 -04:00
Evan You e84a1a43be fix attribute decode reggression (fix #3327) 2016-07-26 14:38:46 -04:00
Evan You 097889fdac proper fix for attribute decode in PhantomJS 2016-07-25 21:29:05 -04:00
Evan You d83088ab07 extract nightwatch-helpers into npm package 2016-07-25 01:40:06 -04:00
Evan You 2c6930adfc further improve scheduler 2016-07-24 21:46:25 -04:00
Evan You 609054ef10 remove bind.prop shorthand 2016-07-21 13:44:06 -04:00
Evan You 23a22cbb44 support slots in functional components 2016-07-21 02:07:51 -04:00
Evan You 154e17abae support binding DOM properties with .prop modifier and :: shorthand 2016-07-21 01:53:30 -04:00
Evan You 472b8975ed adjust scheduler: call user watchers before component updates 2016-07-20 18:43:20 -04:00
Evan You ea9c6c37c3 support v-on .native modifier on components 2016-07-19 18:56:10 -04:00
Evan You 2e7a792308 remove parser pre/post transforms (not used) 2016-07-19 18:43:33 -04:00
Evan You 69ecdcb05e rename vnode.data.props -> domProps 2016-07-19 17:52:10 -04:00
Evan You 593cf3929e fix move test case 2016-07-17 01:40:31 -04:00
Evan You 6f7ec7f04d add computed property ssr test case 2016-07-15 19:19:55 -04:00
Evan You 2732fec59e tweak error handling 2016-07-15 17:22:53 -04:00
Evan You d867b9e2e4 test observed vnode data warning 2016-07-14 19:31:34 -04:00
Evan You 6f4601ceeb test transition-group 2016-07-14 17:51:25 -04:00
Evan You 210a3a22b0 test in-out early cancel with keep-alive 2016-07-14 12:26:31 -04:00
Evan You ccf3a61532 improve transition coverage 2016-07-14 12:20:18 -04:00
Evan You 70e531a3f3 test removing stale leaving elements 2016-07-14 11:06:22 -04:00
Evan You cf133365d5 test transition HOC 2016-07-14 10:59:10 -04:00
Evan You 05ef502c8a coverage for nested SVG vnode namespace 2016-07-14 10:53:12 -04:00
Evan You 45a489ba81 support move transitions in transition-group 2016-07-13 21:49:09 -04:00
Evan You 6672481b58 fix transition test in phantomjs 2016-07-13 14:14:24 -04:00
Evan You e94ad1437e remove vm argument in transition hooks 2016-07-13 13:51:45 -04:00
Evan You ef311931a3 all tests pass for new transition API 2016-07-13 13:33:12 -04:00
Evan You bb3fe8e68b update transition mode specs 2016-07-13 13:13:57 -04:00
Evan You 39bcd60a33 remove no longer necessary specs 2016-07-13 12:21:47 -04:00
Evan You fcb1e38b13 update transition tests for new syntax 2016-07-13 11:39:03 -04:00
Evan You afc414976c fix svg component children 2016-07-13 11:38:50 -04:00
Evan You d0482a0fae should not keep slot name when passed further down (fix #3259) 2016-07-12 16:32:04 -04:00
Evan You 8401852484 ensure child components insert hook invoke timing 2016-07-12 02:59:05 -04:00
Evan You e3f624e42e add assertion for enter hook timing 2016-07-10 11:14:22 -04:00
Evan You 0764ae252e ensure unique key for elements with transition (fix #3247) 2016-07-08 18:09:32 -04:00
Evan You a06a2d00e3 tune scheduler to ensure update order for late-pushed watchers 2016-07-08 13:20:53 -04:00
Evan You d164cf537a directive: always call update + ensure modifiers 2016-07-07 17:36:48 -04:00
Evan You 2c4fe07704 skip unknown element test on Android 4.2 2016-07-07 17:00:28 -04:00
Evan You 42889ff87a fix global directive function shorthand (fix #3243) 2016-07-07 16:09:26 -04:00
Evan You dffeb1d1c2 fix HOC root node replace updates 2016-07-07 15:30:42 -04:00
Evan You 751b0c87a4 fix watcher tests 2016-07-07 13:37:58 -04:00
Evan You 9b94176530 fix functional test 2016-07-07 13:32:34 -04:00
Evan You 03621ee245 adjust render fn + fix props validation for functional components 2016-07-06 19:07:59 -04:00
Evan You 5c6c8c7ed0 include compiler in vue-server-renderer 2016-07-05 14:19:13 -04:00
Evan You 93342d7b96 fix coverage 2016-07-03 15:03:48 -04:00
Evan You 579ff4ddbc fix nested svg namespaces 2016-07-03 14:51:14 -04:00
Evan You bf9c46f435 server.getCacheKey -> serverCacheKey 2016-07-03 13:17:57 -04:00
kazuya kawaguchi c665a682d2 pass vnode raw data in functional component (#3168) 2016-07-02 11:03:11 -04:00
Evan You b3710e07e9 fix eslint in tests 2016-06-30 15:19:58 -04:00
Evan You 5b668a9222 warn non-Array value for <select multiple> (close #3191) 2016-06-30 11:48:48 -04:00