Skip to content

Releases: sdrdis/jquery.flowchart

Added vertical flowchart, some methods and some fixes

19 Dec 18:20
Compare
Choose a tag to compare

Thanks to the community and @ernaniaz that made things easier, jquery.flowchart can now be displayed vertically, some fixes have been added and some methods allow to more easily access and personalize jquery.flowchart operators' body and properties.

  • @zhangbg - Fixed compatibility in IE9 & IE10;
  • @zhangbg - Fixed compatibility in IE11;
  • @Elvaron - Fixed setOperatorData on operators with ins/outs set to multiple:true;
  • @Elvaron - Added getLinksFrom(operator) and getLinksTo(operator) methods;
  • @ziyiwang - Add remove to IE, as IE does not support remove function;
  • @dogbull - Added getDataRef() method;
  • @yaroslav-zenin - Switch to use global jQuery scope ("$" conflict with prototype library);
  • @lflfm - Changed demo page to @lflfm sample page (more detailed demo);
  • @lflfm - Removed lint warnings from parseInt and missing semicolons;
  • @lflfm - Fixes the problem with connectors when using operatorTypes;
  • @neoera - Multiple sub connector with array support;
  • @dshemendiuk - Support to vertical flowcharts links;
  • @dshemendiuk - Support to HTML body into operators;
  • @ernaniaz - Support for multiple input/output connector link per operator.

Thanks again @ernaniaz for making this release easier!

1.1

14 May 18:25
Compare
Choose a tag to compare
1.1

Added some events (onAfterChange, onOperatorMoved) and some helper method (addOperator, getOperatorFullProperties).

Added the linkVerticalDecal option allowing to vertically decal all links in the flowchart.

Added operator's types support allowing to reduce the data duplication.

Added multiple connectors (see http://sebastien.drouyer.com/jquery.flowchart-demo/#multiple).

1.0

02 Apr 16:25
Compare
Choose a tag to compare
1.0

First complete version of Flowchart.