Astro: [email protected] Release

Release date:
April 7, 2022
Previous version:
[email protected] (released April 6, 2022)
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

  • #3026 4b0f27d9 Thanks @matthewp! - Fix for adding set-cookie multiple times

  • #3020 c773dcde Thanks @tony-sull! - Add support for advanced CSS imports with ?raw and ?url

    ⚠️WARNING⚠️: Be careful when bypassing Astro's built-in CSS bundling! Styles won't be included in the built output - this is best used in combination with set:html to inline styles directly into the built HTML page.

  • #3022 8c04ff1f Thanks @matthewp! - Allows adapters to export default

  • #3021 7e9d82d7 Thanks @matthewp! - Warn when attempting to access headers in SSG mode