github withastro/astro astro@0.21.5

latest releases: astro@5.0.0-beta.2, @astrojs/vue@5.0.0-beta.0, @astrojs/svelte@6.0.0-beta.0...
2 years ago

Patch Changes

  • 341ec3c: Fixes dev errors in hydrated components

    The errors would occur when there was state changes in hydrated components. This only occurs in dev but does result in the hydrated component not working. This fixes the underlying issue.

  • 4436592: Fix crash with unexpected file types in pages directory

  • 50f3b8d: Bugfix: improve style and script injection for partial pages

  • fad6bd0: Fixes use of PUBLIC_ to reference env vars

    Previously PUBLIC_ worked in server-only components such as .astro components. However if you had a client-side component you had to use VITE_. This was a bug with our build that is now fixed.

Don't miss a new astro release

NewReleases is sending notifications on new releases.