Skip to content

Releases: RafidMuhymin/astro-imagetools

v0.6.15

27 Nov 21:28
Compare
Choose a tag to compare

Bug Fixes

  • Fixes objectFit and objectPosition props not working with <Img /> components ff55ddf
  • Fixes some styles of the <BackgroundPicture /> component are not scoped e5ec5db
  • Fixes placeholder not getting removed on load when fadeInTransition is set to false 6596b10

v0.6.14...v0.6.15

v0.6.14

27 Nov 18:16
Compare
Choose a tag to compare

Bug Fixes

  • Fixes objectFit and objectPosition props not working a5b695c

v0.6.13...v0.6.14

v0.6.13

24 Nov 17:25
Compare
Choose a tag to compare

Bug Fixes

  • Fixes click events not getting triggerred on images ba3b522

v0.6.12...v0.6.13

v0.6.12

20 Nov 21:45
Compare
Choose a tag to compare

Bug Fixes

  • Fixed eslint errors 02dcfac
  • Fixed global config file import not working on some windows machines 0d8ce1b

v0.6.11...v0.6.12

v0.6.11

18 Sep 16:43
Compare
Choose a tag to compare

Major Bug Fix

  • Fixes image assets not being generated during build, thanks @germanz #115

v0.6.10...v0.6.11

v0.6.10

08 Jun 13:29
ba897e3
Compare
Choose a tag to compare

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-positive class is not a valid config option warning when scoped styles are used, thanks @IanVS. 538404f

v0.6.9...v0.6.10

v0.6.9

21 May 16:22
Compare
Choose a tag to compare

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...v0.6.9

v0.6.8

21 May 12:29
Compare
Choose a tag to compare

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...v0.6.8

v0.6.7

20 May 18:51
Compare
Choose a tag to compare

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...v0.6.7

v0.6.6

20 May 14:10
Compare
Choose a tag to compare

Bug Fixes

  • Fixes astro-imagetools throwing error if no config file is present
  • Supports an empty string as the value of the alt attribute

v0.6.5...v0.6.6