v1.75 is an engine release. Four new capabilities across media support, color workflows and smarter canvas and selection behaviors.
Let's dive in!
Import Animated PNGs
CE.SDK now supports APNG import. Animated PNG files load and behave in line with GIF import, giving you a second animated format to work with in your editor.
Pull Dominant Colors from Images on the Canvas
The engine can now extract the most prominent colors from an image already placed on the canvas. The data is available programmatically, ready to feed into palette suggestions.
Control How Far Elements Can Move
Define how far elements can be dragged beyond a page or parent boundary. This is now fairly simple with new movement constraint APIs.
Allow partial overflow where it makes sense while keeping content inside the intended editable area everywhere else.
This means more precise control over template behavior. Useful for any use case where content boundaries need to be enforced.
→ Movement Constraints API Docs
Improvements
Reach Elements Hidden Behind Transparent Images
Clicks now pass through transparent image areas to the element underneath. Selecting stacked elements just got easier.
Instead of selecting the top image, the click passes through to the element below. Now, users can reach and select elements from overlapping images without trouble.
Changelog
v1.75 includes bug fixes across the engine, web, iOS, and Android. See the full changelog for the complete list.