Carlos Rodrigues
|
17c50ce18d
build(deps-dev): bump typescript to 4.7.4 (#6215)
|
hace 4 años |
Evan You
|
2f91872e7b
fix(ssr): only cache computed getters during render phase
|
hace 4 años |
Evan You
|
f4f0966b33
fix(ssr): make computed inactive during ssr, fix memory leak
|
hace 4 años |
Marvin Rudolph
|
d56f115f71
chore(reactivity): fix typo in types (#4889)
|
hace 4 años |
zhangenming
|
b264551c9b
refactor(reactivity): reuse computed getter check (#4623)
|
hace 4 años |
Evan You
|
815bfcffae
fix(types): fix ref macro types
|
hace 4 años |
Amour1688
|
d3d5ad204d
fix(types): remove explicit return type annotation requirement for `this` inference in computed options (#4221)
|
hace 4 años |
Evan You
|
33c2fbfdc8
fix(reactivity): revert computed scheduler change
|
hace 5 años |
Evan You
|
47f488350c
chore: run updated prettier
|
hace 5 años |
Evan You
|
6eb47f000a
fix(reactivity): computed should not trigger scheduler if stopped
|
hace 5 años |
Evan You
|
5cea9a1d4e
feat(reactivity): support onTrack/onTrigger debug options for computed
|
hace 5 años |
Evan You
|
2dd4739089
test: more test cases for computed w/ scheduler
|
hace 5 años |
Evan You
|
1fe2239270
refactor: sync value access for chained computed w/ scheduler
|
hace 5 años |
Evan You
|
979a841946
chore: use consistent file naming
|
hace 5 años |
Bas van Meurs
|
6cf2377cd4
perf(reactivity): use bitwise dep markers to optimize re-tracking (#4017)
|
hace 5 años |
Evan You
|
cc09772d55
chore: remove unncessary property on ComputedRef interface
|
hace 5 años |
Evan You
|
ebaac9a56d
perf(reactivity): avoid triggering re-render if computed value did not change
|
hace 5 años |
Evan You
|
87f69fd0bb
perf(reactivity): improve reactive effect memory usage (#4001)
|
hace 5 años |
Bas van Meurs
|
64310405ac
perf(reactivity): ref-specific track/trigger and miscellaneous optimizations (#3995)
|
hace 5 años |
Evan You
|
41e02f0fac
fix(reactivity): ensure computed can be wrapped by readonly
|
hace 5 años |
Robbin Baauw
|
07919e0065
perf(reactivity): improve ref performance by using class-based implementation (#1900)
|
hace 5 años |
Carlos Rodrigues
|
dabdc5e115
feat(computed): add readonly flag if no setter is provided (#1654)
|
hace 6 años |
Pick
|
4f6460a71f
chore(reactivity): remove unused comment (#1485) [ci skip]
|
hace 6 años |
Pick
|
5c490f1c45
refactor(computed): deprecated computedRunners (#1458)
|
hace 6 años |
Evan You
|
d901b6bea8
refactor(reactivity): use more efficient reactive checks
|
hace 6 años |
Evan You
|
d4c6957e2d
fix(types): ref value type unwrapping should happen at creation time
|
hace 6 años |
Evan You
|
2fb7a63943
fix(computed): support arrow function usage for computed option
|
hace 6 años |
jods
|
8874b21a7e
perf(reactivity): better computed tracking (#710)
|
hace 6 años |
Evan You
|
763faac182
wip(ssr): revert reactivity ssr paths
|
hace 6 años |
Evan You
|
25a0d4a65f
wip(ssr): reduce reactivity overhead during ssr
|
hace 6 años |