Released 2023/03/08
This release fixes a blocker issue on Windows servers where Intervention would throw Encoding format (tmp) is not supported.
.
- Add method to specify the quality of the transformed image, from 0 to 100 (#103)
- 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!
Released 2023/02/16
This release fixes a blocker issue introduced with Nova v4.22.0.
- 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!
Released 2022/12/13
- Remove
console.log
(#85). Thanks puzzledmonkey!
Released 2022/12/12
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!
- Nova 4 compatibility
- The cropper now uses Advanced Cropper instead of Cropper.js
Released 2022/05/28
- Fix delete modal opening only for the last item when using multiple image fields (#81). Thanks nilsvannoort!
Released 2022/04/19
- Fix documentation
- Add Sponsor and funding links
Released 2022/02/17
Released 2021/05/16
- 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).
- Improve documentation
- Remove unused CSS files
- Added an
alt
attribute on the index vue's image - Bump Cropper.js dependency to v1.5.11
Released 2020/10/25
- Bump Cropper.js dependency to v1.5.9
Released 2020/08/29
Even though this version is a minor one, it's major in terms of what it brings. And with no breaking change!
Many of you who use this package complained that you can't use basic File
's methods such as store
or storeAs
or storeOriginalName
.
Well... this is now possible! AdvancedImage
now fully inherits from Image
(which inherits from File
) so you can customize your image uploads the way you need, with cropping and resizing!
Here is a list of all the new available methods. Check out the Nova documentation for more details on their usage.
disk
disableDownload
storeOriginalName
storeSize
deletable
prunable
path
storeAs
store
delete
preview
thumbnail
squared
acceptedTypes
I hope your guys will enjoy this new release and keep giving me feedbacks on how to improve the package!
Released 2020/06/07
- Possibility to choose between
gd
orimagick
image processing library (#43). - License file (#37). Thanks james-staffs!
- Upgrade package dependencies (#40).
Released 2020/03/15
- This very CHANGELOG file
Released 2019/02/26
Released 2019/02/15
- Use of
previewUrl
instead ofthumbnailUrl
in the Detail and Form component (#12).
Released 2019/02/15
- Fix 409 Conflict when deleting the file (#5).
Released 2018/11/30
- Add S3 filesystem upload support (#1).