Skip to content

Commit a9c84e1

Browse files
committed
v4.17.0
1 parent 5fb89ed commit a9c84e1

4 files changed

+43
-97
lines changed

CHANGELOG.md

+16
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
# 4.17.0
2+
3+
## Added
4+
5+
* [[PESDK-3477](https://imglysdk.atlassian.net/browse/PESDK-3477)] - Added option to configure color palette
6+
7+
## Fixed
8+
9+
* [[PESDK-2428](https://imglysdk.atlassian.net/browse/PESDK-2428)] - Fixed the "PhotoEditorSDK.Filters" namespace in the api docs to specify the correct namespace "PhotoEditorSDK.Operations.FilterOperation.Filters"
10+
* [[PESDK-4331](https://imglysdk.atlassian.net/browse/PESDK-4331)] - Fixed inconsistencies in the minimum value for the text size input field
11+
* [[PESDK-4631](https://imglysdk.atlassian.net/browse/PESDK-4631)] - Fixed sliders to render correctly after setting their value below the allowed minimum.
12+
13+
## Changed
14+
15+
* [[PESDK-4616](https://imglysdk.atlassian.net/browse/PESDK-4616)] - Removed the Version Checker
16+
117
# 4.16.1
218

319
## Added

js/PhotoEditorSDK.Server.js

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

js/PhotoEditorSDK.Server.min.js

+13-48
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.1",
3+
"version": "4.17.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)