Releases: whatsopt/XDSMjs
Releases · whatsopt/XDSMjs
2.0.0
- Update dependencies: d3 v7
- Use
viewBox
attribute to make the svg
really scalable in its container element
- Declare
xdsmjs
being an ESM module (type: 'module'
in package.json
, ie require node v12+
)
v1.0.0
- update dependencies (d3 v6)
v0.8.1
- fix packaging to publish on npm
- fix XDSMjs API : add
createSelectableXdsm(xdsmFormat, callback)
v0.8.0
- add configuration and xdsm data passing from <script> element in the HTML file
- add links on subxdsms
- add xdsmjs python module to expose XDSMjs assets and ease usage from Python
- upgrade dependencies
v0.7.0
- support XDSM v2
- eslint airbnb config
- upgrade dependencies
v0.6.0
This version is embedded in OpenMDAO 2.6
- support utf-8 characters as variable names (see #2)
- allow to specify json data through data attributes (see #4)
- embed fontello icons (see #6)
v0.5.0
- Add XDSMjs display configuration : config.labelizer and config.layout
- Manage optional node status: PENDING, RUNNING, FAILED, DONE
- Basic XDSM edition (undocumented, experimental)