Astro: astro@0.20.2 Release

Release date:
August 27, 2021
Previous version:
astro@0.20.1 (released August 26, 2021)
Magnitude:
3,430 Diff Delta
Contributors:
2 total committers
Data confidence:
Commits:

Top Contributors in astro@0.20.2

ematipico
jonathantneal

Directory Browser for astro@0.20.2

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

  • 788c769d: # Hoisted scripts

    This change adds support for hoisted scripts, allowing you to bundle scripts together for a page and hoist them to the top (in the head):

    <script hoist>
      // Anything goes here!
    </script>
    
  • Updated dependencies [5d2ea578]