홈 / 뉴스 / MindFusion.Diagramming for JavaScript V3.3.1
MindFusion.Diagramming for JavaScript V3.3.1
이제 기본적으로 독립 실행형 모드로 로드되며 제3자 라이브러리에 종속되지 않습니다.
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.