Skip to content

v3.0.0-rc.1

Compare
Choose a tag to compare
@Baroshem Baroshem released this 22 May 06:36
· 52 commits to main since this release
b3f1fe2

This is a first release candidate for the version 3.0.0.

We are aiming to create smaller major versions with only the necessary breaking changes with easier migration and new features.
Below you can see the changes in this version.

Thanks @colbyfayock for the ideas for this release :)

Changes

  1. Both CldImage.vue and CldOgImage.vue components accept now namedTransformations prop instead of transformations.
  2. Property crop in resize prop of CldImage.vue can now be an object as well as a string.
  3. Bumped video player to the newest version
  4. CldVideoPlayer aspect ratio is now calculated from width and height as following
aspectRatio: `${width}:${height}`,

What has changed?

Full Changelog: v2.7.0...v3.0.0-rc.1