1f58a7a1be
* fix(view-transitions): update persistence logic for improved unmount behavior * feat(astro): add `astro:unmount` event * feat(vue): automatically unmount islands * feat(react): automatically unmount islands * feat(react): automatically unmount islands * feat(solid): automatically dispose of islands * feat(svelte): automatically destroy of islands * feat(svelte): automatically destroy of islands * feat(solid): automatically dispose of islands * feat(preact): automatically unmount islands * chore: update changeset * fix: rebase issue * chore: add clarifying comment * chore: remove duplicate changeset * chore: add changeset
9 lines
192 B
Markdown
9 lines
192 B
Markdown
---
|
|
'@astrojs/react': patch
|
|
'@astrojs/preact': patch
|
|
'@astrojs/vue': patch
|
|
'@astrojs/solid-js': patch
|
|
'@astrojs/svelte': patch
|
|
---
|
|
|
|
Automatically unmount islands when `astro:unmount` is fired
|