Released: Mar 6, 2021
Updates in 2021.R1
Features
Diagramming for JavaScript
- Added support for Topological Layouts - Applies topological graph ordering to the diagram.
- Adjustment Handles Styling
- The appearance of adjustment handles can now be customized.
- The HandlesVisualStyle objects returned by them provide sub-properties corresponding to graphic attributes of the different handle types.
- Adjustment handles can now be painted not only in solid color but with arbitrary brushes such as gradients and patterns.
- Miscellaneous
- The diagram canvas now automatically expands to fill the area freed up when a scrollbar auto-hides.
- nodeTextEditing, linkTextEditing and cellTextEditing validation events let you prevent users from editing a specific item.
- ActiveItem reference is now serialized in JSON format.
Grid for JavaScript
- React support - The GridView React component now allows you to integrate the MindFusion.DataViews API into React applications.
Charting for JavaScript
- Area charts are now drawn relative to axis origin.
Fixes
Charting for JavaScript
- Fixed rendering of rotated data labels in Bar charts.
- Fixed strokeThickness rendering in gauge controls.
Diagramming for JavaScript
- Fixed scroll position serialization in virtual scroll mode.
- XML serialization fixes.
- Fixed Overview flickering when the tracker rectangle is being dragged near the control's borders.