Evan You
|
528621ba41
feat(runtime-core): support `config.optionMergeStrategies`
|
6 years ago |
Evan You
|
123738727a
fix(keep-alive): should update re-activated component with latest props
|
6 years ago |
Evan You
|
bfae9b2e55
types: fix createVNode dts generation
|
6 years ago |
Evan You
|
0831b98eac
fix(compiler-core): support interpolation in RCDATA mode (e.g. textarea)
|
6 years ago |
Evan You
|
455a1534c9
refactor: transformHArgs -> transformVNodeArgs
|
6 years ago |
Evan You
|
cba2f1aadb
feat(asyncComponent): SSR/hydration support for async component
|
6 years ago |
Evan You
|
9fc8ade884
chore: update dist file readme
|
6 years ago |
Evan You
|
4c1a193617
fix: do not drop SFC runtime behavior code in global builds
|
6 years ago |
Evan You
|
4126a9dd51
build: add runtime-global build for vue
|
6 years ago |
Evan You
|
f529dbde23
fix: dynamic component fallback to native element
|
6 years ago |
Evan You
|
1b2149dbb2
fix(reactivity): should not observe frozen objects
|
6 years ago |
Evan You
|
0dc2478569
fix(transition): fix duration prop validation
|
6 years ago |
Yang Mingshan
|
dff2fbab93
types(watch): export watchEffect types (#866)
|
6 years ago |
Yang Mingshan
|
14908f2734
chore: prefer const (#865)
|
6 years ago |
dependabot-preview[bot]
|
8adf0d682a
build(deps): bump @babel/types from 7.8.7 to 7.9.0 (#872)
|
6 years ago |
dependabot-preview[bot]
|
fa15df6170
build(deps): bump @babel/parser from 7.8.8 to 7.9.3 (#871)
|
6 years ago |
Evan You
|
b8c1be18f3
refactor(types): use stricter settings
|
6 years ago |
Evan You
|
b3890a93e3
fix(runtime-core): fix component proxy props presence check
|
6 years ago |
Evan You
|
c3bb3169f4
feat(runtime-core): async component support
|
6 years ago |
Igor Randjelovic
|
d425818901
fix(runtime-dom): invalid lineGradient svg tag (#863)
|
6 years ago |
ysj16
|
a3601e9fa7
perf(transform-vif): don't need to createBlock for a component (#853)
|
6 years ago |
Evan You
|
342d46d82a
build: run ls-lint on commit
|
6 years ago |
Lucas Löffel
|
927f6cbd62
build: add ls-lint for linting file names (#855)
|
6 years ago |
Jessica Sachs
|
b7d1e0fa2f
feat: add hook for transforming h's arguments (#851)
|
6 years ago |
dependabot-preview[bot]
|
d4aaa216db
build(deps-dev): bump @microsoft/api-extractor from 7.7.9 to 7.7.10
|
6 years ago |
Evan You
|
ba9a91c48c
refactor: remove null comparisons
|
6 years ago |
Evan You
|
811f28a7d1
test(runtime-core): tests for vnode hooks
|
6 years ago |
Evan You
|
ebc1ca8eff
fix(suspense): clear effects on suspense resolve
|
6 years ago |
Evan You
|
be91b43564
types: improve directive hook argument types
|
6 years ago |
Evan You
|
aa4ab39c1a
refactor: separate vnode hooks and directive hooks
|
6 years ago |