blob: 6bb538e4e986577804cd30b1f87e4af2f2e52a0e (
plain) (
blame)
1
2
3
4
5
6
7
|
---
'astro': patch
---
Add renderer support for passing named slots to framework components.
**BREAKING**: integrations using the `addRenderer()` API are now passed all named slots via `Record<string, string>` rather than `string`. Previously only the default slot was passed.
|