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
Razvan Stoenescu
255b627f39
fix #5321 don't throw error when node gets relocated ( #5322 )
* don't throw error when node gets relocated
* perf: Simplify if check in vdom/patch
8 years ago
Evan You
9311876c7c
safer isNative check ( fix #5361 )
8 years ago
Evan You
71e0992127
update sponsors
8 years ago
Evan You
78b73686ea
expose preload/prefetch/scripts rendering on render context if no template is provided
8 years ago
Evan You
1e37633567
fix ssr xss ( fix #5351 )
8 years ago
Evan You
924435a0fa
ssr: only preload scripts by default
8 years ago
Evan You
d2ff956b94
tweak async component resolving
8 years ago
Evan You
80fa9bf3d6
fix hydration tests
8 years ago
Evan You
1648adb6c7
fix import
8 years ago
Evan You
69e62f0a74
refactor: remove constants from config
8 years ago
Evan You
d3aee4ea4e
make vdom hot code more explicit and vm friendly
8 years ago
Evan You
86a714cc47
refactor create-component.js
8 years ago
Evan You
92e91927f5
update docs for ssr
8 years ago
Evan You
e5e940307b
add dep
8 years ago
Evan You
f4f4c126f2
ssr: handle link rel=preload for non-js assets too
8 years ago
Evan You
81a187b668
bump lock
8 years ago
Evan You
ee3f061cce
update sponsors
8 years ago
Evan You
37035e5e74
update yarn.lock
8 years ago
Evan You
a1e01bf492
only handle script preload
8 years ago
Evan You
655c0f185b
tests for ssr bundleRenderer + template + clientManifest
8 years ago
Evan You
2ea80399da
restructure ssr tests: move template tests into separate file
8 years ago
Evan You
e0a7c1ac68
use data attribute for ssr marker
8 years ago
Evan You
c880db55be
tweak prefetch inferring
8 years ago
Evan You
8827406c86
support embedding scripts
8 years ago
Evan You
dbb47db248
handle updated bundle format and client manfiest
8 years ago
Evan You
fb3efcc9a8
tweak key
8 years ago
Evan You
fa42a7b35d
handle no-css async chunks
8 years ago
Evan You
2451c45d4f
fix preload for used chunks
8 years ago
Evan You
2fe42ef0c5
fix option passing
8 years ago