Skip to content

Commit 8317f5e

Browse files
committed
v5.16.0
1 parent be8a838 commit 8317f5e

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

47 files changed

+4724
-9059
lines changed

.gitignore

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
.DS_Store
2-
node_modules
1+
.DS_Store
2+
node_modules

CHANGELOG.md

+30
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,33 @@
1+
## Unreleased
2+
3+
### Changed
4+
5+
### Added
6+
7+
### Fixed
8+
9+
## 5.16.0
10+
11+
### Changed
12+
13+
- Changed the behavior of some error dialogs which previously refreshed the whole page. The `Reload` button was replaced with `Retry` and `Close` buttons.
14+
15+
### Added
16+
- Added `backgroundColor` and `transparent` options to configuration for custom clear color
17+
18+
- Added support for Serializtion v3.12.0
19+
- Added the option to initialize the editor without an image. Check-out the [documentation](https://img.ly/docs/pesdk/web/configuration/basic/#image) for more information.
20+
- Added the `Toolbar`, `ToolControlBar`, and `ToolItemsBar` (only `BasicUI`) to custom components API
21+
22+
### Fixed
23+
24+
- Fixed missing live preview thumbnails if `filter.enablePreviewThumbnails` is set to `true`
25+
- Fixed Move to Front button doesn't properly work for Text
26+
- Fixed the deserialization of sprites if the Transform tool is open
27+
- Fixed an `out of memory` issue if the editor is opened multiple times
28+
- Fixed sprites are not properly deserialized
29+
- Fixed an issue with Webpack integrations
30+
131
## 5.15.0
232

333
### Changed

cjs/index.js

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

cjs/no-polyfills.js

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

esm/basic-BEJON33E.js

-367
This file was deleted.

esm/basic-VUF4KTO6.js

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

esm/chunk-6ATCXC7H.js

-1,069
This file was deleted.

esm/chunk-GD2LQS57.js

-311
This file was deleted.

esm/chunk-J7RPI7SH.js

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

esm/chunk-P3RRCKHM.js

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

esm/chunk-QQ7VGXJU.js

-1,837
This file was deleted.

esm/chunk-X4FDFYOL.js

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

esm/index.js

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

esm/serialization-AS2EDRW3.js

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

0 commit comments

Comments
 (0)