Releases: imgly/pesdk-html5-build
Releases · imgly/pesdk-html5-build
v5.19.3
v5.19.0
v5.18.0
5.18.0
Changed
Added
- Added an
identifier
value to each slider component for easier access in a custom component - Added the
displayDiscardChangesWarning
option to the config for disabling the discard changes warning
Fixed
- Fixed some UI issues on smaller screens
- Fixed the missing unsaved changes dialog if the editor was closed in the transform tool
- Fixed a text overflow issue in Transform input fields
- Fixed an issue where large stickers were not rendered correctly
v5.17.5
5.17.5
Changed
Added
Fixed
- Fixed a regression in
v5.17.4
that caused an error while deserializing text
v5.17.3
5.17.3
Changed
Added
Fixed
- Fixed an issue causing
TypeError: can't access property "events", e.configStore is null
duringEditorAPI.close()
- Fixed a
maximum call stack size exceeded
error during start-up ifcontainer
is an HTML element - Fixed missing fonts if
addDefaultTextOnEnter
is set tofalse
- Fixed an issue where
isDirtySinceSave
was not available
v5.17.2
5.17.2
Fixed
- Fixed the error message if
EditorAPI.close()
was called in the callback ofUIEvent.EXPORT
- Fixed an issue where using an HTMLImageElement in the configuration caused an infinite loading spinner
v5.17.0
v5.17.0
Changed
Added
- Added the
calculateAdvancedUIToolControlBarMeasurements
helper function to calculate all measurements derived from the AdvancedUIToolControlBar width value - Added the
AdvancedUIControlsBarSection
,Dropdown
, andDropdownCaret
components - Added
useGetImage
hook - Added the
WindowContainer
to the custom components API - Added the
Slider
to the custom components API
Fixed
- Fixed transform interactions between two instances
- Fixed reset button not always showing
- Fixed the image quality of rotated images
- Fixed states that were not removed by
EditorApi.close
andEditorApi.dispose
v5.16.0
5.16.0
Changed
- Changed the behavior of some error dialogs which previously refreshed the whole page. The
Reload
button was replaced withRetry
andClose
buttons.
Added
-
Added
backgroundColor
andtransparent
options to configuration for custom clear color -
Added support for Serializtion v3.12.0
-
Added the option to initialize the editor without an image. Check-out the documentation for more information.
-
Added the
Toolbar
,ToolControlBar
, andToolItemsBar
(onlyBasicUI
) to custom components API
Fixed
- Fixed missing live preview thumbnails if
filter.enablePreviewThumbnails
is set totrue
- Fixed Move to Front button doesn't properly work for Text
- Fixed the deserialization of sprites if the Transform tool is open
- Fixed an
out of memory
issue if the editor is opened multiple times - Fixed sprites are not properly deserialized
- Fixed an issue with Webpack integrations
v5.15.0
5.15.0
Changed
- Check out our 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 theUIEvent.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 theEditorAPI
that returns the current output width and height of the image - Added the
getImageMIMEType
function to theEditorAPI
Fixed
- Removed the License errors
- Fixed an issue where font styling was overridden by a global CSS class
- Fixed Keep Resolution is not reset
v4.26.0
4.26.0
Added
- Added the
OK
buttons to the localization options