Releases: withastro/astro
@astrojs/[email protected]
Minor Changes
- #6534
ad907196c
Thanks @atilafassina! - Adds support to SSR routes to sitemap generation.
@astrojs/[email protected]
@astrojs/[email protected]
Patch Changes
-
#6932
49514e4ce
Thanks @bluwy! - Upgrade shiki to v0.14.1. This updates the shiki theme colors and adds the theme name to thepre
tag, e.g.<pre class="astro-code github-dark">
. -
Updated dependencies [
49514e4ce
]:- @astrojs/[email protected]
@astrojs/[email protected]
@astrojs/[email protected]
Patch Changes
[email protected]
Patch Changes
-
#6967
a8a319aef
Thanks @bluwy! - Fixastro-entry
error on build with multiple JSX frameworks -
#6961
a695e44ae
Thanks @Princesseuh! - Fix getImage type -
#6956
367e61776
Thanks @lilnasy! - Changed where various parts of the build pipeline look to decide if a page should be prerendered. They now exclusively consider PageBuildData, allowing integrations to participate in the decision. -
#6969
77270cc2c
Thanks @bluwy! - Avoid removing leading slash forbuild.assetsPrefix
value in the build output -
#6910
895fa07d8
Thanks @natemoo-re! - Inlineprocess.env
boolean values (0
,1
,true
,false
) during the build. This helps with DCE and allows for betterexport const prerender
detection. -
#6958
72c6bf01f
Thanks @bluwy! - Fix content render imports flow -
#6952
e5bd084c0
Thanks @Princesseuh! - Update allowed Sharp versions to support 0.32.0
@astrojs/[email protected]
@astrojs/[email protected]
@astrojs/[email protected]
Patch Changes
- #6970
b5482cee2
Thanks @bholmesdev! - Fix: remove accidental stripping of trailing/1/
on canonical URLs