You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: CHANGELOG.md
+4-4
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@ To see all merged commits on the master branch that will be part of the next plo
9
9
10
10
where X.Y.Z is the semver of most recent plotly.js release.
11
11
12
-
## [3.0.0-rc.2] -- 2024-12-16
12
+
## [3.0.0] -- 2025-01-27
13
13
14
14
### Removed
15
15
- Drop support for passing a string to the `title` attribute, and drop support for deprecated attributes `titlefont`, `titleposition`, `titleside`, and `titleoffset` (use `title.text`, `title.font`, `title.side`, `title.offset` instead)[[#7212](https://github.com/plotly/plotly.js/pull/7212)]
@@ -639,7 +639,7 @@ Drop support for deprecated `bardir` attribute (use `orientation` instead) [[#72
639
639
## [2.15.1] -- 2022-10-11
640
640
641
641
### Fixed
642
-
- Fix latest version of plotly.js main module on npm
642
+
- Fix latest version of plotly.js main module on npm
643
643
644
644
645
645
## [2.15.0] -- 2022-10-06
@@ -658,9 +658,9 @@ Drop support for deprecated `bardir` attribute (use `orientation` instead) [[#72
658
658
- Fix automargin to update axis titles in redraws [[#6312](https://github.com/plotly/plotly.js/pull/6312)]
659
659
- Fix exporting patterns with transparent color [[#6318](https://github.com/plotly/plotly.js/pull/6318)]
660
660
- Fix exporting text on empty slices [[#6335](https://github.com/plotly/plotly.js/pull/6335)]
661
-
- Disable interactions for `treemap`, `icicle`, `sunburst`, `pie`, `funnelarea`,
661
+
- Disable interactions for `treemap`, `icicle`, `sunburst`, `pie`, `funnelarea`,
662
662
`parcats`, `parcoords` and `sankey` traces when `staticPlot` is set to true [[#6296](https://github.com/plotly/plotly.js/pull/6296)]
> Please note that as of v2 the "plotly-latest" outputs (e.g. https://cdn.plot.ly/plotly-latest.min.js) will no longer be updated on the CDN, and will stay at the last v1 patch v1.58.5. Therefore, to use the CDN with plotly.js v2 and higher, you must specify an exact plotly.js version.
0 commit comments