Skip to main content
Version: 1.0.0

Changelog

note

We adhere to Semantic Versioning.

Latest Stable Version

Below you find the most recently released stable version that is recommended to be used.

Version 1.3.0

Release date: 2023-07-17

❇️ Added

  • Add support for ip.labs’ Cloud File Storage (CFS) as cloud solution for storing and loading projects
  • Add more keys to the list of texts available for translation

🔀 Changed

  • Improve performance for loading cart items back into the editor

🧰 Fixed

  • Add missing licenses for various editor-related dependencies

Past Versions

The versions listed in this section are still maintained but it is no longer recommended to use them. Use the latest stable version instead whenever possible.

Version 1.2.0

Release date: 2023-05-25

❇️ Added

  • Add interactive augmented reality (AR) preview to editor for wall décor products with usage tutorial and inline help (AR preview is only supported starting from iOS 15.4)
  • Add enableArForWallDecor flag to EditorConfiguration (set to true by default) to make availability of AR preview configurable
  • Add allowCloudStorage to EditorConfiguration (set to true by default) to control availability of cloud storage for projects
  • Add third party licenses as raw resources
  • Add new translation keys for AR preview and product editor

🔀 Changed

  • Update third party frameworks and dependencies

🧰 Fixed

  • Fix missing doc comment parameter descriptions and typings

Archived Versions

Versions listed in this section have reached end-of-life status and are no longer maintained or supported. Please expand the area below to see all outdated versions. If you are still relying on one of these, it is essential that you update the latest stable version or at least one of the past versions above as soon as possible.

Details

Version 1.1.0

Release date: 2023-01-26

❇️ Added

  • Add receiveAnalyticsEvent callback to EditorViewDelegate that triggers every time an event from the editor is captured
  • Add AnalyticsEvent struct to represent captured editor analytics events
  • Add more keys to the list of texts available for translation

🔀 Changed

  • Update dependencies

🧰 Fixed

  • Fix potential memory leak caused by EditorViewController instances
  • Fix some UI texts not being properly translated

Version 1.0.0

Release date: 2022-10-27

❇️ Added

  • Main API class with initialization call
  • Product portfolio retrieval
  • Order submission
  • Saving and loading of projects
  • User session handling
  • Editor view with event handling callbacks to interact with the surrounding app
  • Customization support (feature set, branding, and translation)