首頁 / 新聞 / MindFusion.Diagramming for JavaScript V3.3.1
MindFusion.Diagramming for JavaScript V3.3.1
預設情況下,現在以獨立模式載入,並且不依賴於任何協力廠商庫。
1月 22, 2019
新版本
特性
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.