MindFusion.Diagramming for JavaScript 3.3.1

Released: Jan 18, 2019

3.3.1 での更新項目

機能

  • Default StandAlone mode - The component now loads in stand-alone mode by default and does not depend on any third party libraries. With this change, it no longer works out-of-the-box in Internet Explorer versions older than 11. You can still explicitly enable JQuery or MsAjax modes for older browsers, or alternatively use polyfill libraries for missing APIs (e.g. JSON serialization).
  • Miscellaneous
    • FlowchartLayout improvements.
    • The linkTextEdited event is now raised for labels too. Access to the edited LinkLabel is done via the getLabel method of LinkEventArgs.
    • LinkLabel property setters now redraw the label automatically.