Skip to content

Commit 57e1617

Browse files
author
cloudinary-bot
committed
Version 1.0.0-alpha.12
1 parent 0b220d6 commit 57e1617

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
1.0.0-alpha.12 / 2021-01-17
2+
==================
3+
4+
New functionality and features
5+
------------------------------
6+
* Change addTransformation() to accept a transformation instance as well as a string
7+
* Add mandatory qualifiers: x, y, to effect.shear()
8+
* Add duration qualifier to effect.fadeIn()
9+
* Rename deshake.pixels to deshakeStrength, add support for Expression (#304)
10+
11+
Other Changes
12+
-------------
13+
* Fix missing JSDoc favicon
14+
115
1.0.0-alpha.11 / 2021-01-13
216
==================
317

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.11",
3+
"version": "1.0.0-alpha.12",
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)