Evan You
|
5ae7380b4a
feat: update Suspense usage (#2099)
|
5 anni fa |
HuangYi
|
98cc1f9d84
fix(KeepAlive): when exclude prop change, it should prune cache that not matched (#2111)
|
5 anni fa |
被雨水过滤的空气
|
890ca8aa34
fix(keep-alive): should use onMounted and onUpdated to invoke cacheSubtree (#1984)
|
5 anni fa |
zhangzhonghe
|
1ea24000c8
fix(keep-alive): should remove wrapped version of injected keep alive hooks (#1959)
|
5 anni fa |
Evan You
|
eb2ae44d94
refactor(types): widen `Component` type to include consutructor types
|
5 anni fa |
HcySunYang
|
7f82428680
types(runtime-core): tweak the type of KeepAlive (#1871)
|
5 anni fa |
zhangzhonghe
|
2deb0c7a74
fix(keep-alive): handle "0" as cache key (#1622)
|
6 anni fa |
Evan You
|
d86b01ba3a
fix(keep-alive): fix keep-alive with scopeId/fallthrough attrs
|
6 anni fa |
Evan You
|
4e8e689572
fix: ensure vnode hooks are called consistently regardless of keep-alive
|
6 anni fa |
Albert Liu
|
47c4ffbdbe
refactor(types): improve typing (#1317)
|
6 anni fa |
ysj16
|
1f2926a33c
perf: optimize LRU access in keep-alive (#1316)
|
6 anni fa |
Evan You
|
38f2d23a60
feat(runtime-core): add inheritRef option + make <transition> & <keep-alive> inherit refs
|
6 anni fa |
Evan You
|
370fc820cc
refactor(runtime-core): refactor instance public proxy context object
|
6 anni fa |
Evan You
|
24e5ab33f5
refactor(runtime-core): remove need for internal instance sink
|
6 anni fa |
Evan You
|
f42d11e8e1
fix(v-model): handle dynamic assigners and array assigners
|
6 anni fa |
Evan You
|
8ce3da0104
feat(portal): support disabled prop
|
6 anni fa |
Evan You
|
123738727a
fix(keep-alive): should update re-activated component with latest props
|
6 anni fa |
Evan You
|
b8c1be18f3
refactor(types): use stricter settings
|
6 anni fa |
Evan You
|
ba9a91c48c
refactor: remove null comparisons
|
6 anni fa |
Evan You
|
583f9468fa
refactor: extract remove util
|
6 anni fa |
Evan You
|
9571ede84b
refactor(watch): adjsut watch API behavior
|
6 anni fa |
Evan You
|
77103e1fd7
types: fix tsx dts tests
|
6 anni fa |
Evan You
|
9d2ac6675a
refactor: make portal tree-shakeable
|
6 anni fa |
Evan You
|
6df2aca070
refactor(types): move shapeFlags to shared
|
6 anni fa |
Evan You
|
5b43764eac
fix(runtime-core): fix keep-alive tree-shaking
|
6 anni fa |
Rustin
|
d5f4cc9c42
chore: fix comment typo (#499)
|
6 anni fa |
Evan You
|
c6fb506fc0
feat(transition): compat with keep-alive
|
6 anni fa |
Evan You
|
21c41b3228
types: fix Transition exported typing
|
6 anni fa |
Evan You
|
93561b080e
feat(transition): base transition component
|
6 anni fa |
Evan You
|
dfc7c0f12a
refactor: adjust internal vnode types + more dts tests
|
6 anni fa |