mirror of
https://github.com/withastro/astro.git
synced 2025-02-10 22:38:53 -05:00
* Persist styles of persistent client:only components during view transitions * Persist styles of persistent client:only components during view transitions * Persist styles of persistent client:only components during view transitions * reset flag for persistent style shhets before re-calculating * new approach with a clear module loader cache * simplifications * wait for hydration * improve changeset message * improve changeset message * please the linter * additional tests for Svelte and Vue * tidy up * test fixed * test w/o persistence * Update .changeset/purple-dots-refuse.md Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca> --------- Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca>
5 lines
116 B
Markdown
5 lines
116 B
Markdown
---
|
|
'astro': patch
|
|
---
|
|
|
|
Fixes styles of `client:only` components not persisting during view transitions in dev mode
|