release_12.6.0
Feature Enhancements
Build
#810 Carbon has been upgraded to version to 10.48.0
With this upgrade, if the common properties title is non-editable, there will now be an edit-off icon next to the title. Like this:
Common-canvas
#792 Enhance CTRL+V Paste location
When the user presses Ctrl/Cmnd + V to paste objects into the canvas, the objects will be pasted at the position where the mouse pointer is located on the canvas, provided the pointer is within the bounds of the canvas. If the mouse pointer is outside the bounds of the canvas, common-canvas will use he default behavior to position the pasted objects.
#779 Category names wrapped into second line
Long category names in the palette will now get wrapped instead of being truncated.
#824 Refactor clone code
#828 Improve drag behavior with large number of nodes
#840 Clone data using cloneDeep
#847 Refactor link creation code to improve perfomance
#854 Re-enable draggable links
These issues have been implemented to improve performance of operations with a large numbers of objects on the canvas.
Common-properties
Just bug fixes
Issues Resolved
#854 Reenable draggable links (#855)
#810 Upgrade carbon version 10.48.0 (#852)
#847 Refactor link creation code to improve perfomance (#848)
#850 Search nodes in the palette not working properly when node descr… (#851)
#845 default_value condition is validated before other conditions (#846)
#779 Category names wrapped into second line (#844)
#840 Clone data using cloneDeep (#841)
#837 Fix radio button styling (#838)
#835 App data (app_data) in a link is not copied to the clipboard (#836)
#792 Enhance CTRL+V Paste location (#816)
#832 handle duplicate group param refs (#833)
#828 Improve drag behavior with large number of nodes (#829)
#826 Fixed alignment of action image with tooltip (#827)
#824 Refactor clone code (#825)
#818 Tip handler error in console within 'explain 2' sample app (#819)
#820 Refactor code for arrange node layout (#821)
#822 Rename cloneMultipleObjectsAction.js to pasteAction.js (#823)
#814 Add comments to palette data-id tests to explain why the attribute is needed (#815)
#812 Context menu cut off when bottom panel is opened (#813)