GoDiagram 6.3.1 released (full release history here)

Version 2.4.1 is now available

Here’s a quick list of noteworthy features, with links to notes in this forum:

Version 2.5.1 is now available via http://www.nwoods.com/go/evalform.htm.
Here’s a list of general features, with links to topics in this forum:

There are also a lot of new features in GoDiagram Web, many to better support AJAX-like “NoPost” functionality.

2.5.2 includes some installation changes (mostly due to Vista), some improvements in GoDiagram Web (for IE 7), and a few minor improvements and bug fixes.

2.5.2

Version 2.6.1 is now available

Several new features are shown in the following forum posts:

Also, there are new and improved editing Controls in GoDraw

2.6.2 has a few bug fixes and a few small new features.

GoDiagram Web has better support for ASP.NET AJAX UpdatePanels.

We have released version 3.0.2.

It’s a big release, including 9 new sample applications with full source.

See GoDiagram 3.0 released for details.

We have released 3.0.3, a bugfix release.

List of Changes since 3.0.2

  • GoView
  • fix logic that was displaying scrollbars when they weren’t needed
  • Printing
  • make Printing based on Page 1, not Page 0
  • (GoText) when printing, don’t select font that is too large (avoids non-WYSIWYG wrapping)
  • GoBoxNode
  • fix sorting of links
  • GoLayout
  • fixes to avoid floating point exceptions (System.ArgumentException: IComparer)
  • Samples/SubGraphApp
  • fix dragging objects into a collapsed SubGraph
  • GoWeb.js
  • make sure Move cursor shows up when it should
  • in NoPost=false mode, make sure data that sets tooltip positions is requested.

We have released 4.0.0.

Major Changes:

  • new sample: DrawDemo - displays GoShape and GoFigures, a Visio-like palette and GoDraw features.

  • new sample: NodeLinkDemo - GoDiagram demo application, exhibiting a wide variety of kinds of nodes, links, and tools (DrawDemo and NodeLinkDemo were created by splitting Demo1)

  • new Sample: Pipes - a simple editor for pipes with straight, T and L shaped connectors

  • Support for generics throughout the design and implementation (see GoDiagramGenerics for details)

  • See release nodes (WinReadme / WebReadme) for minor coding changes required by generics changes

  • GoPort has a new LinksRedirectedToSubGraphPort property that determines whether links connected to ports that are inside collapsed GoSubGraphs appear to be connected to the subgraph’s GoSubGraph.Port

  • Since IGoCollection now implements IEnumerable, you can now use LINQ on GoDiagram collections, if you are using .NET 3.5.

  • GoLayout - the switch to generic collections has improved performance of LayeredDigraphLayout (about 25% in the case of a 6000 node test)

  • GoLayoutTree - Improvement that avoids overlapping nodes on orthogonal links when compacting trees.

We have released 4.1.0 with support for VS2008 and VS2010.

List of Changes

Go Bugfixes

  • Fix crash in Dispose.Hover when doing explicit dispose on GoView
  • Fix crash in Zoom while GoText is in edit mode
  • Fix GoView / GoLayer memory leak when GoView disposed
  • Fix out of place auto-increment that occasionally breaks Undo
  • Fix in GoView so that RichText (from NodeLinkDemo) editing works
  • (Web) Fix Drag and Drop to work with changes in Firefox 3.5.2

Go New Features

  • 4.1.0.4 Dlls build against .NET 4.0 Client Profile
  • New RoundedLineWithJumpGaps style for Orthogonal links more…
  • New GoFigures for Business Process Modeling Notation (BPMN) more…
  • VS2010 support - Help 3.0

GoLayout

  • New Offset properties on GoLayoutTree (NodeIndentPastParent and LayerSpacingParentOverlap)

We have released 4.2.0 with support for VS2008 and VS2010.

List of Changes

Bugfixes

  • Fix dropdown positioning in GoDraw Brush, Pen and Font controls
  • GoBoxPort / GoBoxNode - improvements in the way links are spread out on sides of node.
New Features
  • new GoDraw ToolStrip controls for Brush, Pen and Font
  • Add GoStrokeArrowheadStyle.X that is typically used in UML to denote "no navigation"
  • new GoArc class
Samples
  • DataSetDemo - significant facelift, new data set for employees, colorful tree layout, employee picture supported in node [DataSetDemo screenshot][1]
  • DrawDemo - redone to use ToolStrip with new GoDraw ToolStrip controls for Brush, Pen and Font
  • DrawDemo - add use of GoDrawView, with rulers and paper-like Sheet background
  • DrawDemo - FishEye Zoom Tool [DrawDemo screenshot][2]
  • NodeLinkDemo - Sample tool code to prevent CollapsingRecordNode from doing a self-link
  • StateCharter - Add two embedded sample state chart XML files
GoWeb Specific Changes
  • new GoWeb.js - important changes for new browsers
  • new GoWeb.css minor appearance change for context menus
  • GoDiagram for ASP.NET 4.2 supports HTML 5. When you pick up the new GoWeb.js file for your project, you must change the HTML header in your pages to be
  • Anything in your web page that causes "quirks mode" to be activated in the browsed may break the positioning of objects within the GoView
  • Supported browsers: IE 7+, Chrome, Firefox 3.6+, Safari 5.0
  • Fix UndoManager serialization in GoWeb under SQL State Server
GoWeb Samples
  • Change all web sample .ASPX pages to use HTML 5 recommended header. This is required to use the new GoWeb.js changes in get mouse position.
  • DrawDemo - Add support for custom goRequest commands for object color and transparency
  • DataSetDemo - significant facelift for nodes and layout, new data set for employees

