MindFusion.Diagramming for ASP.NET のリリース

Released: Jun 17, 2015

Updates in this release

Updates in V5.4.2

  • TableNode and ContainerNode Shape properties are now supported in Canvas mode.
  • TableNode CellFrameStyle and EnableStyledText properties are now supported in Canvas mode.
  • CellTextEditedScript event raised when users edit table cells text.
  • CreateEditControlScript event lets you create a custom DOM element or fragment to use as an in-place text editor.
  • NodeListView raises a nodeSelected event when the user selects a node.
  • Load XML files from the client side.
  • Fixed...

Released: Mar 10, 2015

Updates in this release

Updates in V5.4.1

  • Styled Text in Canvas Mode - Use HTML-style formatting tags to apply various attributes to a node's text.
  • Text Rendering Quality Improved - The component removes scale transformations before drawing text on the canvas, and instead specifies a scaled font size, which helps improve text appearance in Firefox and older versions of Chrome.

Released: Nov 19, 2014

Updates in this release

Updates in V5.4

  • Zoom Control - Easily change the current zoom level and scroll position.
  • Canvas Mode Improvements - The number of link segments can now be set using client-side scripts by calling the DiagramLink.setSegmentCount method.

Released: Aug 28, 2014

Updates in this release

Updates in V5.3

  • SVG Nodes in Canvas Mode - SVG graphics are rendered instead of an image.
  • Import Diagrams from SVG - Each top-level SVG group element is imported as a separate SvgNode. If the SVG file was exported from Visio or OpenOffice Draw, SvgImporter will create DiagramLink objects for groups it recognizes as connectors in order to recreate the original diagram model.

Released: Jun 13, 2014

Updates in this release

Updates in V5.1

  • Undo/redo support.
  • Node and link animation.
  • Clipboard support.
  • Intellisense support.
  • New node list control.
  • Export to Visio 2013 files.
  • Add headers and footers in PDF files.

Released: Apr 3, 2014

Updates in this release

Updates in V5.0.5

  • Rounded Links and Link Crossings are now supported in Canvas mode.
  • Client-side ClickedScript event now raised when users click an unoccupied point of the diagram.

Released: Nov 27, 2013

Updates in this release

Updates in V5.0.3

  • HyperLink property is now supported in Canvas mode. Hyperlinks can be accessed on the client side by calling the getHyperLink() method of objects.
  • AppletStartedScript client side events are now raised in Canvas mode.
  • Overview control no longer creates a Div element on the page, which avoids problems when the overview is created inside a popup window or iframe.
  • LinkHitDistance property is now supported in Canvas mode.
  • CanvasVirtualScroll property of DiagramView enables virtual...

Released: Aug 28, 2013

Updates in this release

Updates in V5.0.2

  • Import OpenOffice Draw files.
  • Canvas mode improvements including Glass and Aero visual effects, radial gradients and support for custom node types.
  • Child nodes are now drawn by their containers.
  • PdfExporter improvements including better handling of clip regions in custom drawing code.

Released: Apr 2, 2013

Updates in this release

Updates in V5

  • Styles and Themes - The appearance of items in a diagram can now be modified using styles.
  • Node effects - Visual effects can be applied to nodes.
  • One-way Graph Layout - The OneWayLayout class ensures that all links enter from the same general direction and exit from the opposite side.
  • Automatic Postback Mode - Post back after user interaction and raise server side events.
  • Canvas Mode Enhancements - Items now cast shadows and can be locked.
  • ImageMap Mode Enhancements - Text can be...

Released: Nov 22, 2011

Updates in this release

Updates in V4.1

  • Added HTML5 Canvas client sideg mode
  • Added interactive node alignment via alignment guides
  • Added FractalLayout tree layout algorithm
  • OrthogonalLayout improved to create less link bends
  • Now specify start and end nodes for LayeredLayouts