Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update dependency @nuxtjs/cloudinary to v4 - autoclosed #533

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 11, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@nuxtjs/cloudinary 2.7.3 -> 4.0.0 age adoption passing confidence

Release Notes

nuxt-modules/cloudinary (@​nuxtjs/cloudinary)

v4.0.0: 4.0.0

Compare Source

What's Changed

This is a new major version of the module where several new things were added. The main change here is that thanks to the refactor of Cloudinary URL Loader from using ZOD to regular TS types, we can now fully remove local types in favor of the types used from the loader. This allowed to remove a lot of lines of repetitive type code and have more type safety.

Changes

  1. Fixed Signed Upload Widget API Key passing to options
  2. Fixed autoplay, autoplayMode and playinline props for Video Player
  3. Migrated to Cloudinary URL Loader types and newest version
  4. Move preserveTransformations prop to URL Loader (Breaking Change)
  5. Added Coordinates-based Cropping to CLD Image component
  6. Add feature of Extract to CLD Image
  7. Allow Cld Video Player to support captions and subtitles
  8. Added support for raw transformations for Cld Video Player

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

New Contributors

Full Changelog: nuxt-modules/cloudinary@v3.1.0...v4.0.0

v3.1.1

Compare Source

v3.1.0: 3.1.0

Compare Source

What's Changed

This small minor version brings support for AI powered background replacing that works great. Read more about it here

Thanks once again @​colbyfayock for suggesting this great feature!

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

Full Changelog: nuxt-modules/cloudinary@v3.0.0...v3.1.0

v3.0.1

Compare Source

v3.0.0: 3.0.0

Compare Source

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: nuxt-modules/cloudinary@v2.7.0...v3.0.0


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added chore dependencies Pull requests that update a dependency file labels Nov 11, 2024
@renovate renovate bot force-pushed the renovate/nuxtjs-cloudinary-4.x branch from 5c77d1d to bb04d83 Compare January 16, 2025 09:08
@renovate renovate bot changed the title chore(deps): update dependency @nuxtjs/cloudinary to v4 chore(deps): update dependency @nuxtjs/cloudinary to v4 - autoclosed Jan 16, 2025
@renovate renovate bot closed this Jan 16, 2025
@renovate renovate bot deleted the renovate/nuxtjs-cloudinary-4.x branch January 16, 2025 09:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
chore dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant