toCanvaImageBlob
method supersedes the fromCanvas
and fromElement
methods, while also accepting additional inputs.CanvaApiClient
type is now EditingExtensionClient.API
.onViewportResize
method have been removed from the @canva/editing-extensions-api-typings
package. The method still works but has been superseded by the onLayoutChange
method./content/resources/find
endpoint, it now includes a types
property in the request body. This property contains an array of content types that can appear in the response, which is in preparation for a change that will let content extensions return different types of resources (for example, images and embeds) in a single response. The existing type
property, which can only contain a string, is now deprecated.designId
property in the find resources request and upload request is no longer obfuscated. This makes it possible to open published designs via the Canva Button.designId
property.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.