Uh oh!
There was an error while loading. Please reload this page.
Version 1.20260815.0 - #554
Merged
Merged
Conversation
SVG cartesian only, no WebGL at all. I used to be aware of two versions: - `plotly.js-dist-min`: full version; and - `plotly.js-gl2d-dist-min`: SVG cartesian + 2D WebGL. But then, found out about `plotly.js-cartesian-dist-min`, which is SVG cartesian only (i.e. no 2D WebGL), so smaller in size than `plotly.js-gl2d-dist-min`.
There was a problem hiding this comment.
Pull request overview
This PR appears to be a release/version bump to 1.20260815.0, alongside updating build tooling dependencies and switching the Plotly CDN bundle used by the renderer.
Changes:
- Bump application version to
1.20260815.0(root + renderer). - Update
rollup-plugin-visualizerto^7.1.1and refresh Bun lockfiles accordingly. - Change the Plotly.js CDN import from the
gl2dbundle to a cartesian bundle (with a noted package/version issue).
Reviewed changes
Copilot reviewed 3 out of 5 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| src/renderer/src/common/initialisation.ts | Updates external Plotly.js dependency CDN URL used at runtime. |
| src/renderer/package.json | Bumps renderer version and updates rollup-plugin-visualizer version. |
| src/renderer/bun.lock | Lockfile updates reflecting renderer dependency changes. |
| package.json | Bumps root version and updates node-addon-api + rollup-plugin-visualizer. |
| bun.lock | Lockfile updates reflecting root dependency changes. |
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
…me width as trace lines.
…ssues that affected the tracking of runs.
…ed making the live run the top run.
Uh oh!
There was an error while loading. Please reload this page.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for freeto join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.