We have released 5.0.0 with support for


- VS2008 and .NET 3.5
- VS2010 and .NET 3.5 and 4.0
- VS2012 and .NET 3.5, 4.0 and 4.5.


Note that .NET 2.0 is no longer supported. Continue to use 4.2 if you need .NET 2.0.


The major new feature is support for PDF generation from diagrams.

We’ve also changed how licensing / deployment works. Gone is the Microsoft style licenses.licx and
in its place is simpler, more reliable mechanism we first developed for GoXam. (There is still a
License Manager to run and activation codes to request…) Please read the chapter about
“Deployment and Licensing” in the GoDiagram User Guide.

And there is no longer a “Pro” that contains Layout and Instruments. Everything is contained in
one product for one price. Yes, if you have an active subscription for the old “base” product,
you just got a free upgrade!

For GoDiagram Web, the supported browsers for this release are IE 8+, Firefox 14+, Apple Safari
5+ and Google Chrome 21+.

(Now that GoJS is about to ship, we're recommending that over GoWeb. Seriously... HTML5 Canvas is the future for this kind of web app. And GoJS is an amazing product. )
The bugfix list is short... and that's a good thing. Not much to fix here.
  • fix InvalidOperationException: Invoke or BeginInvoke cannot be
    called on a control until the window handle has been created in
    hoverCallback when deleting GoViews.
  • (GoWeb) new GoWeb.js - minor changes for move cursor on IE

Kits are on the evaluation page now. (If you have any old email from us, a direct link to the
download page should be on that.)

We have released 5.1.0 with support for

- VS2010 and .NET 4.0
- VS2012 and .NET 4.0 and 4.5.
In addition, .NET 3.5 DLLs are in these kits, but they remain at 5.0.
What's new:
  • GoLayoutTree supports bus branching. Add GoLayoutTreeAlignment.Bus, TopLeftBus, BottomRightBus and BusBranching, plus minor bugfixes (basically all new work from GoXam was added back into GoDiagram). See the LayoutDemo sample.
  • New GoDiagram Evaluation explorer. One app to run to get access to documentation, samples, support, etc. (this cleans up the mess created by the Windows 8 Start menu)

  • New Sankey diagram sample (WinForms C#)

  • New FunctionBlock diagram sample (WinForms C#)

  • LayoutDemo supports [new Tree Layout bus options][3], nodes color coded per layer
Bugfixes:
  • DrawDemo sample: selection based menu options and fix IsModified=true at startup because of "Welcome" comment.
  • PDF generation: numerous fixes to fonts
GoWeb fix:
  • Fix mouse position in Zoomed-in IE10 (be sure to pick up new GoWeb.js file from kit)

5.2.0 has been released. details here: GoDiagram 5.2 for VS2015 and .NET 4.6 released

GoDiagram version 5.3, compiled for .NET 4.7 and Visual Studio 2017, download:

http://www.nwoods.com/go/kits/GoDiagram5.3.zip

This zip file has GoDiagram DLLs for .NET 3.5 and up. Plus the full samples and documentation. No more MSI install kits.

List of Changes since 5.2

Go Bugfixes

  • PDF generation: fix empty FontMap issue
  • PDF generation: fix problem where images with a transparent background from an ImageList were marked as greyscale, not RGB.
  • PDF generation: remove support for non-spacing characters that was firing at the wrong time.

Samples:

  • Fishbone: add support for read/write XML files.
  • Function Block sample: correct calculation of DotLink Bounds.
  • New Sample: Parts Tree
  • New Sample: Huffman Coding Tree
  • New Sample: Parallel Coordinates graph

GoDiagram Win 6.0 has been released. Support for Visual Studio 2019 as well as .NET Framework 4.8 and .NET Core 3.0.

http://www.nwoods.com/go/kits/GoDiagram6.0.zip

GoDiagram Win 6.1 has been released. Support for Visual Studio 2019 as well as .NET Framework 4.8 and .NET Core 3.1.

http://www.nwoods.com/go/kits/GoDiagram6.1.zip

The zip file has all the samples and documentation. NuGet is just the DLLs and license manager.

Between CORE 3.0 and 3.1, they decided to remove the .NET 1 legacy Menu controls, and that impacted GoContextMenu and some of the samples.

GoDiagram Win 6.2 has been released. Support for Visual Studio 2019 as well as .NET Framework 4.8, .NET Core 3.1 and .NET 5.0.

Available on NuGet at NuGet Gallery | Northwoods.GoWin 6.2.0

Full kit here: http://www.nwoods.com/go/kits/GoDiagram6.2.zip

The zip file has all the samples and documentation. NuGet is just the DLLs and license manager.

Between CORE 3.1 and 5.0, they decided to remove the .NET 1 legacy StatusBar controls, and we updated the impacted samples. Also, support was removed for BinaryFormatter.Serialize. That only affected the NodeLinkDemo sample. No one should be using binary serialization anyway.

GoDiagram Win 6.3 has been released. Support for Visual Studio 2022 as well as .NET Framework 4.8 (and older), .NET Core 3.1, NET 5.0 and .NET 6.0.

Available on NuGet at NuGet Gallery | Northwoods.GoWin 6.3.0

Full kit here: http://www.nwoods.com/go/kits/GoDiagram6.3.zip

The zip file has all the samples and documentation. NuGet is just the DLLs and license manager.