Skip to content

Commit a3c8cb6

Browse files
committed
v4.22.0
1 parent 4b6ef7e commit a3c8cb6

4 files changed

+25
-17
lines changed

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
# 4.22.0
2+
3+
## Added
4+
* [[PESDK-5103](https://imglysdk.atlassian.net/browse/PESDK-5101)] - Added EXIF orientation handling to the custom sticker upload
5+
6+
## Fixed
7+
* [[PESDK-5103](https://imglysdk.atlassian.net/browse/PESDK-5054)] - Fixed React 15 compatibility with flickering sidebar
8+
19
# 4.21.5
210

311
## Fixed

js/PhotoEditorSDK.Server.js

+8-8
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

js/PhotoEditorSDK.Server.min.js

+8-8
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "photoeditorsdk-server",
3-
"version": "4.21.5",
3+
"version": "4.22.0",
44
"description": "The most comprehensive photo editor SDK for Server Applications based on NodeJs",
55
"main": "index.js",
66
"repository": {

0 commit comments

Comments
 (0)