Skip to content

Commit ecd7300

Browse files
committed
v4.16.0
1 parent 22bdd3d commit ecd7300

31 files changed

+21
-9
lines changed

CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
# 4.16.0
2+
3+
## Added
4+
5+
* [[PESDK-4329](https://imglysdk.atlassian.net/browse/PESDK-4329)] - Added DuoTone Filters
6+
* [[PESDK-3929](https://imglysdk.atlassian.net/browse/PESDK-3929)] - Added Filter Categories to DesktopUI
7+
8+
## Fixed
9+
10+
* [[PESDK-4439](https://imglysdk.atlassian.net/browse/PESDK-4439)] - Fixed the missing margin in the ReactUI transform tool which made it difficult to grab the handles on narrow screens
11+
12+
113
# 4.15.2
214

315
## Fixed
1.56 KB
Loading

js/PhotoEditorSDK.Server.js

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

js/PhotoEditorSDK.Server.min.js

+4-4
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.15.2",
3+
"version": "4.16.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)