summaryrefslogtreecommitdiff
path: root/packages/integrations/svelte/CHANGELOG.md
diff options
context:
space:
mode:
Diffstat (limited to 'packages/integrations/svelte/CHANGELOG.md')
-rw-r--r--packages/integrations/svelte/CHANGELOG.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/packages/integrations/svelte/CHANGELOG.md b/packages/integrations/svelte/CHANGELOG.md
index 4e84b1fee..116eb60f5 100644
--- a/packages/integrations/svelte/CHANGELOG.md
+++ b/packages/integrations/svelte/CHANGELOG.md
@@ -1,5 +1,13 @@
# @astrojs/svelte
+## 0.2.0
+
+### Minor Changes
+
+- [#3652](https://github.com/withastro/astro/pull/3652) [`7373d61c`](https://github.com/withastro/astro/commit/7373d61cdcaedd64bf5fd60521b157cfa4343558) Thanks [@natemoo-re](https://github.com/natemoo-re)! - Adds support for passing named slots from `.astro` => framework components.
+
+ Inside your components, use the built-in `slot` API as you normally would.
+
## 0.1.5
### Patch Changes