Pesdk Html5 Build Versions Save

PhotoEditor SDK: A fully customizable photo editor for your website.

v5.19.0

7 months ago

5.19.0

Changed

  • Updated the Text and Text Design tool fonts. Please replace your old assets folder and fonts with the new files from node_modules/photoeditorsdk/assets or here

Added

Fixed

v5.18.0

10 months ago

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

1 year ago

5.17.5

Changed

Added

Fixed

  • Fixed a regression in v5.17.4 that caused an error while deserializing text

v5.17.3

1 year ago

5.17.3

Changed

Added

Fixed

  • Fixed an issue causing TypeError: can't access property "events", e.configStore is null during EditorAPI.close()
  • Fixed a maximum call stack size exceeded error during start-up if container is an HTML element
  • Fixed missing fonts if addDefaultTextOnEnter is set to false
  • Fixed an issue where isDirtySinceSave was not available

v5.17.2

1 year ago

5.17.2

Fixed

  • Fixed the error message if EditorAPI.close() was called in the callback of UIEvent.EXPORT
  • Fixed an issue where using an HTMLImageElement in the configuration caused an infinite loading spinner

v5.17.0

1 year ago

v5.17.0

Changed

Added

  • Added the calculateAdvancedUIToolControlBarMeasurements helper function to calculate all measurements derived from the AdvancedUIToolControlBar width value
  • Added the AdvancedUIControlsBarSection, Dropdown, and DropdownCaret 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 and EditorApi.dispose

v5.16.0

2 years ago

5.16.0

Changed

  • Changed the behavior of some error dialogs which previously refreshed the whole page. The Reload button was replaced with Retry and Close buttons.

Added

  • Added backgroundColor and transparent 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, and ToolItemsBar (only BasicUI) to custom components API

Fixed

  • Fixed missing live preview thumbnails if filter.enablePreviewThumbnails is set to true
  • 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

2 years ago

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 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

v4.26.0

2 years ago

4.26.0

Added

  • Added the OK buttons to the localization options

v5.14.0

2 years ago

5.14.0

Added

  • Added an option to allow emojis in the Text and Text Design tool
  • Added the scaleImageToFit config option to change the auto scale behaviour of small images
  • Added the restrictZoomOutToDefault config option to allow more zoom levels on small images

Fixed

  • Disabled Chrome auto-suggested search criterion styling for Library search text field
  • Fixed an issue in Safari where the photo was very small initially
  • Fixed an issue with invalid cropped images that occurred when using Chrome and a browser zoom level below 100%
  • Fixed a crash during the image export