diff options
Diffstat (limited to '.changeset/wicked-sloths-develop.md')
-rw-r--r-- | .changeset/wicked-sloths-develop.md | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/.changeset/wicked-sloths-develop.md b/.changeset/wicked-sloths-develop.md deleted file mode 100644 index 806e02707..000000000 --- a/.changeset/wicked-sloths-develop.md +++ /dev/null @@ -1,11 +0,0 @@ ---- -'astro': major ---- - -Removes deprecated features from Astro 3.0 - -- Adapters are now required to pass `supportedAstroFeatures` to specify a list of features they support. -- The `build.split` and `build.excludeMiddleware` options are removed. Use `functionPerRoute` and `edgeMiddleware` from adapters instead. -- The `markdown.drafts` option and draft feature is removed. Use content collections instead. -- Lowercase endpoint names are no longer supported. Use uppercase endpoint names instead. -- `getHeaders()` exported from markdown files is removed. Use `getHeadings()` instead. |