github withastro/astro astro@2.1.7

latest releases: astro@5.0.0-beta.2, @astrojs/vue@5.0.0-beta.0, @astrojs/svelte@6.0.0-beta.0...
18 months ago

Patch Changes

  • #6192 b7194103e Thanks @erg208! - Updated to fix the Node SSR fails on POST with Express JSON middleware

  • #6630 cfcf2e2ff Thanks @bholmesdev! - Support automatic image optimization for Markdoc images when using experimental.assets. You can follow our Assets guide to enable this feature in your project. Then, start using relative or aliased image sources in your Markdoc files for automatic optimization:

    <!--Relative paths-->
    
    ![The Milky Way Galaxy](../assets/galaxy.jpg)
    
    <!--Or configured aliases-->
    
    ![Houston smiling and looking cute](~/assets/houston-smiling.jpg)
  • #6647 45da39a86 Thanks @bluwy! - Fix --mode flag for builds

  • #6638 7daef9a29 Thanks @matthewp! - Avoid implicit head injection when a head is in the tree

Don't miss a new astro release

NewReleases is sending notifications on new releases.