Skip to content

Releases: ginkgobioworks/plotly-plot

Responsive Layout

01 Mar 23:27
@myw myw
Compare
Choose a tag to compare

Potentially breaking changes

  • Added functionality for automatic resizing/fluid layout. The plot will now resize to fit the containing element, and automatically resize itself as that element resizes.
  • PlotlyPlot.prototype.purge now acts asynchronously and returns a Promise, like the other methods

Non-breaking changes

  • Added a PlotlyPlot.prototype.resize method to explicitly call the resize code.
  • Documented incompatibility between plotly.js and shadow DOM to README
  • Improvements in CI: automatically release to NPM, automatically update documentation

Fix debouncing

12 Dec 04:20
@myw myw
Compare
Choose a tag to compare

Bugs fixed

  • Cancel debouncers after the debounced event succeeds, preventing zombie debounced events from creeping up

Add manual flag

12 Dec 01:11
@myw myw
Compare
Choose a tag to compare

Non-breaking features

  • Added a manual property to prevent auto-update on property changes. This allows authors embedding this plot in other elements to change multiple properties in advance and only refresh when they need to.

Refactor promises

12 Jul 20:20
@myw myw
Compare
Choose a tag to compare

Potentially breaking changes

  • Promises returned by the methods resolve to the plotly-plot widget, not the plotly plot-div it contains

Nonbreaking changes

  • Added .purge method that wraps Plotly.purge

Update bower.json

10 Jun 19:59
@myw myw
Compare
Choose a tag to compare

No API/consumer changes.

Documentation update

17 May 15:54
@myw myw
Compare
Choose a tag to compare

Minor tweaks and upgrades to the documentation. No API/consumer changes.

Initial release

16 May 22:54
@myw myw
Compare
Choose a tag to compare

The first fully-functional release of the <plotly-plot> element. Complete with tests and documentation.