Releases: ctessier/nova-advanced-image-field
Releases · ctessier/nova-advanced-image-field
v2.1.0
v2.0.3
This release fixes a blocker issue on Windows servers where Intervention would throw Encoding format (tmp) is not supported.
.
New Features
- Add method to specify the quality of the transformed image, from 0 to 100 (#103)
Fixed
v2.0.2
This release fixes a blocker issue introduced with Nova v4.22.0.
Fixed
v2.0.1
v2.0.0
🎉 Support for Nova 4 is here!
Advanced Image Field is now compatible with Nova 4! This version brings no breaking change, so you can keep your existing AdvancedImage fields unchanged while migrating to Nova 4.
👏 A special thanks to Grafikart, as well as James Hilton and my other sponsors for their contribution!
Changed
- Nova 4 compatibility
- The cropper now uses Advanced Cropper instead of Cropper.js
v1.3.3
v1.3.2
v1.3.1
v1.3.0
New Features
- Introduce the
AdvancedAvatar
class to use the image as an avatar / cover art in search results (@ctessier in #65). - Implement auto-orientation from image Exif data (@rbnhtl in #61).
Changed
- Improve documentation
- Remove unused CSS files
- Added an
alt
attribute on the index vue's image - Bump Cropper.js dependency to v1.5.11