Skip to content

Commit be8a838

Browse files
committed
v5.15
1 parent 4b5de97 commit be8a838

28 files changed

+5607
-4997
lines changed

CHANGELOG.md

+21
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,24 @@
1+
## 5.15.0
2+
3+
### Changed
4+
5+
- Check out our [Font System](https://img.ly/docs/pesdk/web/customization/font_system/) documentation to learn how to modify the font styling
6+
7+
### Added
8+
9+
- Added the custom watermark feature
10+
- Added config option to set `resizeMode` for uploaded stickers
11+
- Added the `UIEvent.HISTORY_UNDO` event if undo was clicked and the `UIEvent.HISTORY_REDO` event if redo was clicked
12+
- Added the `UIEvent.CROP_DIMENSIONS_CHANGE` event that returns the width and height of the crop area
13+
- Added the `getImageDimensions` function to the `EditorAPI` that returns the current output width and height of the image
14+
- Added the `getImageMIMEType` function to the `EditorAPI`
15+
16+
### Fixed
17+
18+
- Removed the License errors
19+
- Fixed an issue where font styling was overridden by a global CSS class
20+
- Fixed Keep Resolution is not reset
21+
122
## 5.14.0
223

324
### Added

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Visit our [website](https://img.ly/photo-sdk).
2828
Please see [LICENSE](https://github.com/imgly/pesdk-html5-build/blob/master/LICENSE.md) for licensing details.
2929

3030
## Authors and Contributors
31-
Made 2013-2021 by [img.ly](https://www.photoeditorsdk.com)
31+
Made 2013-2022 by [img.ly](https://www.photoeditorsdk.com)
3232

3333
## Support and License
3434
Use our [service desk](https://support.img.ly) for bug reports or support requests. To request a commercial license, please use the [license request form](https://img.ly/pricing) on our website.

cjs/index.js

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

cjs/no-polyfills.js

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

esm/basic-5ZALMN7F.js esm/basic-BEJON33E.js

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

esm/chunk-46PZSA2B.js

-1,040
This file was deleted.

esm/chunk-63K3PAW7.js

-1,793
This file was deleted.

esm/chunk-6ATCXC7H.js

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

esm/chunk-GD2LQS57.js

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

esm/chunk-KBPNVMNG.js

-308
This file was deleted.

esm/chunk-QQ7VGXJU.js

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

esm/index.js

+4-4
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.

0 commit comments

Comments
 (0)