Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
* Fix head injection in body with slots.render() and head buffering
* Adding a changeset
* An MDX test too
|
|
|
|
* Fix head injection misplacement with Astro.slots.render()
* Adding a changeset
* Fix case of JSX with no layout
* missing break
|
|
* Add additional scoping for head buffering
* Add test for direct usage of nested component
* Add special scoping for Astro.scopes.render()
* Generate propagation map during the build
* Move to a maybeHead instruction
* Properly serialize for SSR
* More conservative scoping
* Maybe had should honor result._metadata.hasRenderedHead
* Properly type slots
* Allow template result to be passed
* Add changeset
|
|
* Prevent eager rendering of head content in multi-level MDX layout
* Adding a changeset
* Remove old comment
* Keep track of slot position as well
|
|
* Simplified head injection
* Make renderHead also yield an instruction
* Add changeset
* Add mdx test
|