2021-02-03
Apps that support authentication can now let users disconnect (de-authenticate) from the app. To learn more, refer to Authentication.
2021-01-15
When a user publishes a design via a publish extension, the find resources request now includes a designId
property.
2021-01-13
When an editing extension supports presets, it can now organize the presets into categories. This makes it easier for users to browse a large amount of presets. To learn more, refer to Preset categories.
2020-12-16
When a user publishes a design via a publish extension, the upload request now includes a designId
property. This property contains the ID of the user's design. This ID is obfuscated and does not change between uploads, which allows extensions to detect when a user is re-publishing a design.
2020-12-09
Improved the Client secret field in the Developer Portal. Previously, the key was provided as a base64url-encoded string and your app needed to convert it into a base64-encoded string. The key is now provided as a base64-encoded string.
2020-12-08
Editing extensions can now process images on a server, instead of via a browser. This makes it possible to perform CPU or GPU-intensive image manipulation tasks (e.g. tasks that rely on machine learning). To learn more, refer to Remote image processing.