Rappid has been renamed and is now known as JointJS+.
JointJS+ 新版本发表
Released: Mar 31, 2017
v2.1 中的更新
特性
Animations and presentation mode - The Paper object now exposes new methods for focusing on elements, or any areas of your diagrams, in an animated way (zoom and translation). This is great for implementing a presentation mode in your applications.
Customizable shape attributes - Shape definition has been simplified, and support for custom attributes has been added. This allows you to extend SVG by your own rendering logic. For example, you can set a "textWrap" attribute (that does not exist...
Customization - New integrated themes allow users to customize the look and feel in a very simple way.
API Updates - The API has been greatly simplified to make it easy to work with and produce beautiful results with minimal coding. A fully-fledged diagramming editor can be written in less than 200 lines of code.
Taylor-made - Selections, control panels, palettes, toolbars, automatic layouts and more can be enabled or disabled with a few lines of code, quickly giving developers their desired...
Powerful Graph Data Model - The core data model has been extended with functions that traverse directed graphs and access structural information.
Flexible Tree Layout Engine - TreeLayout and its accompanying TreeLayoutView now support only left-to-right, right-to-left, top-to-bottom and bottom-to-top layout types.
Improved Inline Text Editing - The TextEditor component now supports link label editing.
The Inspector widget now provides an easy way to add custom field types.
Inline Text Editor - Edit any link label or element text.
Automatic Tree Layout - Display and manipulate tree graphs.
Shortest Path Discovery - Easily find the shortest path in your graphs.
Modal and Non-Modal Dialog Boxes - A default set of common boxes are included (alert, info, success, warning and neutral), and an arbitrary HTML box can be used to display any content.
Matrix Charts - Visualize co-occurences in a matrix chart.
Navigator View - The Navigator is a small widget...