Skip to content

Releases: ngfelixl/nodeplotlib

v1.1.2

14 Jul 17:36
412dc57
Compare
Choose a tag to compare

Changelog

  • Fix migration issue to version 14 were I introduced the wrong executor for the typescript compilation. Before @nrwl/node:webpack, now @nrwl/js:tsc
  • This fixes the non-existing type declaration emit for @nrwl/node:webpack
  • Add [Nodeplotlib] {message} scope to console logs.
  • Cache the visited routes to prevent a (partially not-existing) redraw of the plots.

v1.1.0

12 Jul 14:29
b786b4f
Compare
Choose a tag to compare

Changelog

Nodeplotlib

  • Add the plotly configuration as parameter of the plot function
  • Create the Config property proxy and export it
  • Update the docs

Web

  • Read the Config and provide it to the Plotly newPlot and react functions
  • Provide SocketService and PlotsService in root

v1.0.2

06 Jul 12:53
c52e334
Compare
Choose a tag to compare

Changelog

  • Use "main" as default branch instead of "master"
  • Migrate to @nrwl/workspace version 14 and Angular version 14
  • Use nx' distributed project.json configuration
  • Add nx workspace-lint and nx format:check to ci

v1.0.1

19 Feb 10:11
Compare
Choose a tag to compare

Changelog

  • Chore: Update dependencies by running @nrwl/workspace migrations

v1.0.0

03 Jan 23:52
a1b2eff
Compare
Choose a tag to compare

This is a complete rewrite of NodePlotLib. In addition to the previous functionality it provides the possibility to stream data from NodeJS directly to the browser without any frontend preparations, the only thing needed is a plot function that accepts plot data or an RxJS observable of plot data. The previous versions stack and clear functions are not needed anymore.

Changelog

  • Uses an NX workspace
  • Uses Angular for the frontend
  • Uses NestJS for the library
  • Exposes a plot function and Plot, Layout types (TypeScript)
  • Uses a socket.io real time connection
  • Closes all active subscriptions if there is no browser window listening
  • Reworked the docs
  • Added an icon
  • Added a new animation for npmjs.com
  • Adds a link to the Plotly.js documentation
  • Adds a link to an internal documentation
  • Adds a link to the Github repository

v0.7.6

04 Oct 08:38
c107703
Compare
Choose a tag to compare

Changelog

  • Update Dependencies

v0.7.5

06 Jul 13:59
Compare
Choose a tag to compare

This minor update fixes a problem in the docs.

v0.7.4

06 Jul 13:37
41d41b6
Compare
Choose a tag to compare

This update just contains dependency updates.

v0.7.3

01 Feb 08:35
dadfa36
Compare
Choose a tag to compare

Changelog

v0.7.2

29 Jan 18:52
7cd79d7
Compare
Choose a tag to compare

Changelog

  • Implement partial types for the plot layout
  • Fix badges in docs to point to Github actions for CI and version to the correct npmjs url