🐞 Patch Changes
-
#11073
f5c8feeThanks @matthewp! - Prevent cache content from being left in dist folderWhen
contentCollectionsCacheis enabled temporary cached content is copied into theoutDirfor processing. This fixes it so that this content is cleaned out, along with the rest of the temporary build JS. -
#11054
f6b171eThanks @bholmesdev! - Respect error status when handling Actions with a progressive fallback. -
#11092
bfe9c73Thanks @duckycoding-dev! - Changeslotattribute ofIntrinsicAttributesto match the definition ofHTMLAttributes’s ownslotattribute of typestring | undefined | null -
#10875
b5f95b2Thanks @W1M0R! - Fixes a typo in a JSDoc annotation -
#11111
a5d79ddThanks @bholmesdev! - Fix unexpectedheaderswarning on prerendered routes when using Astro Actions. -
#11081
af42e05Thanks @V3RON! - Correctly position inspection tooltip in RTL modeWhen RTL mode is turned on, the inspection tooltip tend to overflow the window on the left side. Additional check has been added to prevent that.