Skip to content

astro 1.0.0-beta.5

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