Evan You
|
dcf2458fa8
fix(runtime-core): fix dynamic node tracking in dynamic component that resolves to plain elements
|
6 years ago |
Evan You
|
19223f5462
build: remove __BUNLDER__ flag so that HMR is available for all builds
|
6 years ago |
Evan You
|
09b4202a22
refactor(reactivity): adjust APIs
|
6 years ago |
Evan You
|
4046f0bc03
chore: revert debugging dev flag
|
6 years ago |
Evan You
|
2e06f5bbe8
feat(runtime-core): detect and warn against components made reactive
|
6 years ago |
Evan You
|
cb504c287f
refactor(runtime-core): refactor slots resolution
|
6 years ago |
Evan You
|
c5f0f63b91
refactor(runtime-core): make setup attrs proxy dev only
|
6 years ago |
Evan You
|
ec4a4c1e06
refactor(runtime-core): refactor props resolution
|
6 years ago |
Evan You
|
eee5095692
refactor: rename `<portal>` to `<teleport>`
|
6 years ago |
Evan You
|
8ce3da0104
feat(portal): support disabled prop
|
6 years ago |
Evan You
|
aafb880a0a
feat(portal): support multiple portal appending to same target
|
6 years ago |
Evan You
|
bfae9b2e55
types: fix createVNode dts generation
|
6 years ago |
Evan You
|
455a1534c9
refactor: transformHArgs -> transformVNodeArgs
|
6 years ago |
Evan You
|
f529dbde23
fix: dynamic component fallback to native element
|
6 years ago |
Evan You
|
b8c1be18f3
refactor(types): use stricter settings
|
6 years ago |
Evan You
|
ba9a91c48c
refactor: remove null comparisons
|
6 years ago |
Evan You
|
aa4ab39c1a
refactor: separate vnode hooks and directive hooks
|
6 years ago |
Evan You
|
6679799540
refactor: refactor vnode hooks invocation
|
6 years ago |
Evan You
|
9ad65b1653
refactor(template-ref): improve template ref handling
|
6 years ago |
Evan You
|
8a58dce603
feat(runtime-core): set context for manual slot functions as well
|
6 years ago |
djy0
|
58bc51991e
chore(runtime-core): fix typo in warning (#841) [ci skip]
|
6 years ago |
Evan You
|
eb1d538ea2
test(ssr): hydration suspense tests
|
6 years ago |
Evan You
|
a3cc970030
feat(ssr/suspense): suspense hydration
|
6 years ago |
Katashin
|
dd17fa1c90
feat(runtime-core): add special property to get class component options (#821)
|
6 years ago |
Cédric Exbrayat
|
28a9beed16
fix(runtime-core): always set invalid vnode type (#820)
|
6 years ago |
djy0
|
54a0e93c27
fix(runtime-core): should allow empty string and 0 as valid vnode key (#807)
|
6 years ago |
Evan You
|
e1660f4338
refactor(runtime-core): adjust attr fallthrough behavior
|
6 years ago |
Evan You
|
9d2ac6675a
refactor: make portal tree-shakeable
|
6 years ago |
Evan You
|
6df2aca070
refactor(types): move shapeFlags to shared
|
6 years ago |
Evan You
|
9aaef60ad2
wip(ssr): adjust event hydration flag
|
6 years ago |