Skip to content

Version 1.20260815.0 - #554

Merged
agarny merged 6 commits into
opencor:mainfrom
agarny:cleaning-up
Aug 14, 2026
Merged

Version 1.20260815.0#554
agarny merged 6 commits into
opencor:mainfrom
agarny:cleaning-up

Conversation

@agarny

Copy link
Copy Markdown
Contributor

No description provided.

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`.
CopilotAI lite review requested due to automatic review settings August 14, 2026 19:39

CopilotAI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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-visualizer to ^7.1.1 and refresh Bun lockfiles accordingly.
  • Change the Plotly.js CDN import from the gl2d bundle 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
FileDescription
src/renderer/src/common/initialisation.tsUpdates external Plotly.js dependency CDN URL used at runtime.
src/renderer/package.jsonBumps renderer version and updates rollup-plugin-visualizer version.
src/renderer/bun.lockLockfile updates reflecting renderer dependency changes.
package.jsonBumps root version and updates node-addon-api + rollup-plugin-visualizer.
bun.lockLockfile 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.

@agarny
agarny merged commit 8cd4904 into opencor:mainAug 14, 2026
9 checks passed
@agarny
agarny deleted the cleaning-up branch August 14, 2026 21:56
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

@agarny