Skip to content

Commit 5fb89ed

Browse files
committed
v4.16.1
1 parent ecd7300 commit 5fb89ed

File tree

5 files changed

+30
-22
lines changed

5 files changed

+30
-22
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
# 4.16.1
2+
3+
## Added
4+
5+
* [[PESDK-4543](https://imglysdk.atlassian.net/browse/PESDK-4543)] - Added local history in the transform tool
6+
7+
18
# 4.16.0
29

310
## Added

examples/shared/config.js

+2-1
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,8 @@ window.editorConfig = JSON.flatten({
103103
},
104104
tools: [
105105
'transform', 'artfilter', 'filter', 'adjustments', 'focus', 'text', 'textdesign', 'sticker', 'brush', 'frame', 'overlay', 'library',
106-
'brightness', 'saturation', 'contrast', 'clarity', 'exposure', 'shadows', 'highlights', 'gamma', 'whites', 'blacks', 'temperature'
106+
'brightness', 'saturation', 'contrast', 'clarity', 'exposure', 'shadows', 'highlights', 'gamma', 'whites', 'blacks', 'temperature',
107+
'selective-blur', 'radial-focus', 'mirrored-focus'
107108
],
108109
controlsOrder: [
109110
['library'],

js/PhotoEditorSDK.Server.js

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

js/PhotoEditorSDK.Server.min.js

+10-10
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.16.0",
3+
"version": "4.16.1",
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)