Releases: ngfelixl/nodeplotlib
Releases · ngfelixl/nodeplotlib
v1.1.2
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
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 PlotlynewPlot
andreact
functions - Provide SocketService and PlotsService in root
v1.0.2
v1.0.1
v1.0.0
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 andPlot
,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
v0.7.5
v0.7.4
v0.7.3
Changelog
- Fix content length mismatch bug [Antoine Cormouls]
- Code formatting