github withastro/astro astro@0.20.2

latest releases: astro@4.9.2, @astrojs/upgrade@0.3.1, astro@4.9.1...
2 years ago

Patch Changes

  • 788c769: # 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 [5d2ea57]

    • @astrojs/parser@0.20.2

Don't miss a new astro release

NewReleases is sending notifications on new releases.