Evan You
65cb5b4f78
adjust async chunk inference strategy
8 years ago
Evan You
9a5dd1bac8
fix test
8 years ago
Evan You
3b04547c0c
refactor render
8 years ago
Evan You
4e40666d53
wip
8 years ago
Evan You
37fb988271
comments
8 years ago
Evan You
5ec2a7b82c
handle new component-lifecycle-based style injection strategy
8 years ago
Evan You
ac219b34c3
ssr direct mode
8 years ago
Yadong Wen
dc21884d38
Fix 0 download issue with monthly download shield ( #5426 )
8 years ago
Tony Luisi
0494d16a29
fixed readme for styling inconsistencies ( #5412 )
8 years ago
schoonc
9c3e96f757
fix typo in comment ( #5411 )
8 years ago
Evan You
7497723c6a
disable duplicate attr warning in Edge ( fix #5394 )
8 years ago
Evan You
682141fccc
support Symbol in props type validation ( close #5396 )
8 years ago
Evan You
9fe26a6327
handle recursive traces
8 years ago
Evan You
4b6913cb46
handle errors in nextTick ( close #5277 )
8 years ago
Evan You
4dff99d6e3
improve warning component tracing ( close #5389 )
8 years ago
Evan You
98326ce878
add extra change listener for v-model ( fix #5248 , #5387 )
8 years ago
Eduardo San Martin Morote
b997af0c01
Use genAssignmentCode in chehckbox model web compiler ( #5402 )
Fix #5398
8 years ago
Evan You
a150317324
expose config._lifecycleHooks for compat ( close #5391 )
8 years ago
Evan You
989ed6d61a
add dev:esm script
8 years ago
Evan You
c82546c54b
fix keep-alive pruning active instance
8 years ago
Evan You
561bb467ba
test functional auto props with render fn
8 years ago
Evan You
a7965292f4
comments for flow type nodes
8 years ago
Evan You
08d37c0e8c
coverage (passive not supported in PhantomJS)
8 years ago
Evan You
1073035164
fix activate hook call timing (fix vue-router#1212)
8 years ago
Evan You
931aaea8dc
expand .sync into extra listener
8 years ago
Romoo
ba138549db
fix style ( #5383 )
8 years ago
Evan You
c28b566f19
tests for functional component api improvements
8 years ago
Evan You
d2b7142cf5
tests for advanced async component features
8 years ago
Evan You
e7a066fe61
Merge branch 'async-improvements' into dev
8 years ago
Evan You
7d3c883f83
fix functional context resolving merge errors
8 years ago
Evan You
4e12b25d78
simplify functional component usage
8 years ago
Evan You
dab4db8a23
no need to check domProps in extract-props because domProp casting can only happen for native elements
8 years ago
Evan You
5213ec7bbf
helperify ssr
8 years ago
Evan You
841fe6028a
test computed property conflict warnings
8 years ago
Evan You
dc4f3aaf11
helperify web runtime modules
8 years ago
Evan You
c5808dc3de
helperify core vdom helpers
8 years ago
Evan You
9467942b7a
split get-first-component-child
8 years ago
Evan You
0a64ede2d5
use helpers in extract-props
8 years ago
Evan You
5818ac9203
split create-functional-component
8 years ago
kingwl
2701fa1a64
add provide/inject on functional context ( #5204 )
8 years ago
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
8 years ago
Evan You
ae07fedf8a
use inline function check
8 years ago
Evan You
4e980976ea
async component improvements
8 years ago
Evan You
354c2f4922
fix keep-alive cache incorrectly pruned with transition mode="out-in" ( fix #5346 )
8 years ago
Evan You
bbec0763ab
remove problematic test cases (mutating in render fn)
8 years ago
Evan You
35aa5f0b2b
warn click.right ( close #5330 )
8 years ago
Evan You
a12d32a56d
fix style diffing on cached/slot elements ( fix #5318 )
8 years ago
Evan You
6622839068
style and class should be reserved for web
8 years ago
Evan You
e7e86fd08b
warn computed properties that are already defined as data or props
8 years ago
AchillesJ
3c0265517b
handle errors thrown by directive hooks ( #5314 ) ( #5324 )
* handle errors thrown by directive hooks
* fix import
8 years ago