Skip to content

Releases: RafidMuhymin/astro-imagetools

v0.9.0

10 Aug 11:27
Compare
Choose a tag to compare

New Features

Removals

  • Removed the importRemoteImage API. Use importImage instead.
  • Removed the globalImportRemoteImage global config option.

Documentation

  • Fixed the code example of the assetFileNames global config option

v0.8.1...v0.9.0

v0.8.1

05 Feb 20:08
Compare
Choose a tag to compare

Major Bug Fixes

v0.8.0...v0.8.1

v0.8.0

04 Feb 23:24
Compare
Choose a tag to compare

Asset Filenames

  • Astro v2.0 compatible asset filenames
  • Added a new assetFileNames global config option

v0.7.6...v0.8.0

v0.7.6

23 Jan 10:17
Compare
Choose a tag to compare

Bug Fixes

  • Fixed query param configs not working with the importRemoteImage API
  • Fixed data URI images are not working
  • Fixed long filename issue with remote images

v0.7.4...v0.7.6

v0.7.4

18 Jan 19:47
Compare
Choose a tag to compare

Bug Fixes

  • Fixed output files don't have the original name e6a2708

https://github.com/RafidMuhymin/astro-imagetools/compare/v0.7.3..v0.7.4

v0.7.3

17 Jan 19:38
Compare
Choose a tag to compare

TypeScript

v0.7.1...v0.7.3

v0.7.1

16 Jan 18:31
Compare
Choose a tag to compare

Bug Fixes

v0.7.1...v0.7.2

v0.7.0

02 Jan 13:02
Compare
Choose a tag to compare

New Features

  • Added a new importRemoteImage API for importing remote images b812cde
  • Added a new globalImportRemoteImage global config for making the importRemoteImage API available globally 1c5cbed

Bug Fixes

  • fixed generated assets' filenames contain the original extension a3b9680
  • fixed generated assets' start with . if src is a data URI 71b0afb
  • removed extra 32 characters long hash from generated assets' path 793583f

v0.6.17...v0.7.0

v0.6.17

13 Dec 18:20
Compare
Choose a tag to compare

Bug Fixes

  • fixed find-up module loading issue 54b0e63

v0.6.16...v0.6.17

v0.6.16

02 Dec 21:34
Compare
Choose a tag to compare

Changes

  • the vite plugin now generates the unique hash for an image based on its root relative path so that caching works across devices and OSes 0d3a4ca

v0.6.15...v0.6.16