Skip to content

Releases: ctessier/nova-advanced-image-field

v2.1.0

28 Aug 20:18
Compare
Choose a tag to compare

New Features

  • Add method to convert the image by specifying an output format (#108). Thanks Ruitjes!

v2.0.3

08 Mar 21:27
Compare
Choose a tag to compare

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

  • Fix Encoding format (tmp) is not supported. issue on Windows server (#102). Thanks dimalebid for your help!
  • Fix issue when using the field on something other than a Nova Resource (#99). Thanks Jaspur!

v2.0.2

15 Feb 23:39
Compare
Choose a tag to compare

This release fixes a blocker issue introduced with Nova v4.22.0.

Fixed

  • Fix issue when the crop function was called with float values (#86). Thanks Woeler!
  • Fix issue when the field was used without the cropper (#89). Thanks Woeler!
  • Fix file handler not being triggered anymore since Nova v4.22.0 (#97). Thanks puzzledmonkey!

v2.0.1

13 Dec 18:10
Compare
Choose a tag to compare

Changed

v2.0.0

12 Dec 22:29
Compare
Choose a tag to compare

🎉 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

28 May 09:31
Compare
Choose a tag to compare

Fixed

  • Fix delete modal opening only for the last item when using multiple image fields (#81). Thanks nilsvannoort!

v1.3.2

19 Apr 13:53
a804596
Compare
Choose a tag to compare
Add funding link to composer.json

v1.3.1

17 Feb 11:11
Compare
Choose a tag to compare

Fixed

  • Fix issue when calling Storage::delete with null on Laravel 9 (#74). Thanks Woeler!

v1.3.0

16 May 10:38
d5b1620
Compare
Choose a tag to compare

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

v1.2.1

24 Oct 22:25
68d6c9b
Compare
Choose a tag to compare

Fixed

  • Fix issue with the field's help text (@mziraki in #57)

Changed