3.0.0
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
- Both
CldImage.vue
andCldOgImage.vue
components accept nownamedTransformations
prop instead oftransformations
. - Bumped video player to the newest version
CldVideoPlayer
aspect ratio is now calculated from width and height as following
aspectRatio: `${width}:${height}`,
CldVideoPlayer
now acceptschapters
andchaptersButton
pros that allows to handle video chaptersCldVideoPlayer
now acceptsdisableRemotePlayback
that allows to instruct the the media element may have a remote playback UI.- We have also removed the following props due to deprecation in the Cloudinary SDK utils:
- CldImage ->
resize
andwidthResize
- CldOgImage ->
resize
CldUploadWidget
now acceptstags
prop that allows to pass upload media tags likefashion
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