Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
astro@5.12.3 source code.tar.gz | 2025-07-23 | 42.9 MB | |
astro@5.12.3 source code.zip | 2025-07-23 | 45.7 MB | |
README.md | 2025-07-23 | 700 Bytes | |
Totals: 3 Items | 88.6 MB | 0 |
Patch Changes
-
#14119
14807a4
Thanks @ascorbic! - Fixes a bug that caused builds to fail if a client directive was mistakenly added to an Astro component -
#14001
4b03d9c
Thanks @dnek! - Fixes an issue wheregetImage()
assigned the resized base URL to the srcset URL ofImageTransform
, which matched the width, height, and format of the original image.