Skip to content

Releases: WhatsOpt/XDSMjs

v2.0.1

Choose a tag to compare

@relf relf released this 04 May 12:46

What's Changed

Basically this release ugrade the production toolchain and dependencies.

  • chore: modernize tooling scripts and lockfile by @relf in #25
  • ci: modernize test workflow matrix and quality gates by @relf in #26
  • chore: prettier baseline by @relf in #27
  • chore: switch eslint to airbnb-base and remove react lint deps by @relf in #28
  • ci: enforce minimum test coverage thresholds by @relf in #29
  • ci: add package smoke-check gate by @relf in #30
  • test: add DOM integration tests for controls and selection by @relf in #31
  • chore: upgrade deps and migrate ESLint to flat config by @relf in #32

Full Changelog: v2.0.0...v2.0.1

v2.0.1-rc.0

v2.0.1-rc.0 Pre-release
Pre-release

Choose a tag to compare

@relf relf released this 30 Apr 09:48

What's Changed

  • chore: modernize tooling scripts and lockfile by @relf in #25
  • ci: modernize test workflow matrix and quality gates by @relf in #26
  • chore: prettier baseline by @relf in #27
  • chore: switch eslint to airbnb-base and remove react lint deps by @relf in #28
  • ci: enforce minimum test coverage thresholds by @relf in #29
  • ci: add package smoke-check gate by @relf in #30
  • test: add DOM integration tests for controls and selection by @relf in #31
  • chore: upgrade deps and migrate ESLint to flat config by @relf in #32

Full Changelog: v2.0.0...v2.0.1-rc.0

v2.0.0

Choose a tag to compare

@relf relf released this 15 Feb 10:51
  • 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

Choose a tag to compare

@relf relf released this 23 Sep 15:16
7bb147f
  • update dependencies (d3 v6)

v0.8.1

Choose a tag to compare

@relf relf released this 27 Apr 22:38
fe82094
  • fix packaging to publish on npm
  • fix XDSMjs API : add createSelectableXdsm(xdsmFormat, callback)

v0.8.0

Choose a tag to compare

@relf relf released this 25 Apr 07:48
  • 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

Choose a tag to compare

@relf relf released this 05 Dec 13:18
  • support XDSM v2
  • eslint airbnb config
  • upgrade dependencies

v0.6.0

Choose a tag to compare

@relf relf released this 25 Feb 10:03

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

Choose a tag to compare

@relf relf released this 07 Dec 08:02
b273d72
  • Add XDSMjs display configuration : config.labelizer and config.layout
  • Manage optional node status: PENDING, RUNNING, FAILED, DONE
  • Basic XDSM edition (undocumented, experimental)