File tree 2 files changed +22
-1
lines changed
2 files changed +22
-1
lines changed Original file line number Diff line number Diff line change
1
+ 1.0.0-alpha.11 / 2021-01-13
2
+ ==================
3
+
4
+ New functionality and features
5
+ ------------------------------
6
+ * Fix incorrect implementation for replaceColor with rgb colors
7
+ * Add a missing prepareColor function call in text background color
8
+ * Implement reshape.trim
9
+ * Rename unknown to any in Typescript
10
+ * Add support for videoEdit.preview()
11
+ * Add support for videoCodec
12
+ * Remove support for flag concatenation (#297 )
13
+
14
+ Other Changes
15
+ -------------
16
+ * Improve test coverage
17
+ * Add changelog file
18
+ * Add the right icon and add style changes (For the JSDoc website)(#299 )
19
+
20
+
21
+
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @cloudinary/base" ,
3
- "version" : " 1.0.0-alpha.10 " ,
3
+ "version" : " 1.0.0-alpha.11 " ,
4
4
"description" : " " ,
5
5
"scripts" : {
6
6
"test" : " npm run test:types && npm run build && jest --coverage --reporters default && npm run test:size" ,
You can’t perform that action at this time.
0 commit comments