Releases: withastro/astro
@astrojs/[email protected]
Minor Changes
-
#7067
57f8d14c0
Thanks @matthewp! - Support for experimental redirectsThis adds support for the redirects RFC in the Vercel adapter. No changes are necessary, simply use configured redirects and the adapter will output the vercel.json file with the configuration values.
Patch Changes
-
#7260
39403c32f
Thanks @natemoo-re! - Unflags support foroutput: 'hybrid'
mode, which enables pre-rendering by default. The additionalexperimental.hybridOutput
flag can be safely removed from your configuration. -
Updated dependencies [
57f8d14c0
,414eb19d2
,a7e2b37ff
,dd1a6b6c9
,d72cfa7ca
,144813f73
,b5213654b
,e3b8c6296
,890a2bc98
,39403c32f
,101f03209
]:
@astrojs/[email protected]
Minor Changes
- #7227
4929332c3
Thanks @alex-sherwin! - Fixes NodeJS adapter for multiple set-cookie headers and combining AstroCookies and Response.headers cookies
Patch Changes
-
#7243
409c60028
Thanks @Riki-WangJJ! - Support directory redirects and query params at the same time -
#7260
39403c32f
Thanks @natemoo-re! - Unflags support foroutput: 'hybrid'
mode, which enables pre-rendering by default. The additionalexperimental.hybridOutput
flag can be safely removed from your configuration. -
Updated dependencies [
57f8d14c0
,414eb19d2
,a7e2b37ff
,dd1a6b6c9
,d72cfa7ca
,144813f73
,b5213654b
,e3b8c6296
,890a2bc98
,39403c32f
,101f03209
]:
@astrojs/[email protected]
Minor Changes
-
#7067
57f8d14c0
Thanks @matthewp! - Support for experimental redirectsThis adds support for the redirects RFC in the Netlify adapter, including a new
@astrojs/netlify/static
adapter for static sites.No changes are necessary when using SSR. Simply use configured redirects and the adapter will update your
_redirects
file.
Patch Changes
-
#7260
39403c32f
Thanks @natemoo-re! - Unflags support foroutput: 'hybrid'
mode, which enables pre-rendering by default. The additionalexperimental.hybridOutput
flag can be safely removed from your configuration. -
Updated dependencies [
57f8d14c0
,414eb19d2
,a7e2b37ff
,dd1a6b6c9
,d72cfa7ca
,144813f73
,b5213654b
,e3b8c6296
,890a2bc98
,39403c32f
,101f03209
]:
@astrojs/[email protected]
Patch Changes
- #7307
8034edd9e
Thanks @bholmesdev! - Fix [Object AsyncGenerator] appearing in markup for Markdoc documents
@astrojs/[email protected]
Patch Changes
-
#7311
a11b62ee1
Thanks @bholmesdev! - Fix Markdoc type errors forrender
anddefineMarkdocConfig()
when using a TypeScript Markdoc config file. -
#7309
2a4bb23b2
Thanks @bholmesdev! - Fix missing styles and scripts for components when usingdocument: { render: null }
in the Markdoc config. -
Updated dependencies [
8034edd9e
]:
@astrojs/[email protected]
Minor Changes
- #7260
39403c32f
Thanks @natemoo-re! - Unflags support foroutput: 'hybrid'
mode, which enables pre-rendering by default. The additionalexperimental.hybridOutput
flag can be safely removed from your configuration.
Patch Changes
@astrojs/[email protected]
Minor Changes
-
#7067
57f8d14c0
Thanks @matthewp! - Support for experimental redirectsThis adds support for the redirects RFC in the Cloudflare adapter. No changes are necessary, simply use configured redirects and the adapter will update your
_redirects
file.
Patch Changes
-
#7260
39403c32f
Thanks @natemoo-re! - Unflags support foroutput: 'hybrid'
mode, which enables pre-rendering by default. The additionalexperimental.hybridOutput
flag can be safely removed from your configuration. -
Updated dependencies [
57f8d14c0
,414eb19d2
,a7e2b37ff
,dd1a6b6c9
,d72cfa7ca
,144813f73
,b5213654b
,e3b8c6296
,890a2bc98
,39403c32f
,101f03209
]:
[email protected]
Patch Changes
- #7277
229affca4
Thanks @natemoo-re! - Addstarlight
template alias
[email protected]
Patch Changes
-
#7215
6e27f2f6d
Thanks @bmenant! - Node adapter fallbacks to:authority
http2 pseudo-header whenhost
is nullish. -
#7233
96ae37eb0
Thanks @bluwy! - FixgetViteConfig
and Vitest setup with content collections -
#7136
fea306936
Thanks @johannesspohr! - Render arrays of components in parallel -
#7257
5156c4f90
Thanks @thiti-y! - fix: build fail upon have 'process.env' in *.md file. -
#7268
9e7366567
Thanks @bholmesdev! - Fix: ignore.json
files within content collection directories starting with an_
underscore. -
#7185
339529fc8
Thanks @bholmesdev! - Bring back improved style and script handling across content collection files. This addresses bugs found in a previous release to@astrojs/markdoc
.
@astrojs/[email protected]
Patch Changes
- #7263
dff0d0dda
Thanks @andremralves! - Fix sitemap does not filter pages