Conversation
This comment was marked as outdated.
This comment was marked as outdated.
0dd7b7f to
3c657f6
Compare
2d2a607 to
6673dd1
Compare
6673dd1 to
5859cdf
Compare
ematipico
pushed a commit
that referenced
this pull request
Feb 5, 2025
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
ematipico
pushed a commit
that referenced
this pull request
Feb 5, 2025
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
ematipico
pushed a commit
that referenced
this pull request
Feb 6, 2025
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to next, this PR will be updated.
nextis currently in pre mode so this branch has prereleases rather than normal releases. If you want to exit prereleases, runchangeset pre exitonnext.Releases
astro@4.0.0-beta.0
Major Changes
#9138
abf601233Thanks @bluwy! - Updates the unified, remark, and rehype dependencies to latest. Make sure to update your custom remark and rehype plugins as well to be compatible with the latest versions.Potentially breaking change: The default value of
markdown.remarkRehype.footnoteBackLabelis changed from"Back to content"to"Back to reference 1". See themdast-util-to-hastcommit for more information.#9181
cdabf6ef0Thanks @bluwy! - Removes support for returning simple objects from endpoints (deprecated since Astro 3.0). You should return aResponseinstead.ResponseWithEncodingis also removed. You can refactor the code to return a response with an array buffer instead, which is encoding agnostic.The types for middlewares have also been revised. To type a middleware function, you should now use
MiddlewareHandlerinstead ofMiddlewareResponseHandler. If you useddefineMiddleware()to type the function, no changes are needed.#9122
1c48ed286Thanks @bluwy! - Adds Vite 5 support. There are no breaking changes from Astro. Check the Vite migration guide for details of the breaking changes from Vite instead.#9196
37697a2c5Thanks @bluwy! - Removes support for Shiki custom language'spathproperty. The language JSON file should be imported and passed to the option instead.#9168
153a5abb9Thanks @bluwy! - Removes deprecated features from Astro 3.0supportedAstroFeaturesto specify a list of features they support.build.splitandbuild.excludeMiddlewareoptions are removed. UsefunctionPerRouteandedgeMiddlewarefrom adapters instead.markdown.draftsoption and draft feature is removed. Use content collections instead.getHeaders()exported from markdown files is removed. UsegetHeadings()instead.Minor Changes
#9105
6201bbe96Thanks @FredKSchott! - Update CLI logging experience#9161
bd0c2e9aeThanks @bluwy! - Renames theentryPointproperty of theinjectRouteintegrations API toentrypointfor consistency. A warning will be shown prompting you to update your code when using the old name.Patch Changes
#9149
0fe3a7ed5Thanks @bluwy! - Removes vendored Vite'simportMeta.d.tsfile in favour of Vite 5's newvite/types/import-meta.d.tsexport#9150
710be505cThanks @bluwy! - Refactors virtual modules exports. This should not break your project unless you import Astro's internal modules, including:astro/middleware/namespaceastro/transitionsastro/transitions/routerastro/transitions/eventsastro/transitions/typesastro/prefetchastro/i18nUpdated dependencies [
abf601233,addb57c8e,c7953645e]:@astrojs/rss@4.0.0-beta.0
Major Changes
153a5abb9Thanks @bluwy! - Removes thedraftsoption as the feature is deprecated in Astro 3.0@astrojs/mdx@2.0.0-beta.0
Major Changes
#9138
abf601233Thanks @bluwy! - Updates the unified, remark, and rehype dependencies to latest. Make sure to update your custom remark and rehype plugins as well to be compatible with the latest versions.Potentially breaking change: The default value of
markdown.remarkRehype.footnoteBackLabelis changed from"Back to content"to"Back to reference 1". See themdast-util-to-hastcommit for more information.Patch Changes
abf601233,6201bbe96,cdabf6ef0,addb57c8e,1c48ed286,37697a2c5,bd0c2e9ae,c7953645e,0fe3a7ed5,710be505c,153a5abb9]:@astrojs/svelte@5.0.0-beta.0
Major Changes
#9122
1c48ed286Thanks @bluwy! - Adds Vite 5 support. There are no breaking changes from Astro. Check the Vite migration guide for details of the breaking changes from Vite instead.#9122
1c48ed286Thanks @bluwy! - Drops support for Svelte 3 as@sveltejs/vite-plugin-svelteis updated to3.0.0which does not support Svelte 3Patch Changes
abf601233,6201bbe96,cdabf6ef0,1c48ed286,37697a2c5,bd0c2e9ae,0fe3a7ed5,710be505c,153a5abb9]:@astrojs/vercel@6.0.0-beta.0
Major Changes
a145ac07eThanks @bluwy! - Removes deprecatedanalyticsoption. Use thewebAnalyticsoption instead.Patch Changes
abf601233,6201bbe96,cdabf6ef0,1c48ed286,37697a2c5,bd0c2e9ae,0fe3a7ed5,710be505c,153a5abb9]:@astrojs/markdown-remark@4.0.0-beta.0
Major Changes
#9138
abf601233Thanks @bluwy! - Updates the unified, remark, and rehype dependencies to latest. Make sure to update your custom remark and rehype plugins as well to be compatible with the latest versions.Potentially breaking change: The default value of
markdown.remarkRehype.footnoteBackLabelis changed from"Back to content"to"Back to reference 1". See themdast-util-to-hastcommit for more information.#9182
c7953645eThanks @bluwy! - Removes deprecated APIs. All Astro packages had been refactored to not use these APIs.Patch Changes
#9147
addb57c8eThanks @bluwy! - FixesRemarkRehypetype'shandlerandhandlerspropertiesUpdated dependencies [
abf601233,6201bbe96,cdabf6ef0,1c48ed286,37697a2c5,bd0c2e9ae,0fe3a7ed5,710be505c,153a5abb9]:create-astro@4.5.2-beta.0
Patch Changes
6201bbe96Thanks @FredKSchott! - Stop clearing the console on start@astrojs/markdoc@1.0.0-beta.0
Patch Changes
abf601233,6201bbe96,cdabf6ef0,1c48ed286,37697a2c5,bd0c2e9ae,0fe3a7ed5,710be505c,153a5abb9]:@astrojs/node@7.0.0-beta.0
Patch Changes
abf601233,6201bbe96,cdabf6ef0,1c48ed286,37697a2c5,bd0c2e9ae,0fe3a7ed5,710be505c,153a5abb9]:@astrojs/react@3.0.7-beta.0
Patch Changes
1c48ed286Thanks @bluwy! - Adds Vite 5 support. There are no breaking changes from Astro. Check the Vite migration guide for details of the breaking changes from Vite instead.@astrojs/tailwind@6.0.0-beta.0
Patch Changes
abf601233,6201bbe96,cdabf6ef0,1c48ed286,37697a2c5,bd0c2e9ae,0fe3a7ed5,710be505c,153a5abb9]:@astrojs/vue@4.0.0-beta.0
Patch Changes
#9122
1c48ed286Thanks @bluwy! - Adds Vite 5 support. There are no breaking changes from Astro. Check the Vite migration guide for details of the breaking changes from Vite instead.Updated dependencies [
abf601233,6201bbe96,cdabf6ef0,1c48ed286,37697a2c5,bd0c2e9ae,0fe3a7ed5,710be505c,153a5abb9]: