Skip to content

3.0.0

Latest
Compare
Choose a tag to compare
@Baroshem Baroshem released this 26 Jun 08:58
· 5 commits to main since this release
2662a7a

What's Changed

This is the stable new version of Cloudinary module for Nuxt. From now on, we want to release smaller major versions with easier migration instead of what we did with version 1 -> 2 which was a change between nuxt 2 and nuxt 3 compatibility.

Thanks @colbyfayock for the ideas for this release :)

Improvements

  1. Both CldImage.vue and CldOgImage.vue components accept now namedTransformations prop instead of transformations.
  2. Bumped video player to the newest version
  3. CldVideoPlayer aspect ratio is now calculated from width and height as following
aspectRatio: `${width}:${height}`,
  1. CldVideoPlayer now accepts chapters and chaptersButton pros that allows to handle video chapters
  2. CldVideoPlayer now accepts disableRemotePlayback that allows to instruct the the media element may have a remote playback UI.
  3. We have also removed the following props due to deprecation in the Cloudinary SDK utils:
  • CldImage -> resize and widthResize
  • CldOgImage -> resize
  1. CldUploadWidget now accepts tags prop that allows to pass upload media tags like fashion that can be used by the underlining Cloudinary widget.

Following issues were closed in this version (and release candidates):

Full Changelog: v2.7.0...v3.0.0