tag:github.com,2008:https://github.com/ngfelixl/nodeplotlib/releasesRelease notes from nodeplotlib2022-07-12T16:13:35Ztag:github.com,2008:Repository/149402291/v1.1.22022-07-14T17:36:48Zv1.1.2<h1>Changelog</h1>
<ul>
<li>Fix migration issue to version 14 were I introduced the wrong executor for the typescript compilation. Before <code>@nrwl/node:webpack</code>, now <code>@nrwl/js:tsc</code></li>
<li>This fixes the non-existing type declaration emit for <code>@nrwl/node:webpack</code></li>
<li>Add <code>[Nodeplotlib] {message}</code> scope to console logs.</li>
<li>Cache the visited routes to prevent a (partially not-existing) redraw of the plots.</li>
</ul>ngfelixltag:github.com,2008:Repository/149402291/v1.1.12022-07-12T15:47:19Zv1.1.1: Merge pull request #74 from ngfelixl/fix/type-definitions<p>fix: bundle type definitions with @nrwl/js:tsc</p>ngfelixltag:github.com,2008:Repository/149402291/v1.1.02022-07-12T14:29:21Zv1.1.0<h1>Changelog</h1>
<h2>Nodeplotlib</h2>
<ul>
<li>Add the plotly configuration as parameter of the <code>plot</code> function</li>
<li>Create the <code>Config</code> property proxy and export it</li>
<li>Update the docs</li>
</ul>
<h2>Web</h2>
<ul>
<li>Read the <code>Config</code> and provide it to the Plotly <code>newPlot</code> and <code>react</code> functions</li>
<li>Provide SocketService and PlotsService in root</li>
</ul>ngfelixltag:github.com,2008:Repository/149402291/v1.0.22022-07-06T12:54:31Zv1.0.2<h1>Changelog</h1>
<ul>
<li>Use "main" as default branch instead of "master"</li>
<li>Migrate to @nrwl/workspace version 14 and Angular version 14</li>
<li>Use nx' distributed project.json configuration</li>
<li>Add <code>nx workspace-lint</code> and <code>nx format:check</code> to ci</li>
</ul>ngfelixltag:github.com,2008:Repository/149402291/v1.0.12022-02-19T10:11:05Zv1.0.1<h1>Changelog</h1>
<ul>
<li>Chore: Update dependencies by running @nrwl/workspace migrations</li>
</ul>ngfelixltag:github.com,2008:Repository/149402291/v1.0.02022-01-03T23:52:36Zv1.0.0<p>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 <code>plot</code> function that accepts plot data or an <strong>RxJS</strong> observable of plot data. The previous versions <code>stack</code> and <code>clear</code> functions are not needed anymore.</p>
<h2>Changelog</h2>
<ul>
<li>Uses an NX workspace</li>
<li>Uses Angular for the frontend</li>
<li>Uses NestJS for the library</li>
<li>Exposes a <code>plot</code> function and <code>Plot</code>, <code>Layout</code> types (TypeScript)</li>
<li>Uses a socket.io real time connection</li>
<li>Closes all active subscriptions if there is no browser window listening</li>
<li>Reworked the docs</li>
<li>Added an icon</li>
<li>Added a new animation for npmjs.com</li>
<li>Adds a link to the Plotly.js documentation</li>
<li>Adds a link to an internal documentation</li>
<li>Adds a link to the Github repository</li>
</ul>ngfelixltag:github.com,2008:Repository/149402291/v1.0.0-rc22022-01-03T22:39:47Zv1.0.0-rc2<p>chore: bump version number</p>ngfelixltag:github.com,2008:Repository/149402291/v1.0.0-rc12021-12-20T23:48:38Zv1.0.0-rc1<p>chore: bump version number</p>ngfelixltag:github.com,2008:Repository/149402291/v1.0.0-rc02021-12-20T23:39:23Zv1.0.0-rc0<p>fix(tools): fix path for copying web files</p>ngfelixltag:github.com,2008:Repository/149402291/v0.7.72021-12-09T19:34:15Zv0.7.7: Merge pull request #59 from nathanbabcock/master<p>Fix plot type in README</p>ngfelixl