|
| 1 | +1.0.0-beta.0 / 2021-02-01 |
| 2 | +================== |
| 3 | + |
| 4 | +New functionality and features |
| 5 | +============================== |
| 6 | + * Add setter methods to CloudinaryFile for some asset fields (#340) |
| 7 | + * add clone functionality to image (#332) |
| 8 | + * Add a backwards compatiblity function to the root of the SDK (#336) |
| 9 | + * Feature/add support for Effect.removeBackground (#321) |
| 10 | + * Add support for Adjust.tint() (#320) |
| 11 | + * Add support for video.underlay (was not previously supported) (#316) |
| 12 | + * Add the X,Y qualifiers to resize.limitFill by returning ResizeFillAction (#314) |
| 13 | + * Add qualifiers x and y for Resize.fill, to be used with gravity.xyCenter (#310) |
| 14 | + * Add support for ProgressiveMode when using DeliveryFormats (#307) |
| 15 | + |
| 16 | +Breaking changes |
| 17 | +================ |
| 18 | + * Refactor - Rename Values to Qualifiers (#339) |
| 19 | + * Rename color to colorToReplace for effect.makeTransparent (#323) |
| 20 | + * Flatten the Gravity qualifiers (#313) |
| 21 | + * Rename psdTools.byFileName to byLayerName (#311) |
| 22 | + * Rename byNumber to byIndex (#312) |
| 23 | + |
| 24 | +Other changes |
| 25 | +================ |
| 26 | + * Docs - Fix styling in the search component when searching for @cloudinary/base (#338) |
| 27 | + * Docs - Change wording of SDK Summary when searching (#337) |
| 28 | + * Build - Set the bundle target to ES6 for ESM, and ES5 for UMD (#335) |
| 29 | + * Docs - Enhance the search |
| 30 | + * Add relevant overlay tests from cloudinary-core (#327) |
| 31 | + * Docs/Move the foodoc template from package.json to within the project (#328) |
| 32 | + * Change favico and system logo (#326) |
| 33 | + * Remove the readme parts that link to github pages (#324) |
| 34 | + * Rename the parameter name of defaultImage (#322) |
| 35 | + * Fix the base64 methods to ensure we keep the padding in them (#315) |
| 36 | + |
1 | 37 | 1.0.0-alpha.14 / 2021-01-17
|
2 | 38 | ==================
|
3 | 39 |
|
|
0 commit comments