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

Stabilize inline stylesheets #7180

Merged
merged 5 commits into from
Jun 5, 2023

Conversation

lilnasy
Copy link
Contributor

@lilnasy lilnasy commented May 23, 2023

Changes

Stabilize AstroConfig.build.inlineStylesheets.

Testing

Existing ones should pass.

Docs

I think Configuration reference as-is would be sufficient.

@lilnasy lilnasy requested a review from a team as a code owner May 23, 2023 15:57
@changeset-bot
Copy link

changeset-bot bot commented May 23, 2023

🦋 Changeset detected

Latest commit: c2af343

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 May 23, 2023
@lilnasy lilnasy marked this pull request as draft May 23, 2023 15:57
@lilnasy lilnasy marked this pull request as ready for review May 23, 2023 16:11
@@ -0,0 +1,24 @@
---
'astro': major
Copy link
Contributor

Choose a reason for hiding this comment

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

We probably won't release a major for another couple of months, we're going to time it with the next Vite major.

So for now I think this should be a minor and continue to have never as the default. In 3.0 we can switch to auto.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

You're right, I forgot what major means.

Copy link
Contributor

@matthewp matthewp left a comment

Choose a reason for hiding this comment

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

We want this to be a non-breaking change for now, just out of experimental.

@matthewp matthewp added the semver: minor Change triggers a `minor` release label May 23, 2023
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.

Docs are good! Just update the version to reflect when it was stable, I think is the safer option?

packages/astro/src/@types/astro.ts Outdated Show resolved Hide resolved
@lilnasy lilnasy force-pushed the stabilize-inline-stylesheets branch from 4f336e5 to 7de8901 Compare May 29, 2023 16:35
@lilnasy lilnasy force-pushed the stabilize-inline-stylesheets branch from 7de8901 to c2af343 Compare June 5, 2023 13:59
@matthewp matthewp dismissed their stale review June 5, 2023 14:28

Merge day

@matthewp matthewp merged commit e3b8c62 into withastro:main Jun 5, 2023
@lilnasy lilnasy deleted the stabilize-inline-stylesheets branch June 5, 2023 14:30
@astrobot-houston astrobot-houston mentioned this pull request Jun 5, 2023
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) semver: minor Change triggers a `minor` release
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants