@simon wrote:
For 2.0, GoJS has undergone a rewrite into TypeScript. A source license will include
.ts
source files as well as.js
sources, and examples of how to build the library into your project with Webpack or Browserify, should you wish to. This will allow you to remove unused modules from the source code, such as Layouts, Models, and Tools that you are not using. Note that unless you have strong minification, you may not see size improvements over the pre-built go.js library, which is highly optimized.The size of the
go.js
library has been reduced, and the gzipped size further reduced, from 1.8 versions.The main library has been reduced by removing many of the uncommon figures. These are now an extension.
GoJS can now also be loaded as an ES6 Module, and can be run DOM-less in Node.
We have also added the ability to create your own Panels, with the new PanelLayout class. See an example here.
Read about these and several other changes and additions, here: https://gojs.net/beta/changelog.html
You can access the Beta, here: https://gojs.net/beta/
You can request a license key for the Beta, here: https://www.nwoods.com/app/activate.aspx?sku=gojs
Posts: 2
Participants: 1