3.0.9

🐞 Patch Changes

  • #8351 7d95bd9ba Thanks @lilnasy! - Fixed a case where dynamic imports tried to preload inlined stylesheets.

  • #8353 1947ef7a9 Thanks @elevatebart! - Astro will now skip asset optimization when there is a query in the import. Instead, it will let vite deal with it using plugins.

    <script>
    // This will not return an optimized asset
    import Component from './Component.vue?component';
    </script>
  • #8424 61ad70fdc Thanks @itsmatteomanf! - Fixes remote assets caching logic to not use expired assets

  • #8306 d2f2a11cd Thanks @jacobthesheep! - Support detecting Bun when logging messages with package manager information.

  • #8414 5126c6a40 Thanks @Princesseuh! - Fix missing type for imageConfig export from astro:assets

  • #8416 48ff7855b Thanks @Princesseuh! - Installing will no longer fail when Sharp can’t be installed

  • #8418 923a443cb Thanks @bluwy! - Fix markdown page HMR

  • #8332 8935b3b46 Thanks @martrapp! - Fix scroll position when navigating back from page w/o ViewTransitions