v3.0.0-rc.1
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
- Both
CldImage.vue
andCldOgImage.vue
components accept nownamedTransformations
prop instead oftransformations
. - Property
crop
inresize
prop ofCldImage.vue
can now be an object as well as a string. - Bumped video player to the newest version
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