Skip to content

Commit

Permalink
v5.15
Browse files Browse the repository at this point in the history
  • Loading branch information
alanuecker committed Jan 18, 2022
1 parent 4b5de97 commit be8a838
Show file tree
Hide file tree
Showing 28 changed files with 5,607 additions and 4,997 deletions.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,24 @@
## 5.15.0

### Changed

- Check out our [Font System](https://img.ly/docs/pesdk/web/customization/font_system/) documentation to learn how to modify the font styling

### Added

- Added the custom watermark feature
- Added config option to set `resizeMode` for uploaded stickers
- Added the `UIEvent.HISTORY_UNDO` event if undo was clicked and the `UIEvent.HISTORY_REDO` event if redo was clicked
- Added the `UIEvent.CROP_DIMENSIONS_CHANGE` event that returns the width and height of the crop area
- Added the `getImageDimensions` function to the `EditorAPI` that returns the current output width and height of the image
- Added the `getImageMIMEType` function to the `EditorAPI`

### Fixed

- Removed the License errors
- Fixed an issue where font styling was overridden by a global CSS class
- Fixed Keep Resolution is not reset

## 5.14.0

### Added
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ Visit our [website](https://img.ly/photo-sdk).
Please see [LICENSE](https://github.com/imgly/pesdk-html5-build/blob/master/LICENSE.md) for licensing details.

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

## Support and License
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.
996 changes: 546 additions & 450 deletions cjs/index.js

Large diffs are not rendered by default.

980 changes: 538 additions & 442 deletions cjs/no-polyfills.js

Large diffs are not rendered by default.

108 changes: 64 additions & 44 deletions esm/basic-5ZALMN7F.js → esm/basic-BEJON33E.js

Large diffs are not rendered by default.

1,040 changes: 0 additions & 1,040 deletions esm/chunk-46PZSA2B.js

This file was deleted.

1,793 changes: 0 additions & 1,793 deletions esm/chunk-63K3PAW7.js

This file was deleted.

1,069 changes: 1,069 additions & 0 deletions esm/chunk-6ATCXC7H.js

Large diffs are not rendered by default.

311 changes: 311 additions & 0 deletions esm/chunk-GD2LQS57.js

Large diffs are not rendered by default.

308 changes: 0 additions & 308 deletions esm/chunk-KBPNVMNG.js

This file was deleted.

1,837 changes: 1,837 additions & 0 deletions esm/chunk-QQ7VGXJU.js

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions esm/index.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion esm/no-polyfills.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit be8a838

Please sign in to comment.