v13.25.0
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:
#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
- #2469 Miscellaneous documentation improvements by @tomlyn in #2470
- #2471 Focus is lost when moving or sizing a node with the keyboard by @tomlyn in #2472
- #2473 Horizontal scrollbar appears when using enableRightFlyoutDragTo… by @tomlyn in #2474
- Typescript fix for isolatedModules by @mariyageorge01 in #2478
- #2475 Position info hardcoded in TS declarations by @tomlyn in #2477
- #2281 Add a 'rectangle with rounded corners' shape to those supported… by @tomlyn in #2476
- #2480 Cmnd + X with no objects selected adds a command to the command… by @tomlyn in #2481
- #2483 Cannot use CanvasController when it is exported only as a type by @samueldmeyer in #2484
- #2482 Documentation - add this info to the FAQ in MKDocs by @tomlyn in #2485
- #2486 Realtime node selection by @tomlyn in #2487
- #2490 Fix accessibility violations in tables in toggletext by @caritaou in #2491
- #2492 Accessibility Violation in disabled Add Columns text by @srikant-ch5 in #2493
- #2488 Run TypeScript tests during the build by @tomlyn in #2489
- #2496 Clicking canvas background (or deselect all) doesn't show links… by @tomlyn in #2498
- #2499 Accessibility violation in canvas node label edit icon by @srikant-ch5 in #2500
- #2501 Accessibility viiolation on empty data tables by @caritaou in #2502
- #2503 Accessibility Violation in disabled properties field type by @srikant-ch5 in #2504
- #2505 Focus highlight has no gap with react based nodes by @tomlyn in #2506
Full Changelog: v13.24.0...v13.25.0
