Skip to content

Commit 0da2a32

Browse files
author
cloudinary-bot
committed
Version 1.0.0-beta.0
1 parent 1e2bcea commit 0da2a32

File tree

2 files changed

+37
-1
lines changed

2 files changed

+37
-1
lines changed

CHANGELOG.md

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,39 @@
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+
137
1.0.0-alpha.14 / 2021-01-17
238
==================
339

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cloudinary/base",
3-
"version": "1.0.0-alpha.14",
3+
"version": "1.0.0-beta.0",
44
"description": "",
55
"scripts": {
66
"test": "npm run test:types && npm run build && jest --coverage --reporters default && npm run test:size",

0 commit comments

Comments
 (0)