Releases: RafidMuhymin/astro-imagetools
Releases · RafidMuhymin/astro-imagetools
v0.9.0
New Features
- Replaced
importRemoteImage
withimportImage
to add support for regular & dynamic paths. CheckimportImage
documentation b8ac78e
Removals
- Removed the
importRemoteImage
API. UseimportImage
instead. - Removed the
globalImportRemoteImage
global config option.
Documentation
- Fixed the code example of the
assetFileNames
global config option
v0.8.1
Major Bug Fixes
v0.8.0
Asset Filenames
- Astro v2.0 compatible asset filenames
- Added a new
assetFileNames
global config option
v0.7.6
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
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
TypeScript
- The type for the
importRemoteImage
API will now be declared globally whenglobalImportRemoteImage
is enabled. More at https://astro-imagetools-docs.vercel.app/en/global-config-options#globalimportremoteimage
v0.7.1
v0.7.0
New Features
- Added a new
importRemoteImage
API for importing remote images b812cde - Added a new
globalImportRemoteImage
global config for making theimportRemoteImage
API available globally 1c5cbed
Bug Fixes
v0.6.17
v0.6.16
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