🐞 Patch Changes
-
#8351
7d95bd9baThanks @lilnasy! - Fixed a case where dynamic imports tried to preload inlined stylesheets. -
#8353
1947ef7a9Thanks @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 assetimport Component from './Component.vue?component';</script> -
#8424
61ad70fdcThanks @itsmatteomanf! - Fixes remote assets caching logic to not use expired assets -
#8306
d2f2a11cdThanks @jacobthesheep! - Support detecting Bun when logging messages with package manager information. -
#8414
5126c6a40Thanks @Princesseuh! - Fix missing type forimageConfigexport fromastro:assets -
#8416
48ff7855bThanks @Princesseuh! - Installing will no longer fail when Sharp can’t be installed -
#8332
8935b3b46Thanks @martrapp! - Fix scroll position when navigating back from page w/o ViewTransitions