Astro: astro@1.0.0-beta.35 Release

Release date:
May 26, 2022
Previous version:
astro@1.0.0-beta.34 (released May 26, 2022)
Magnitude:
0 Diff Delta
Contributors:
0 total committers
Data confidence:
Commits:

Top Contributors in astro@1.0.0-beta.35

Could not determine top contributors for this release.

Directory Browser for astro@1.0.0-beta.35

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

  • #3439 ac3c60d4 Thanks @matthewp! - Fixes importing npm packages within CSS

    This change fixes a longstanding bug where the string VITE_ASSET was left in CSS when trying to import CSS packages. The fix comes thanks to an upstream Vite feature that allows us to hand off most of the CSS bundling work to Vite.

  • #3438 79b9ebc8 Thanks @userquin! - Expose route dist URL on SSG