Skip to content
Compare
Choose a tag to compare
@astrobot-houston astrobot-houston released this 15 Aug 14:38
· 3187 commits to main since this release
087270c

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 and getImage

  • #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