Skip to content

v12.45.0

Compare
Choose a tag to compare
@tomlyn tomlyn released this 08 Apr 22:35
· 14 commits to v12.x since this release
1e7b42d

Feature enhancements

Build

#1748 Upgrade Elyra canvas and Test harness to Node 20.x.

Elyra Canvas has been upgraded from Node 16.x to 20.x.

Common Canvas

#1846 Enable zoomTo function to execute with animation

The canvas controller zoomTo method can now be called with an animateTime parameter which is the amount of time in milliseconds the zoom action will take. If omitted the animation will default to 500ms. Set it to 0 for no animation.

canvasController.zoomTo(zoomObject, animateTime)

Common Properties

Just bug fixes

Issues resolved

Full Changelog: v12.44.0...v12.45.0