Skip to content

Commit 5dd283a

Browse files
committed
v4.18.2
1 parent d89112a commit 5dd283a

6 files changed

+24
-13
lines changed

CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
# 4.18.2
2+
3+
## Fixed
4+
5+
* [[PESDK-4717](https://imglysdk.atlassian.net/browse/PESDK-4717)] - Fixed crashes on IE11 caused by missing 'subscript' function error
6+
* [[PESDK-4684](https://imglysdk.atlassian.net/browse/PESDK-4684)] - Fixed JPEG quality loss during export on server
7+
* [[PESDK-4714](https://imglysdk.atlassian.net/browse/PESDK-4714)] - Fixed the memory leak when moving sprites around
8+
* [[PESDK-4713](https://imglysdk.atlassian.net/browse/PESDK-4713)] - Fixed filters names and order to be consistent across all platforms
9+
* [[PESDK-4681](https://imglysdk.atlassian.net/browse/PESDK-4681)] - Fixed color selection dots to be in centered vertically in the swatch
10+
11+
112
# 4.18.1
213

314
## Fixed
1.88 KB
Loading

js/PhotoEditorSDK.Server.js

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

js/PhotoEditorSDK.Server.min.js

+6-6
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.18.1",
3+
"version": "4.18.2",
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)