daiwei
|
edc79e7052
|
Merge branch 'main' into minor
|
2025-01-24 09:23:17 +08:00 |
Johnson Chu
|
9d651e2774
|
refactor(reactivity): ports alien-signals 1.0.0 (#12570)
|
2025-01-15 11:19:27 +08:00 |
Evan You
|
22dcbf3e20
|
fix(reactivity): ensure multiple effectScope on() and off() calls maintains correct active scope
close #12631
close #12632
This is a combination of changes from both 8dec243 and #12641
|
2025-01-08 18:07:44 +08:00 |
Johnson Chu
|
313dc61bef
|
perf(reactivity): refactor reactivity core by porting alien-signals (#12349)
|
2024-12-02 21:05:12 +08:00 |
edison
|
70b44ca835
|
chore(reactivity): remove unecessary array copy (#12400)
|
2024-11-15 10:37:24 +08:00 |
edison
|
bee2f5ee62
|
fix(reactivity): release nested effects/scopes on effect scope stop (#12373)
close #12370
|
2024-11-14 14:24:22 +08:00 |
Evan You
|
21932840ea
|
fix(reactiivty): avoid unnecessary watcher effect removal from inactive scope
close #5783
close #5806
|
2024-11-14 14:12:41 +08:00 |
HEGGRIA
|
64e1ca2657
|
chore(reactivity): effectScope.ts variable declarations optimized and remove useless code in effect.ts (#11721)
* chore(reactivity): effectScope.ts variable declarations optimized and remove useless code in effect.ts
* fix(reactivity): batchDepth count error fixed
* fix(reactivity): batchDepth count error fixed
* chore(reactivity): modify the batchDepth increase type
|
2024-08-28 18:16:59 +08:00 |
Kevin Deng 三咲智子
|
928af5fe2f
|
refactor(types): enable `isolatedDeclarations` (#11178)
|
2024-08-08 23:05:21 +08:00 |
远方os
|
267093c314
|
feat(reactivity/watch): add pause/resume for ReactiveEffect, EffectScope, and WatchHandle (#9651)
|
2024-08-02 14:41:27 +08:00 |
Evan You
|
9a936aaec4
|
feat(reactivity): add failSilently argument for onScopeDispose
|
2024-03-07 17:54:18 +08:00 |
Evan You
|
ef2eaef3aa
|
refactor: inline recordEffectScope
|
2024-03-07 17:53:10 +08:00 |
三咲智子 Kevin Deng
|
bfe6b459d3
|
style: update format & lint config (#9162)
Co-authored-by: 丶远方 <yangpanteng@gmail.com>
Co-authored-by: 三咲智子 Kevin Deng <sxzz@sxzz.moe>
Co-authored-by: Guo Xingjun <99574369+Plumbiu@users.noreply.github.com>
|
2023-12-26 19:39:47 +08:00 |
Roland Hummel
|
c346af2b6a
|
docs: comments on reactivity functions (fixes #4832) (#4836)
close #4832
|
2023-03-31 17:06:10 +08:00 |
webfansplz
|
59ffe5ee1f
|
fix(types/effectScope): re-expose `active` as readonly property (#6187)
close #6186
|
2022-11-13 20:27:52 -05:00 |
Evan You
|
a71f9ac41a
|
fix(effectScope): calling off() of a detached scope should not break currentScope
|
2022-10-14 10:53:23 +08:00 |
那里好脏不可以
|
6042ab0f2f
|
chore: type [ci skip]
|
2022-05-09 22:51:51 -04:00 |
Evan You
|
ea6fc845f2
|
chore: trim non-public properties on EffectScope type
|
2022-04-12 15:57:07 +08:00 |
Wei
|
0a301d4dab
|
fix(reactivity): fix currentScope loss when running detached effect scope (#5575)
|
2022-04-12 03:51:05 -04:00 |
Evan You
|
81a6708739
|
chore: simplify effectScope
|
2022-01-28 21:02:09 +08:00 |
Evan You
|
2993a24618
|
perf(reactivity): optimize effect/effectScope active state tracking
|
2022-01-28 18:35:09 +08:00 |
Haoqun Jiang
|
7c4e4514d1
|
chore: rename `onDispose` to `onScopeDispose` in warnings and tests (#4355)
|
2021-08-16 18:19:06 -04:00 |
webfansplz
|
e04680b0aa
|
test(reactivity): add test case for effectScope (#4239)
|
2021-08-10 13:59:58 -04:00 |
Evan You
|
13c69469f2
|
refactor: simplify for size
|
2021-07-29 10:45:05 -04:00 |
Bas van Meurs
|
91f29540fe
|
refactor(reactivity): optimize child effect scope dereferencing (#4184)
|
2021-07-29 10:26:24 -04:00 |
Evan You
|
1867591e7c
|
fix(reactivity): dereference nested effect scopes on manual stop
|
2021-07-28 12:08:01 -04:00 |
Anthony Fu
|
f5617fc3bb
|
feat(reactivity): new effectScope API (#2195)
|
2021-07-16 14:30:49 -04:00 |