astro/.changeset/fair-flowers-sleep.md
Caleb Jasik 6d06fce6d2
Update docs in compiler messages (#710)
* `github.com/snowpackjs/astro/blob/main/docs/*.md` -> `docs.astro.build/*/`

* convert links to docs site links

* Fix broken links that didn't work w/ the regex.

* Add changeset

* Delete five-weeks-destroy.md

Co-authored-by: Fred K. Schott <fkschott@gmail.com>
2021-07-16 07:01:31 -04:00

7 lines
243 B
Markdown

---
'astro': patch
---
Improve slot support, adding support for named slots and fallback content within `slot` elements.
See the new [Slots documentation](https://docs.astro.build/core-concepts/astro-components/#slots) for more information.