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@0.25.0-next.3
Patch Changes
#2871
5029382a
Thanks @FredKSchott! - Fix a bug where tailwind integration wouldn't apply to markdown pages#2855
5e52814d
Thanks @matthewp! - Adds support for the Node adapter (SSR)This provides the first SSR adapter available using the
integrations
API. It is a Node.js adapter that can be used with thehttp
module or any framework that wraps it, like Express.In your astro.config.mjs use:
After performing a build there will be a
dist/server/entry.mjs
module that works like a middleware function. You can use with any framework that supports the Noderequest
andresponse
objects. For example, with Express you can do:#2859
c781b12f
Thanks @natemoo-re! - Ensure private, internal APIs are not enumerable#2878
2db97f10
Thanks @bholmesdev! - Move the built-inPrism
component fromastro/components
to@astrojs/prism/component
.#2857
1061d647
Thanks @bholmesdev! - Improve granularity of production build logs. This now lists:import.meta.glob
calls.getStaticPaths
.#2873
e4025d1f
Thanks @matthewp! - Improves the build by building to a single file for rendering#2875
55712277
Thanks @FredKSchott! - Generalize output assets to avoid adblocker false positives#2872
098f6f6b
Thanks @bholmesdev! - FixisSelfAccepting
errors when using the Preact integration with the Astro dev serverUpdated dependencies [
2db97f10
,d763ec18
]:@astrojs/prism@0.4.1-next.0
Patch Changes
2db97f10
Thanks @bholmesdev! - Move the built-inPrism
component fromastro/components
to@astrojs/prism/component
.@astrojs/node@0.0.2-next.0
Patch Changes
e4025d1f
Thanks @matthewp! - Improves the build by building to a single file for rendering@astrojs/preact@0.0.2-next.1
Patch Changes
098f6f6b
Thanks @bholmesdev! - FixisSelfAccepting
errors when using the Preact integration with the Astro dev server@astrojs/markdown-remark@0.7.0-next.1
Patch Changes
#2870
d763ec18
Thanks @FredKSchott! - Fix a shiki performance issue affecting large sitesUpdated dependencies [
2db97f10
]: