Skip to content

Releases: ctessier/nova-advanced-image-field

v1.2.0

29 Aug 17:20
8eb4244
Compare
Choose a tag to compare

🎉 AdvancedImage now fully inherits from the Nova Image native field!

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!

v1.1.0

07 Jun 13:36
f71abde
Compare
Choose a tag to compare

Added

  • Possibility to choose between gd or imagick image processing library (#43).
  • License file (#37). Thanks james-staffs!

Internal

  • Upgrade package dependencies (#40).

v1.0.2

15 Mar 12:48
0644e10
Compare
Choose a tag to compare

Added

Fixed

  • Fix use of ->path() to specify a custom subdirectory (#29). Thanks mathd!

v1.0.1

26 Feb 20:10
Compare
Choose a tag to compare

v1.0.0

15 Feb 21:29
40bfd88
Compare
Choose a tag to compare
  • Use of previewUrl for Detail and Form components (#12)

v0.2.0

15 Feb 21:06
3241de1
Compare
Choose a tag to compare
v0.2.0 Pre-release
Pre-release
  • Fix 409 Conflict (#5)
  • Fix some code style with StyleCI

v0.1.1

30 Nov 07:52
64ed52c
Compare
Choose a tag to compare
v0.1.1 Pre-release
Pre-release
  • Fix file upload with S3 file system

v0.1.0

28 Nov 09:18
Compare
Choose a tag to compare
v0.1.0 Pre-release
Pre-release
Udpate comments