Astro: [email protected] Release

Release date:
March 24, 2023
Previous version:
[email protected] (released March 24, 2023)
Magnitude:
0 Diff Delta
Contributors:
0 total committers
Data confidence:
Commits:

Top Contributors in [email protected]

Could not determine top contributors for this release.

Directory Browser for [email protected]

We haven't yet finished calculating and confirming the files and directories changed in this release. Please check back soon.

Release Notes Published

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