Astro: astro@1.0.0-beta.52 Release

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

Top Contributors in astro@1.0.0-beta.52

Could not determine top contributors for this release.

Directory Browser for astro@1.0.0-beta.52

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

  • #3667 df02fad1 Thanks @bholmesdev! - Fix: add @nanostores/preact to ALWAYS_NOEXTERNAL list for easier onboarding

  • #3678 89884540 Thanks @matthewp! - Fix regression with SSRManifest and client assets

  • #3658 aeab8909 Thanks @matthewp! - Inlines small hoisted scripts

    This enables a perf improvement, whereby small hoisted scripts without dependencies are inlined into the HTML, rather than loaded externally. This uses vite.build.assetInlineLimit to determine if the script should be inlined.