Skip to content

Releases: ngfelixl/nodeplotlib

v1.1.2

Choose a tag to compare

@ngfelixl ngfelixl released this 14 Jul 17:36
412dc57

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

Choose a tag to compare

@ngfelixl ngfelixl released this 12 Jul 14:29
b786b4f

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

Choose a tag to compare

@ngfelixl ngfelixl released this 06 Jul 12:53
c52e334

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

Choose a tag to compare

@ngfelixl ngfelixl released this 19 Feb 10:11

Changelog

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

v1.0.0

Choose a tag to compare

@ngfelixl ngfelixl released this 03 Jan 23:52
a1b2eff

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

Choose a tag to compare

@ngfelixl ngfelixl released this 04 Oct 08:38
c107703

Changelog

  • Update Dependencies

v0.7.5

Choose a tag to compare

@ngfelixl ngfelixl released this 06 Jul 13:59

This minor update fixes a problem in the docs.

v0.7.4

Choose a tag to compare

@ngfelixl ngfelixl released this 06 Jul 13:37
41d41b6

This update just contains dependency updates.

v0.7.3

Choose a tag to compare

@ngfelixl ngfelixl released this 01 Feb 08:35
dadfa36

Changelog

v0.7.2

Choose a tag to compare

@ngfelixl ngfelixl released this 29 Jan 18:52
7cd79d7

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