Evan You
|
cc4c066989
|
fix coverage
|
8 years ago |
Evan You
|
3446d1485d
|
support functional components as named slot (fix #3872)
|
8 years ago |
Eduardo San Martin Morote
|
c835ce57ff
|
Allow text nodes on static templates in components (#3826)
Fix #3824
|
8 years ago |
Evan You
|
99ea0f8229
|
adjust named slot resolve check (fix #3819)
|
8 years ago |
Evan You
|
b8369e802b
|
fix test template typo
|
8 years ago |
Evan You
|
c791fc7826
|
fix unit tests in IE9
|
8 years ago |
Evan You
|
673dec6040
|
fix duplicate slot warning spelling
|
8 years ago |
Evan You
|
4afccc8eec
|
proper slot duplication warning (fix #3595)
|
8 years ago |
Evan You
|
f4a505c67c
|
support returning promise for async components (close #3527)
|
8 years ago |
Evan You
|
a152fe0e98
|
only gen checkbox/radio model on input tags (fix #3516)
|
8 years ago |
Evan You
|
e6c5f21f86
|
fix event initialization on reused slot nodes (fix #3518)
|
8 years ago |
Evan You
|
7b4a5a14e3
|
add warning for incorrect <slot> usage (ref #3447)
|
8 years ago |
Evan You
|
9d43bff27e
|
fix component in slot lifecycle (fix #3437)
|
8 years ago |
Evan You
|
cdc0bc9cd4
|
improve keep-alive: use component-based API
|
8 years ago |
Evan You
|
6e1597cf0b
|
fix quote decoding for templates retrieved from innerHTML (fix #3403)
|
8 years ago |
Evan You
|
21908b7267
|
ensure children is only re-resolved on parent update (fix #3400)
|
8 years ago |
Evan You
|
351aef3cb4
|
use comment node as empty placeholder (fix <transition> SSR hydration)
|
8 years ago |
Evan You
|
2732fec59e
|
tweak error handling
|
8 years ago |
Evan You
|
210a3a22b0
|
test in-out early cancel with keep-alive
|
8 years ago |
Evan You
|
45a489ba81
|
support move transitions in transition-group
|
8 years ago |
Evan You
|
ef311931a3
|
all tests pass for new transition API
|
8 years ago |
Evan You
|
d0482a0fae
|
should not keep slot name when passed further down (fix #3259)
|
8 years ago |
Evan You
|
dffeb1d1c2
|
fix HOC root node replace updates
|
9 years ago |
Evan You
|
ebd8d5fd59
|
fix transition active class application timing to avoid initial flash
|
9 years ago |
Evan You
|
34bcc02b77
|
remove preserveWhitespace config option
|
9 years ago |
Evan You
|
e433032f8f
|
test for keep-alive teardown
|
9 years ago |
Evan You
|
8129e0c315
|
tests for keep-alive
|
9 years ago |
Evan You
|
43da334ec1
|
test programmatic $slot access
|
9 years ago |
Evan You
|
3a0557a317
|
component slot tests
|
9 years ago |
Evan You
|
f5297358af
|
fix linting problems
|
9 years ago |
Evan You
|
9d3479a76c
|
rearrange option tests
|
9 years ago |
Evan You
|
af0bf2a886
|
async component tests
|
9 years ago |
Evan You
|
f8ece6144a
|
improve waitForUpdate() syntax
|
9 years ago |
Evan You
|
07cf6444c6
|
return this in $mount, make unit tests more consistent
|
9 years ago |
Evan You
|
2021b1f36f
|
layout unit test files
|
9 years ago |
Evan You
|
6593be9f75
|
update unit tests convention + basic component tests
|
9 years ago |
Evan You
|
26b776fa81
|
add placeholders for unit tests
|
9 years ago |