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

Remove experimental flag for custom client directives #7237

Merged
merged 5 commits into from
Jun 5, 2023

Conversation

bluwy
Copy link
Member

@bluwy bluwy commented May 29, 2023

Changes

  • Remove experimental.customClientDirectives config (and its docs)

RFC: withastro/roadmap#583

Testing

n/a. existing tests should pass.

Docs

Remove experimental reference: withastro/docs#3376

@bluwy bluwy requested a review from a team as a code owner May 29, 2023 13:01
@changeset-bot
Copy link

changeset-bot bot commented May 29, 2023

🦋 Changeset detected

Latest commit: d054718

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 pkg: astro Related to the core `astro` package (scope) semver: minor Change triggers a `minor` release labels May 29, 2023
@github-actions
Copy link
Contributor

This PR is blocked because it contains a minor changeset. A reviewer will merge this at the next release if approved.

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.

Bye bye, customClientDirectives: true, we hardly knew you! 🥲

Copy link
Member

@natemoo-re natemoo-re left a comment

Choose a reason for hiding this comment

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

Blocking for minor release!

@natemoo-re
Copy link
Member

Code looks great other than failing astro check, unrelated?

@bluwy
Copy link
Member Author

bluwy commented Jun 1, 2023

Yeah, the astro check tests has been flaky recently

Copy link
Contributor

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

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

This PR is blocked because it contains a minor changeset. A reviewer will merge this at the next release if approved.

Copy link
Contributor

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

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

This PR is blocked because it contains a minor changeset. A reviewer will merge this at the next release if approved.

@@ -43,8 +43,6 @@ const ASTRO_CONFIG_DEFAULTS: AstroUserConfig & any = {
experimental: {
assets: false,
hybridOutput: false,
customClientDirectives: false,
middleware: false,
Copy link
Member Author

Choose a reason for hiding this comment

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

Looks like this wasn't removed in the unflag middleware PR, which I removed here.

@github-actions github-actions bot added the pkg: example Related to an example package (scope) label Jun 5, 2023
@natemoo-re natemoo-re self-requested a review June 5, 2023 15:56
@bluwy bluwy merged commit 414eb19 into main Jun 5, 2023
@bluwy bluwy deleted the stable-custom-client-directives branch June 5, 2023 16:04
@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) pkg: example Related to an example package (scope) semver: minor Change triggers a `minor` release
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants