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.
main
is currently in pre mode so this branch has prereleases rather than normal releases. If you want to exit prereleases, runchangeset pre exit
onmain
.Releases
astro@2.0.0-beta.1
Major Changes
#5778
49ab4f231
Thanks @bluwy! - Remove proload to load the Astro config. It will now use NodeJS and Vite to load the config only.#5771
259a539d7
Thanks @matthewp! - Removes support for astroFlavoredMarkdownIn 1.0 Astro moved the old Astro Flavored Markdown (also sometimes called Components in Markdown) to a legacy feature. This change removes the
legacy.astroFlavoredMarkdown
option completely.In 2.0 this feature will not be available in Astro at all. We recommend migration to MDX for those were still using this feature in 1.x.
#5584
9963c6e4d
Thanks @wulinsheng123! - Builds chunks into theassets
folder. This simplifies configuring immutable caching with your adapter provider as all files are now in the sameassets
folder.#5717
a3a7fc929
Thanks @bluwy! - Removestyle.postcss
Astro config. Refactor tailwind integration to configure throughvite
instead. Also disablesautoprefixer
in dev.Minor Changes
#5769
93e633922
Thanks @bholmesdev! - Introduce asmartypants
flag to opt-out of Astro's default SmartyPants plugin.Migration
You may have disabled Astro's built-in plugins (GitHub-Flavored Markdown and Smartypants) with the
extendDefaultPlugins
option. This has now been split into 2 flags to disable each plugin individually:markdown.gfm
to disable GitHub-Flavored Markdownmarkdown.smartypants
to disable SmartyPantsPatch Changes
#5734
55cea0a9d
Thanks @natemoo-re! - Fixprerender
when used withgetStaticPaths
#5756
116d8835c
Thanks @matthewp! - Fix for hoisted scripts in project with spaces in the file path#5743
2a5786419
Thanks @Princesseuh! - Add error location during build for user-generated errors#5761
fa8c131f8
Thanks @bholmesdev! - Add helpful error message when the MDX integration is missing.Updated dependencies [
93e633922
]:@astrojs/deno@4.0.0-beta.1
Major Changes
9963c6e4d
Thanks @wulinsheng123! - Builds chunks into theassets
folder. This simplifies configuring immutable caching with your adapter provider as all files are now in the sameassets
folder.@astrojs/netlify@2.0.0-beta.1
Major Changes
9963c6e4d
Thanks @wulinsheng123! - Builds chunks into theassets
folder. This simplifies configuring immutable caching with your adapter provider as all files are now in the sameassets
folder.Patch Changes
2f6745019
Thanks @Princesseuh! - Fix set-cookies not working in certain cases when using Node 18+@astrojs/tailwind@3.0.0-beta.0
Major Changes
a3a7fc929
Thanks @bluwy! - Removestyle.postcss
Astro config. Refactor tailwind integration to configure throughvite
instead. Also disablesautoprefixer
in dev.@astrojs/image@0.13.0-beta.1
Minor Changes
9963c6e4d
Thanks @wulinsheng123! - Builds chunks into theassets
folder. This simplifies configuring immutable caching with your adapter provider as all files are now in the sameassets
folder.@astrojs/mdx@0.15.0-beta.1
Minor Changes
#5769
93e633922
Thanks @bholmesdev! - Introduce asmartypants
flag to opt-out of Astro's default SmartyPants plugin.Migration
You may have disabled Astro's built-in plugins (GitHub-Flavored Markdown and Smartypants) with the
extendDefaultPlugins
option. This has now been split into 2 flags to disable each plugin individually:markdown.gfm
to disable GitHub-Flavored Markdownmarkdown.smartypants
to disable SmartyPantsPatch Changes
#5741
000d3e694
Thanks @delucis! - Fix broken links in READMEUpdated dependencies [
93e633922
]:@astrojs/markdown-remark@2.0.0-beta.1
Minor Changes
#5769
93e633922
Thanks @bholmesdev! - Introduce asmartypants
flag to opt-out of Astro's default SmartyPants plugin.Migration
You may have disabled Astro's built-in plugins (GitHub-Flavored Markdown and Smartypants) with the
extendDefaultPlugins
option. This has now been split into 2 flags to disable each plugin individually:markdown.gfm
to disable GitHub-Flavored Markdownmarkdown.smartypants
to disable SmartyPants