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

1.3.7

01 Feb 09:22
Compare
Choose a tag to compare

Changed

  • Fixed case where uploading a file from the UI didn't work

1.3.6

28 Jan 14:58
Compare
Choose a tag to compare

Added

  • Added createFromData function that allows saving base64 encoded image

Changed

  • Updated packages

1.3.5

25 Jan 14:35
Compare
Choose a tag to compare

Changed

  • Stop image from being upsized when resizing
  • Improve resolveResponseValue (thanks to @Artexis10)

1.3.4

18 Jan 13:17
Compare
Choose a tag to compare

Changed

  • Improved error handling on upload failure in Vue
  • Updated packages

1.3.3

13 Jan 12:18
Compare
Choose a tag to compare

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

02 Dec 14:52
Compare
Choose a tag to compare

Changed

  • Added timeout to createFromUrl

1.3.1

02 Dec 13:15
Compare
Choose a tag to compare

Changed

  • Fixed MediaController crashing with invalid ids input
  • Updated packages

1.3.0

06 Oct 12:42
Compare
Choose a tag to compare

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

21 Sep 09:19
Compare
Choose a tag to compare

Changed

  • Fixed webp url returning only folder path when webp_name was null

1.2.3

04 Sep 10:55
Compare
Choose a tag to compare

Changed

  • Replaced env() usage with config() (thanks to @KasparRosin)
  • Updated packages