0
0
mirror of https://github.com/sveltejs/svelte.git synced 2024-11-25 09:09:35 +01:00
svelte/.changeset/bright-peas-juggle.md
Holger Dal Mogensen 8a013c4cc6
fix: transition parameters are not reactive (#9836)
* test: add tests of transitions in new runtime

* fix: move evaluation of props

* format

* add changeset
2023-12-27 16:31:28 +00:00

6 lines
105 B
Markdown

---
'svelte': patch
---
A transition's parameters are now evaluated when the transition is initialized.