4.0.0 http://dylanv.blog/2018/01/18/storm-react-diagrams-v4-0-0/
- [refactor] Events system was completely overhauled
- [demo] Custom Link Sizes
- [refactor] Demos are now much more verbose and better managed
- [update] node packages
- [bug] Fix #129
- [feature] Control link creation through ports
- [refactor] Models are now in seperate files
- [refactor] Merged the concept of instance factories and widget factories into one
- [feature] Models can now be cloned at various parts of the model graph
- [demo] Cloning
- [feature] models control isLocked
3.2.0 http://dylanv.blog/2017/11/22/storm-react-diagrams-3-2-0/
- [feature] zoom to fit
- added Circle CI tests
- [demo] dagre automatic layouts
- [demo] zoom to fit
- [demo] selection events
- [demo] limit number of points
- [demo] programmatic node updating
- updated dependencies
- [bugs] swapping diagram models in engines
- [bugs] issues with the rendering pipeline #107
- added ci badge to Readme
3.1.3
- Refactor links slightly
- use min extension for css
- bump package versions
- export more classes
3.1.2
- Hotfix: fix zooming when canvas not in the top left corner (projectstorm#88)
3.1.0 http://dylanv.blog/2017/09/15/storm-react-diagrams-3-1-0/
- Zoom relative to mouse location
- Fixed links not connecting when grid is larger than port size
- Prevented points from dragging when connected to a port and the node itself is not selected
- API fixes
- Code cleanup
3.0.0 http://dylanv.blog/2017/09/13/storm-react-diagrams-v3/
- Massive performance updates
- Complete rewrite
- Started a changelog and design documents for each revision