v12.45.0
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
- #1748 Upgrade Elyra Canvas to Node 20.x by @srikant-ch5 in #1749
- #1758 Typo in Readme by @srikant-ch5 in #1760
- #1761 Add Elyra documentation link in readme and npm by @nmgokhale in #1762
- #1761 Add Elyra documentation link in readme and npm (#1762) by @nmgokhale in #1764
- #1703 Carbon 11, React 18, Webpack 5 for Elyra canvas by @nmgokhale in #1704
- Bump webpack-dev-middleware from 7.0.0 to 7.1.0 in /canvas_modules/harness by @dependabot in #1765
- #1768 Improve format of mkdocs version of Elyra Canvas Help by @tomlyn in #1769
- #1766 Fixed ibm/plex errors in console by @nmgokhale in #1767
- #1775 Update test harness dependencies to latest by @matthoward366 in #1776
- #1780 Link guide icon in Stages sample app in wrong position by @tomlyn in #1781
- #1576 Add react-redux@8 in peerDependencies by @nmgokhale in #1774
- #1786 Command label for sizeAndPositionObjectsAction incorrect for com… by @tomlyn in #1808
- #1784 Two size node events being redone as one (#1785) by @tomlyn in #1809
- #1811 First right-side toolbar item is displayed in overflow menu by @tomlyn in #1813
- #1782 Toolbar CSS styles are applied in sub-panels by @tomlyn in #1783
- #1815 Create a prototype of multiple-undo capability (#1816) by @tomlyn in #1820
- #1826 Context toolbar is partly off the screen (#1827) by @tomlyn in #1836
- #1829 editActionHandler not called with multi-undo prototype (#1830) by @tomlyn in #1839
- #1834 Unable to move around the canvas or make any drag selections if… by @tomlyn in #1840
- #1832 Background color of selected toolbar icons has been lost (#1833) by @tomlyn in #1841
- #1846 Enable zoomTo function to execute with animation (#1847) by @tomlyn in #1848
- #1844 Broken layout handler and palette open/close in v12.44.0 and hi… by @tomlyn in #1849
Full Changelog: v12.44.0...v12.45.0