Evan You
|
f476b7f030
feat(runtime-core): add app.config.throwUnhandledErrorInProduction
|
1 year ago |
Evan You
|
26356264d2
chore: Merge branch 'main' into minor
|
1 year ago |
Evan You
|
9daf90e29f
refactor(runtime-core): extract getComponentPublicInstance helper
|
1 year ago |
dopamine
|
612bbf0507
fix(types): improve `app.provide` type checking (#10603)
|
1 year ago |
Evan You
|
908f70adc0
fix(types): fix app.component() typing with inline defineComponent
|
2 years ago |
Thorsten Lünborg
|
582a3a382b
feat(runtime-core): add app.onUnmount() for registering cleanup functions (#4619)
|
2 years ago |
Wick
|
76c9c742e9
chore(runtime-core): optimize validateComponentName (#10378)
|
2 years ago |
Evan You
|
b31dd7468b
dx(reactivity): disable recursive computed warning by default
|
2 years ago |
yangxiuxiu
|
75e02b5099
fix(runtime-core): support for nested calls to runWithContext (#10261)
|
2 years ago |
三咲智子 Kevin Deng
|
bfe6b459d3
style: update format & lint config (#9162)
|
2 years ago |
Carles Mitjans
|
a41409ed02
feat(types): support passing generics when registering global directives (#9660)
|
2 years ago |
三咲智子 Kevin Deng
|
fa4969e7a3
feat(types): export ObjectPlugin and FunctionPlugin types (#8946)
|
2 years ago |
Fabian Gündel
|
d42b6ba3f5
feat: MathML support (#7836)
|
2 years ago |
Evan You
|
7f00ec2d97
chore: remove deprecated AppConfig.unwrapInjectedRef option
|
2 years ago |
Carlos Rodrigues
|
1c525f75a3
types: support app.component to be `defineComponent` (#9662)
|
2 years ago |
丶远方
|
712f96d6ac
perf: replace Map/Set with WeakMap/WeakSet (#8549)
|
2 years ago |
Evan You
|
37a14a5dae
Revert "fix(types): propagate type parameter constraints for TypeScript 4.8 (#6351)"
|
2 years ago |
Daniel Rosenwasser
|
516fabb725
fix(types): propagate type parameter constraints for TypeScript 4.8 (#6351)
|
2 years ago |
三咲智子 Kevin Deng
|
7cdd13bd1e
chore: fix typo
|
2 years ago |
丶远方
|
3798c5480b
chore: remove unnecessary type assertions (#8311)
|
2 years ago |
Evan You
|
526fa3b2cc
feat(deprecation): unwrap injected refs in Options API by default, deprecate app.config.unwrapInjectedRefs
|
3 years ago |
Eduardo San Martin Morote
|
869f3fb93e
feat(app): app.runWithContext() (#7451)
|
3 years ago |
Evan You
|
6213b73cd2
build: custom const enum processing
|
3 years ago |
Tony Trinh
|
c513126c5d
types(runtime-core): support plugin options type inference (#3969)
|
3 years ago |
nandi95
|
506a42a9a5
types(runtime-core): added `ComponentCustomProperties` type to `globalProperties` (#5389)
|
3 years ago |
Evan You
|
5381abc057
fix(types): support TypeScript 4.8
|
3 years ago |
zs
|
0c07f12541
chore: warn when mounting different apps on the same host element (#5573)
|
4 years ago |
qinxiaosen_ccc
|
292ce69439
chore: remove outdated type comment (#5103)
|
4 years ago |
Evan You
|
7efb9dba30
refactor: remove use of Object.assign
|
4 years ago |
Yuchao
|
d121a9bc7e
fix(runtime-core): Avoid mutating original options object in createApp (#4840)
|
4 years ago |