mirror of
https://github.com/withastro/astro.git
synced 2024-12-23 21:53:55 -05:00
8f4562afbe
* feat: support named slots, slot fallback content * docs: document slots * chore: add changeset * fix: build errors * chore: prefer `patch` version
7 lines
271 B
Markdown
7 lines
271 B
Markdown
---
|
|
'astro': patch
|
|
---
|
|
|
|
Improve slot support, adding support for named slots and fallback content within `slot` elements.
|
|
|
|
See the new [Slots documentation](https://github.com/snowpackjs/astro/blob/main/docs/core-concepts/astro-components.md#slots) for more information.
|