Skip to content

v13.0.0-alpha.1

Compare
Choose a tag to compare
@nmgokhale nmgokhale released this 08 Apr 21:54
· 206 commits to main since this release
99e3b95

Feature Enhancements

Build

#1576 Removed react-redux from peerDependencies
react-redux is no longer a peerDependency. We have moved it under dependencies so that elyra canvas can have its own version of react-redux as a production dependency.

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: v13.0.0-alpha.0...v13.0.0-alpha.1