v13.0.0-alpha.1
nmgokhale
released this
08 Apr 21:54
·
206 commits
to main
since this release
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
- #1768 Improve format of mkdocs version of Elyra Canvas Help (part 2) by @tomlyn in #1771
- #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 #1787
- #1784 Two size node events being redone as one by @tomlyn in #1785
- #1782 Toolbar CSS styles are applied in sub-panels by @tomlyn in #1783
- #1811 First right-side toolbar item is displayed in overflow menu by @tomlyn in #1812
- #1815 Create a prototype of multiple-undo capability by @tomlyn in #1816
- #1778 Use React Testing Library for Palette tests by @srikant-ch5 in #1779
- #1821 Update styling documentation for Carbon 11 by @nmgokhale in #1823
- #1822 Change version number to instead be deployment date by @Paul-Kawalkowski in #1797
- #1826 Context toolbar is partly off the screen by @tomlyn in #1827
- #1824 Delta Translations by @sara-akhtar in #1825
- #1829 editActionHandler not called with multi-undo prototype by @tomlyn in #1830
- #1834 Unable to move around the canvas or make any drag selections if only… by @tomlyn in #1835
- #1832 Background color of selected toolbar icons has been lost by @tomlyn in #1833
- #1768 Improve format of mkdocs version of Elyra Canvas Help by @tomlyn in #1842
- #1818 Enable jest-enzyme tests using React 17 adapter by @nmgokhale in #1819
- #1846 Enable zoomTo function to execute with animation by @tomlyn in #1847
- #1844 Broken layout handler and palette open/close in v12.44.0 and hi… by @tomlyn in #1845
Full Changelog: v13.0.0-alpha.0...v13.0.0-alpha.1