Patch Changes
-
#6530
acf78c5e2
Thanks @Princesseuh! - Fix various inaccuracies with types related to the new Assets features:- getConfiguredImageService wasn't present on the astro:assets types.
- ImageMetadata wasn't exported
- Fixed wrong module declaration for
avif
,heic
andheif
files. - Add missing module declaration for SVGs imports
-
#6527
04e624d06
Thanks @bluwy! - Treeshake exported client components that are not imported -
#6533
cc90d7219
Thanks @Princesseuh! - Added a warning when trying to useexperimental.assets
with a not compatible adapter -
#6483
a9a6ae298
Thanks @Princesseuh! - Fix images defined in content collections schemas not working -
#6537
6a7cf0712
Thanks @matthewp! - Prevent astro:content from depending on Node builtins -
#6488
bfd67ea74
Thanks @matthewp! - Remove use of createRequire breaking non-Node hosts. -
#6503
f6eddffa0
Thanks @bholmesdev! - Add caching togetCollection()
queries for faster SSG production builds -
#6508
c63874090
Thanks @bholmesdev! - Improve content collection error formatting:- Bold the collection and entry that failed
- Consistently list the frontmatter key at the start of every error
- Rich errors for union types
-
#6485
d637d1ea5
Thanks @bluwy! - Fix@astrojs/prism
edgecase with strict package managers -
#6532
637f9bc72
Thanks @Princesseuh! - Fixenv.d.ts
changing types wrongly on every restart whenexperimental.assets
is enabled -
#6460
77a046e88
Thanks @bluwy! - Add default.npmrc
file when adding the Lit integration throughastro add lit
and usingpnpm
.