This repository has been archived by the owner on May 11, 2023. It is now read-only.
Releases: outl1ne/nova-media-field
Releases · outl1ne/nova-media-field
2.1.0
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
2.0.7
2.0.6
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
Fixed
- Check for empty field value in
MediaField::resolveResponseValue
- if value is empty then return null
Deprecated
createFromData
is now deprecated inMediaHandler
, usecreateFromFile
method instead
2.0.4
Fixed mime icon styles
2.0.3
Fixed
Fixed small typo
2.0.2
[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
[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