Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(container): emit components as partials #12239

Merged
merged 3 commits into from
Oct 16, 2024
Merged

Conversation

ematipico
Copy link
Member

@ematipico ematipico commented Oct 16, 2024

Changes

The container API was rendering components as full-fledged pages, which was a bug.

This PR ships a breaking change to the rendered default behaviour of the container API. Now, the components are rendered as partials by default, and users can tweak the behaviour by passing partial: false as a new option

Testing

Added new assertions a new test case

Docs

withastro/docs#9696

Copy link

changeset-bot bot commented Oct 16, 2024

🦋 Changeset detected

Latest commit: e796f9f

The changes in this PR will be included in the next version bump.

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

@github-actions github-actions bot added the pkg: astro Related to the core `astro` package (scope) label Oct 16, 2024

Until now, the Container API was rendering the components as they were full-fledged Astro pages.

Full-fledged Astro pages contain `<!DOCTYPE html>` but default. This was not intended, and this patch fixes the behavior.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

My take is still that we shouldn't be adding the doctype for people 😠

Copy link
Member

@sarah11918 sarah11918 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just some suggestions for your consideration, @ematipico ! 🙌

.changeset/soft-rabbits-draw.md Outdated Show resolved Hide resolved
.changeset/soft-rabbits-draw.md Outdated Show resolved Hide resolved
.changeset/soft-rabbits-draw.md Outdated Show resolved Hide resolved
Co-authored-by: Sarah Rainsberger <[email protected]>
@ematipico ematipico merged commit 2b6daa5 into main Oct 16, 2024
4 checks passed
@ematipico ematipico deleted the fix/container-as-partial branch October 16, 2024 13:08
@astrobot-houston astrobot-houston mentioned this pull request Oct 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
pkg: astro Related to the core `astro` package (scope)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants