Skip to content
This repository has been archived by the owner on May 11, 2023. It is now read-only.

Releases: outl1ne/nova-media-field

2.1.0

29 Oct 14:49
Compare
Choose a tag to compare

Added

  • Added WIP watermarking ability (thanks to @pitchayakit)
  • Added ability to delete images (thanks to @pitchayakit)
  • Added ability to stop thumbnail generation (thanks to @milewski)

Changed

  • Slight refactoring
  • Fixed Media Library modal showing both "Close" and "Back" buttons
  • Updated packages

2.0.8

06 Sep 15:37
Compare
Choose a tag to compare

Changed

  • Fixed base64 encoded file deduplication not working when using createFromFile method
  • Fixed ID field not displaying

2.0.7

06 Sep 13:52
Compare
Choose a tag to compare

Changed

  • Media created from file or URL will now clean up the temporary file after media's been stored
  • Fixed missing dependency on Guzzle
  • Updated packages

2.0.6

30 Aug 09:13
Compare
Choose a tag to compare

Added

  • Media browsing modal can be now closed using "escape" key or clicking on backdrop

Fixed

  • Fixed overflow issue in media modal browser in file data area
  • Fixed a console error when uploading an image in media library index view

2.0.5

10 Aug 12:27
Compare
Choose a tag to compare

Fixed

  • Check for empty field value in MediaField::resolveResponseValue - if value is empty then return null

Deprecated

  • createFromData is now deprecated in MediaHandler, use createFromFile method instead

2.0.4

18 Jun 10:39
Compare
Choose a tag to compare

Fixed mime icon styles

2.0.3

18 Jun 09:56
Compare
Choose a tag to compare

Fixed

Fixed small typo

2.0.2

18 Jun 09:45
Compare
Choose a tag to compare

[2.0.2] - 2021-06-18

Added

  • Added quality to media field config file that will be used when encoding thumbnails
  • Added initial index view field for media

2.0.1

18 Jun 09:01
Compare
Choose a tag to compare

[2.0.1] - 2021-06-18

Added

  • Added audio thumbnail for audio mime type
  • Added document thumbnail for all mime types that are unmapped
  • Added fallback image for image preview that has missing/broken source
  • Fixed #31, where multiple() was no longer working due to duplicate declaration of computed
  • Added collection parameter to findFiles request.
  • MediaController@findFiles will now properly use collection to search files.

Fixed

  • Media library index resource table view should display upload media
    button when table is empty and should open media browser modal upon clicking

1.4.1

21 May 07:30
Compare
Choose a tag to compare

Changed

  • Fixed #31 , where multiple() was no longer working due to duplicate declaration of computed