Releases: RafidMuhymin/astro-imagetools
Releases · RafidMuhymin/astro-imagetools
v0.6.15
v0.6.14
v0.6.13
v0.6.12
v0.6.11
Major Bug Fix
v0.6.10
Bug Fixes
- Fixes case-sensitivity issue when matching image extension, thanks @asyarb. 787323a
- Fixes placeholder image placement issue on Safari 13, thanks @IanVS. 2c2bfb6
- Fixes
alt=""
not being passed to the<img>
element, thanks @bronze. 09a0d39 - Fixes
astro-imagetools
throwing false-positiveclass is not a valid config option
warning when scoped styles are used, thanks @IanVS. 538404f
v0.6.9
Bug Fixes
- Fixes performance regression caused due to breakpoints calculation formula update in
0.5.7
. The generation of image sets is now around 8X faster!
v0.6.8
Bug Fixes
- Fixes globally defined configuration options overriding component props and query parameters
- Fixes styling error/issue if the user passes a
style
attribute that doesn't end with a trailing semicolon. Thanks, @SlicedSilver
v0.6.7
Bug Fixes
- Fixes Astro ImageTools throwing error if the
astro-imagetools.config.js
or.mjs
file isn't present. Thanks, @IanVS - Fixes attributes defined in
attributes.picture
not getting passed to<picture>
elements. Thanks, @SlicedSilver - Fixes issue: placeholder image is bigger than the original image. Thanks, @IanVS
Improvements
- Processing markdown images is now 3X-5X faster than before. Thanks, @IanVS
Codebase
- ESLint has been enabled for the workspace. Thanks, @IanVS
v0.6.6
Bug Fixes
- Fixes
astro-imagetools
throwing error if no config file is present - Supports an empty string as the value of the
alt
attribute