Patch Changes
-
#7702
c19987df0
Thanks @shishkin! - Fix AstroConfigSchema type export -
#8084
560e45924
Thanks @hbgl! - Stream request body instead of buffering it in memory. -
#8066
afc45af20
Thanks @Princesseuh! - Add support for non-awaited imports to the Image component andgetImage
-
#7866
d1f7143f9
Thanks @43081j! - Add second type argument to the AstroGlobal type to type Astro.self. This change will ultimately allow our editor tooling to provide props completions and intellisense for<Astro.self />
-
#8032
3e46634fd
Thanks @natemoo-re! -astro add
now passes down--save-prod
,--save-dev
,--save-exact
, and--no-save
flags for installation -
#8035
a12027b6a
Thanks @fyndor! - Removed extra double quotes from computed style in shiki code component