Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

merge main into minor #13331

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 37 commits into from
Closed
Changes from 1 commit
Commits
Show all changes
37 commits
Select commit Hold shift + click to select a range
1faca59
chore(deps): update all non-major dependencies (#13166)
renovate[bot] Apr 8, 2025
347c784
chore: add bsky link (#13175)
bornkiss Apr 8, 2025
4f6ef92
chore(deps): update dependency vite to v5.4.17 [security] (#13173)
renovate[bot] Apr 9, 2025
32bc647
chore(deps): update build (#13165)
renovate[bot] Apr 10, 2025
8ae1122
fix(compiler-sfc): treat the return value of `useTemplateRef` as a de…
KazariEX Apr 14, 2025
9d84d64
chore(deps): update dependency @types/node to ^22.14.1 (#13196)
renovate[bot] Apr 14, 2025
c15ed52
chore(deps): update dependency vite to v5.4.18 [security] (#13198)
renovate[bot] Apr 15, 2025
4f79253
chore(deps): update build (#13195)
renovate[bot] Apr 15, 2025
4085ed9
chore(deps): update pnpm to v10.9.0 (#13224)
renovate[bot] Apr 22, 2025
b782cd6
chore(deps): update dependency vite to ^6.3.2 (#13225)
renovate[bot] Apr 22, 2025
b92ae84
chore: update CHANGELOG.md (#13230)
G1xiang Apr 22, 2025
c3e3396
chore(deps): update dependency vite to v5.4.18 [security] (#13229)
renovate[bot] Apr 23, 2025
a23fb59
chore(deps): update dependency vite to v5.4.18 [security] (#13235)
renovate[bot] Apr 24, 2025
d9923c3
chore(deps): update dependency vite to v5.4.18 [security] (#13237)
renovate[bot] Apr 29, 2025
bfc458f
chore(deps): update build (#13249)
renovate[bot] Apr 29, 2025
e4d9e7e
chore(deps): update lint (#13250)
renovate[bot] Apr 29, 2025
b3ecee3
fix(runtime-core): update __vnode of static nodes when patching alon…
makedopamine May 1, 2025
5d166f3
fix(compiler-core): remove slot cache from parent renderCache during …
edison1105 May 1, 2025
016c472
fix(runtime-core): stop tracking deps in setRef during unmount (#13210)
makedopamine May 1, 2025
8b848cb
fix(TransitionGroup): reset prevChildren to prevent memory leak (#13183)
edison1105 May 1, 2025
0b23fd2
fix(reactivity): should not recompute if computed does not track reac…
edison1105 May 1, 2025
5e37dd0
fix(hmr/teleport): adjust static children traversal for HMR in dev mo…
edison1105 May 2, 2025
2206cd2
fix(ssr): properly init slots during ssr rendering (#12441)
edison1105 May 2, 2025
9196222
fix(slots): properly warn if slot invoked in setup (#12195)
yangxiuxiu1115 May 2, 2025
3f27c58
fix(runtime-core): respect immutability for readonly reactive arrays …
jh-leong May 2, 2025
56be3dd
chore(deps): update compiler to ^7.27.1 (#13277)
renovate[bot] May 5, 2025
f556c92
chore: fix typo (#13290) [ci skip]
edison1105 May 7, 2025
d79aa70
chore(deps): update build (#13276)
renovate[bot] May 10, 2025
3cb4db2
chore: add pnpm setting to pnpm-workspace (#13268)
btea May 10, 2025
258f78b
chore(deps): update test (#13311)
renovate[bot] May 13, 2025
f7dad6d
chore(deps): update dependency @babel/parser to ^7.27.2 (#13310)
renovate[bot] May 13, 2025
9c4dbbc
fix(hmr): avoid hydration for hmr updating (#12262)
edison1105 May 13, 2025
343c891
fix(transition): fix KeepAlive with transition out-in mode behavior i…
yangxiuxiu1115 May 13, 2025
8e34357
fix(compiler-sfc): fix scope handling for props destructure in functi…
edison1105 May 13, 2025
6264505
fix(runtime-core): inherit comment nodes during block patch in produc…
tonliver May 13, 2025
1f98a9c
fix(hmr): avoid hydration for hmr root reload (#12450)
edison1105 May 13, 2025
d0253a0
release: v3.5.14
edison1105 May 15, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fix(runtime-core): stop tracking deps in setRef during unmount (#13210)
  • Loading branch information
makedopamine authored May 1, 2025
commit 016c472bd2e7604b21c69dee1da8545ce26e4d2f
2 changes: 2 additions & 0 deletions 2 packages/runtime-core/src/renderer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2098,7 +2098,9 @@ function baseCreateRenderer(

// unset ref
if (ref != null) {
pauseTracking()
setRef(ref, null, parentSuspense, vnode, true)
resetTracking()
}

// #6593 should clean memo cache when unmount
Expand Down
Morty Proxy This is a proxified and sanitized view of the page, visit original site.