From 9c6e4e1d567c8c575dd95ac5b38f01567e266fa9 Mon Sep 17 00:00:00 2001 From: Rich Harris Date: Wed, 19 Mar 2025 23:06:15 -0400 Subject: [PATCH] changeset --- .changeset/dirty-pianos-sparkle.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .changeset/dirty-pianos-sparkle.md diff --git a/.changeset/dirty-pianos-sparkle.md b/.changeset/dirty-pianos-sparkle.md new file mode 100644 index 0000000000..b3e4dd1d8c --- /dev/null +++ b/.changeset/dirty-pianos-sparkle.md @@ -0,0 +1,5 @@ +--- +'svelte': minor +--- + +feat: allow state created in deriveds/effects to be written/read locally without self-invalidation