Commit Graph

1874 Commits

Author SHA1 Message Date
Evan You
745fcd6d78 directMode -> runInNewContext 2017-04-16 21:45:31 +08:00
katashin
086ae4469b allow an extended constructor as global mixin (#5448) 2017-04-16 15:38:13 +08:00
Evan You
5eeb9de5e7 ssr: repeat all test cases for directMode 2017-04-14 16:26:12 +08:00
Evan You
760a74480e test warning component trace 2017-04-14 15:19:41 +08:00
Evan You
3ff17889e9 bump plugin version 2017-04-14 14:55:12 +08:00
Evan You
63b7b86209 update sponsors 2017-04-14 13:48:42 +08:00
Evan You
65cb5b4f78 adjust async chunk inference strategy 2017-04-14 13:48:42 +08:00
Evan You
9a5dd1bac8 fix test 2017-04-14 13:48:42 +08:00
Evan You
3b04547c0c refactor render 2017-04-14 13:48:42 +08:00
Evan You
4e40666d53 wip 2017-04-14 13:48:42 +08:00
Evan You
37fb988271 comments 2017-04-14 13:48:42 +08:00
Evan You
5ec2a7b82c handle new component-lifecycle-based style injection strategy 2017-04-14 13:48:42 +08:00
Evan You
ac219b34c3 ssr direct mode 2017-04-14 13:48:42 +08:00
Yadong Wen
dc21884d38 Fix 0 download issue with monthly download shield (#5426) 2017-04-13 13:07:22 +08:00
Tony Luisi
0494d16a29 fixed readme for styling inconsistencies (#5412) 2017-04-11 10:47:05 +08:00
schoonc
9c3e96f757 fix typo in comment (#5411) 2017-04-10 22:52:02 +02:00
Evan You
7497723c6a disable duplicate attr warning in Edge (fix #5394) 2017-04-10 20:51:50 +08:00
Evan You
682141fccc support Symbol in props type validation (close #5396) 2017-04-10 20:36:59 +08:00
Evan You
9fe26a6327 handle recursive traces 2017-04-10 17:48:37 +08:00
Evan You
4b6913cb46 handle errors in nextTick (close #5277) 2017-04-10 15:01:32 +08:00
Evan You
4dff99d6e3 improve warning component tracing (close #5389) 2017-04-10 14:41:08 +08:00
Evan You
98326ce878 add extra change listener for v-model (fix #5248, #5387) 2017-04-10 13:57:18 +08:00
Eduardo San Martin Morote
b997af0c01 Use genAssignmentCode in chehckbox model web compiler (#5402)
Fix #5398
2017-04-10 12:24:08 +08:00
Evan You
a150317324 expose config._lifecycleHooks for compat (close #5391) 2017-04-07 16:20:18 +08:00
Evan You
989ed6d61a add dev:esm script 2017-04-07 16:16:22 +08:00
Evan You
c82546c54b fix keep-alive pruning active instance 2017-04-07 16:11:40 +08:00
Evan You
561bb467ba test functional auto props with render fn 2017-04-07 16:11:09 +08:00
Evan You
a7965292f4 comments for flow type nodes 2017-04-07 16:10:36 +08:00
Evan You
08d37c0e8c coverage (passive not supported in PhantomJS) 2017-04-07 15:43:17 +08:00
Evan You
1073035164 fix activate hook call timing (fix vue-router#1212) 2017-04-07 15:30:37 +08:00
Evan You
931aaea8dc expand .sync into extra listener 2017-04-06 13:51:44 +08:00
Romoo
ba138549db fix style (#5383) 2017-04-06 10:50:21 +08:00
Evan You
c28b566f19 tests for functional component api improvements 2017-04-05 17:44:38 +08:00
Evan You
d2b7142cf5 tests for advanced async component features 2017-04-05 17:04:58 +08:00
Evan You
e7a066fe61 Merge branch 'async-improvements' into dev 2017-04-05 16:04:58 +08:00
Evan You
7d3c883f83 fix functional context resolving merge errors 2017-04-05 15:55:44 +08:00
Evan You
4e12b25d78 simplify functional component usage 2017-04-05 14:38:46 +08:00
Evan You
dab4db8a23 no need to check domProps in extract-props because domProp casting can only happen for native elements 2017-04-05 14:38:46 +08:00
Evan You
5213ec7bbf helperify ssr 2017-04-05 14:38:46 +08:00
Evan You
841fe6028a test computed property conflict warnings 2017-04-05 14:38:46 +08:00
Evan You
dc4f3aaf11 helperify web runtime modules 2017-04-05 14:38:46 +08:00
Evan You
c5808dc3de helperify core vdom helpers 2017-04-05 14:37:41 +08:00
Evan You
9467942b7a split get-first-component-child 2017-04-05 14:37:41 +08:00
Evan You
0a64ede2d5 use helpers in extract-props 2017-04-05 14:37:41 +08:00
Evan You
5818ac9203 split create-functional-component 2017-04-05 14:37:41 +08:00
kingwl
2701fa1a64 add provide/inject on functional context (#5204) 2017-04-05 14:36:15 +08:00
kingwl
beee7d8143 support v-on passive modifier (#5132)
* support v-on passive modifier

* fix supportsPassive and run unit when the test browser supports

* add mutual exclusive warning

* Fix typo

* Fix typo

* Remove extra line - CS fix
2017-04-05 14:35:16 +08:00
Evan You
ae07fedf8a use inline function check 2017-04-04 15:34:13 +08:00
Evan You
4e980976ea async component improvements 2017-04-04 15:06:00 +08:00
Evan You
354c2f4922 fix keep-alive cache incorrectly pruned with transition mode="out-in" (fix #5346) 2017-04-03 15:32:23 +08:00