Evan You
|
5455e8e69a
fix(compiler-core): should not hoist element with cached + merged event handlers
|
6 years ago |
Evan You
|
9aaef60ad2
wip(ssr): adjust event hydration flag
|
6 years ago |
Evan You
|
6b505dcd23
wip(ssr): basic element hydration
|
6 years ago |
Evan You
|
35d91f4e18
fix(runtime-core): handle component updates with only class/style bindings
|
6 years ago |
Evan You
|
c6a9787941
fix(types): ensure correct oldValue typing based on lazy option
|
6 years ago |
Evan You
|
8e19424c04
refactor(security): mark potential unsafe code paths
|
6 years ago |
Evan You
|
8b7c162125
feat(compiler-dom): handle constant expressions when stringifying static content
|
6 years ago |
Evan You
|
1389d7b88c
refactor(compiler-core): use more concise marker for compiled slots
|
6 years ago |
Evan You
|
175f8aae8d
feat(compiler): mark hoisted trees with patchFlag
|
6 years ago |
Evan You
|
d866d389f3
chore: fix import path + comment
|
6 years ago |
Evan You
|
27913e661a
feat(compiler-dom/runtime-dom): stringify eligible static trees
|
6 years ago |
Evan You
|
e861c6da90
test: test updates for d40c642
|
6 years ago |
Evan You
|
e3988b40d8
refactor(compiler-core): use dedicated node type for element codegen
|
6 years ago |
Yang Mingshan
|
fe9da2d0e4
fix(runtime-core/scheduler): invalidate job (#717)
|
6 years ago |
Evan You
|
f4c54a888b
refactor(compiler-core): hoist static text calls between elements
|
6 years ago |
Evan You
|
12fcf9ab95
fix(compiler): fix v-for fragment openBlock argument
|
6 years ago |
Evan You
|
47e984d31f
refactor(compiler): provide _ctx and _cache via arguments
|
6 years ago |
Evan You
|
ade07c64a1
fix(compiler-core): fix keep-alive when used in templates
|
6 years ago |
Dmitry Sharshakov
|
6d10a6c772
feat(server-renderer): support on-the-fly template compilation (#707)
|
6 years ago |
Evan You
|
cfadb98011
fix(runtime-core): rework vnode hooks handling
|
6 years ago |
Evan You
|
8a87074df0
fix(runtime-core/scheduler): avoid duplicate updates of child component
|
6 years ago |
Evan You
|
778f3a5e88
fix(runtime-core): should not return early on text patchFlag
|
6 years ago |
Evan You
|
571ed4226b
feat(compiler-core/v-on): support @vnode-xxx usage for vnode hooks
|
6 years ago |
Jonas
|
5495c70c4a
fix(transition-group): handle multiple move-classes (#679)
|
6 years ago |
Dmitry Sharshakov
|
430d4e10bb
test(compiler-sfc): add real tests for source maps (#704)
|
6 years ago |
djy0
|
782db6d7f5
chore(compiler-core/codegen): avoid generate indent spaces of empty lines. (#701)
|
6 years ago |
djy0
|
42db2fef9d
test(compiler-ssr): fix typo (#713)
|
6 years ago |
Evan You
|
e308ad99e9
refactor: ensure setup context.emit always point to intenral emit
|
6 years ago |
Evan You
|
4bc4cb970f
fix: remove effect from public API
|
6 years ago |
jods
|
21944c4a42
feat(runtime-core/reactivity): expose shallowReactive (#711)
|
6 years ago |