Releases: outl1ne/nova-media-field
Releases · outl1ne/nova-media-field
1.3.7
Changed
- Fixed case where uploading a file from the UI didn't work
1.3.6
Added
- Added
createFromData
function that allows saving base64 encoded image
Changed
1.3.5
Changed
- Stop image from being upsized when resizing
- Improve
resolveResponseValue
(thanks to @Artexis10)
1.3.4
Changed
- Improved error handling on upload failure in Vue
- Updated packages
1.3.3
Changed
- Make timeout configurable in
createFromUrl
- Changed default timeout to 60 seconds instead of 15
- Added
max_original_image_dimensions
configuration option that restricts original image size
- Updated packages
1.3.2
Changed
- Added timeout to
createFromUrl
1.3.1
Changed
- Fixed MediaController crashing with invalid ids input
- Updated packages
1.3.0
Added
- Added new
createFromUrl
function to MediaHandler
Changed
- Enforce thumbnails and always try to display thumbnails in the front-end
- Fixed case where
mimeType
was left to text/plain
- Updated packages
1.2.4
Changed
- Fixed webp url returning only folder path when webp_name was null
1.2.3
Changed
- Replaced
env()
usage with config()
(thanks to @KasparRosin)
- Updated packages