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 main, this PR will be updated.
Releases
astro@1.1.0
Minor Changes
#4352
cd154e447
Thanks @matthewp! - Make Astro.url match the build.format configuration during the build#4423
d4cd7a59f
Thanks @bholmesdev! - Update Markdown type signature to match new markdown plugin,and update top-level layout props for better alignment#4474
ac0321824
Thanks @bholmesdev! - Add "extends" to markdown plugin config to preserve Astro defaults#4138
839097c84
Thanks @gtnbssn! - Makes remark-rehype options available in astro.config.mjs#4182
fcc36ac90
Thanks @Alxandr! - Make type definitions available through package.json exportsPatch Changes
#4500
9874c7bf4
Thanks @Princesseuh! - Updateastro check
to use latest version of the Astro language server#4439
77ce6be30
Thanks @Princesseuh! - Add tsconfig templates for users to extend from#4499
1f42c0791
Thanks @Princesseuh! - Fixtsc
not being able to find Vite's import.meta types on Linux#4497
78e06c8ec
Thanks @bholmesdev! - Production build logging - Only log[code].html
instead of[code]/index.html
for 404 and 500 routesUpdated dependencies [
ac0321824
,839097c84
]:@astrojs/react@1.1.0
Minor Changes
#4478
243525b15
Thanks @matthewp! - Uses startTransition on React rootsThis prevents hydration from blocking the main thread when multiple islands are rendering at the same time.
@astrojs/solid-js@1.1.0
Minor Changes
824a2addd
Thanks @mzaien! - Update solid to 1.5@astrojs/markdown-remark@1.1.0
Minor Changes
#4474
ac0321824
Thanks @bholmesdev! - Add "extends" to markdown plugin config to preserve Astro defaults#4138
839097c84
Thanks @gtnbssn! - Makes remark-rehype options available in astro.config.mjscreate-astro@1.0.1
Patch Changes
77ce6be30
Thanks @Princesseuh! - Add tsconfig templates for users to extend from@astrojs/mdx@0.10.2
Patch Changes
d4cd7a59f
Thanks @bholmesdev! - Update Markdown type signature to match new markdown plugin,and update top-level layout props for better alignment