Skip to content

Commit 7d6cc44

Browse files
committed
v5.17.2
1 parent 648d379 commit 7d6cc44

13 files changed

+20
-14
lines changed

CHANGELOG.md

+7-1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,12 @@
66

77
### Fixed
88

9+
## 5.17.2
10+
11+
### Fixed
12+
13+
- Fixed the error message if `EditorAPI.close()` was called in the callback of `UIEvent.EXPORT`
14+
915
## 5.17.1
1016

1117
### Fixed
@@ -29,7 +35,7 @@
2935
- Fixed transform interactions between two instances
3036
- Fixed reset button not always showing
3137
- Fixed the image quality of rotated images
32-
- Fixed states that were not removed by `EditorApi.close` and `EditorApi.dispose`
38+
- Fixed states that were not removed by `EditorApi.close` and `EditorApi.dispose`
3339

3440
## 5.16.0
3541

cjs/index.js

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

cjs/no-polyfills.js

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

esm/basic-GDKER3IN.js esm/basic-CUKWV7TH.js

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

esm/chunk-BNZMJYAA.js esm/chunk-AQSJUN3Y.js

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

esm/chunk-XVXO456E.js esm/chunk-TTRHDGQ6.js

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

esm/index.js

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

esm/no-polyfills.js

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

esm/serialization-7P22FFPB.js esm/serialization-UZ7AVHQQ.js

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

legacy/index.js

+1-1
Large diffs are not rendered by default.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "photoeditorsdk",
3-
"version": "5.17.1",
3+
"version": "5.17.2",
44
"description": "The most comprehensive photo editor SDK for HTML5",
55
"main": "index.js",
66
"module": "index.esm.js",

umd/index.js

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

umd/no-polyfills.js

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

0 commit comments

Comments
 (0)