Conversation
🦋 Changeset detectedLatest commit: e1582d9 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 |
.changeset/thick-cats-compete.md
Outdated
| 'astro': minor | ||
| --- | ||
|
|
||
| The new rewrite APIs are deemed stable, which means that the experimental flag isn't needed anymore: |
There was a problem hiding this comment.
Noting that I have some standard guidance for writing the changeset when unflagging experimental features to get you started here!
Also, for convenience, the published URLs you might want to refer to here will be:
Astro.rewrite API reference: https://docs.astro.build/en/reference/api-reference/#astrorewrite
## Rewrites in the routing guide: https://docs.astro.build/en/guides/routing/#rewrites
## Rewriting in the middleware guide: https://docs.astro.build/en/guides/middleware/#rewriting
.changeset/thick-cats-compete.md
Outdated
| --- | ||
|
|
||
| --- | ||
| "astro": minor |
There was a problem hiding this comment.
this got added twice somehow
sarah11918
left a comment
There was a problem hiding this comment.
Thanks @ematipico for this great changeset! I just had a few tiny comments for your consideration. But it's super helpful, shows people how to remove the flag, and points to the documentation! What more could I want?! 😄
Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca>
It is Wednesday and I must merge
Changes
This PR makes the rewrite APIs table
Testing
The current tests should all pass
Docs
withastro/docs#8914