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
+40
Original file line number
Diff line number
Diff line change
@@ -9,6 +9,46 @@ 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
+
## [2.16.1] -- 2022-10-21
13
+
14
+
### Fixed
15
+
- Fix `choroplethmapbox` selection when adding new traces on top [[#6345](https://github.com/plotly/plotly.js/pull/6345)]
16
+
17
+
18
+
## [2.16.0] -- 2022-10-14
19
+
20
+
### Added
21
+
- Add clustering options to `scattermapbox`[[#5827](https://github.com/plotly/plotly.js/pull/5827)],
22
+
with thanks to @elben10 for the contribution!
23
+
- Add bounds to mapbox suplots [[6339](https://github.com/plotly/plotly.js/pull/6339)]
24
+
25
+
26
+
## [2.15.1] -- 2022-10-11
27
+
28
+
### Fixed
29
+
- Fix latest version of plotly.js main module on npm
30
+
31
+
32
+
## [2.15.0] -- 2022-10-06
33
+
34
+
### Added
35
+
- Add `angle`, `angleref` and `standoff` to `marker` and add `backoff` to `line`; also introduce new arrow symbols to facilitate drawing networks [[#6297](https://github.com/plotly/plotly.js/pull/6297)]
36
+
- Add `minreducedwidth` and `minreducedheight` to layout for increasing control over automargin [[#6307](https://github.com/plotly/plotly.js/pull/6307)]
37
+
- Add `entrywidth` and `entrywidthmode` to legend [[#6202](https://github.com/plotly/plotly.js/pull/6202), [#6324](https://github.com/plotly/plotly.js/pull/6324)]
38
+
39
+
### Changed
40
+
- Use valType of `angle` for `rotation` in `pie`[[#6304](https://github.com/plotly/plotly.js/pull/6304)]
41
+
42
+
### Fixed
43
+
- Fix mapbox `touch event` after switching back from select mode [[#6281](https://github.com/plotly/plotly.js/pull/6281)],
44
+
with thanks to @mmtmr for the contribution!
45
+
- Fix automargin to update axis titles in redraws [[#6312](https://github.com/plotly/plotly.js/pull/6312)]
46
+
- Fix exporting patterns with transparent color [[#6318](https://github.com/plotly/plotly.js/pull/6318)]
47
+
- Fix exporting text on empty slices [[#6335](https://github.com/plotly/plotly.js/pull/6335)]
48
+
- Disable interactions for `treemap`, `icicle`, `sunburst`, `pie`, `funnelarea`,
49
+
`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