Skip to content

v13.25.0

Choose a tag to compare

@tomlyn tomlyn released this 29 Apr 18:45
98d8fc8

Minor Release v13.25.0

Common Canvas

#2486 Realtime node selection

Previously in Common Canvas, objects could be selected by pressing shift and dragging out a rectangular region over the set of objects that should be selected.

In this new release, as the region is dragged over different objects, they show their selection highlighting in ‘real time’. When the user releases the mouse button the objects are actually selected.

Like this:

RealTimeSelection

#2281 Add a 'rectangle with rounded corners' shape to those supported

Common Canvas now supports a background shape which is a rectangle with rounded corners. This can be specified in the enableNodeFormat canvas config prop like this:

    render() {
        const config = {
            enableNodeFormat: {
                nodeShapeDisplay: true,
                nodeShape: “rectangle-rounded-corners”
            };
    rerturn (<CommonCanvas config={config} …. />);

It looks like this:

Common Properties

Bug fixes - no new features.

Issues Resolved

Full Changelog: v13.24.0...v13.25.0