đ Patch Changes
-
#12645
8704c54Thanks @sarah11918! - Updates some reference links in error messages for new v5 docs. -
#12641
48ca399Thanks @ascorbic! - Fixes a bug whereastro info --copywasnât working correctly onmacOSsystems. -
#12461
62939adThanks @kyr0! - Removes the misleading log message telling that a custom renderer is not recognized while it clearly is and works. -
#12642
ff18b9cThanks @ematipico! - Provides more information when logging a warning for accessingAstro.request.headersin prerendered pages -
#12634
03958d9Thanks @delucis! - Improves error message formatting for user config and content collection frontmatter -
#12547
6b6e18dThanks @mtwilliams-code! - Fixes a bug where URL search parameters werenât passed when using the i18nfallbackfeature. -
#12449
e6b8017Thanks @apatel369! - Fixes an issue where the customassetFileNamesconfiguration caused assets to be incorrectly moved to the server directory instead of the client directory, resulting in 404 errors when accessed from the client side. -
#12518
e216250Thanks @ematipico! - Fixes an issue where SSR error pages would return duplicated custom headers. -
#12625
74bfad0Thanks @ematipico! - Fixes an issue where theexperimental.svghad incorrect type, resulting in some errors in the editors. -
#12631
dec0305Thanks @ascorbic! - Fixes a bug where the class attribute was rendered twice on the image component -
#12623
0e4fecbThanks @ascorbic! - Correctly handles images in content collections with uppercase file extensions -
#12633
8a551c1Thanks @bluwy! - Cleans up content layer sync during builds and programmaticsync()calls -
#12640
22e405aThanks @ascorbic! - Fixes a bug that caused content collections to be returned empty when run in a test environment -
#12613
306c9f9Thanks @matthewp! - Fix use of cloned requests in middleware with clientAddressWhen using
context.clientAddressorAstro.clientAddressAstro looks up the address in a hidden property. Cloning a request can cause this hidden property to be lost.The fix is to pass the address as an internal property instead, decoupling it from the request.