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
+133Lines changed: 133 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -9,6 +9,139 @@ 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.26.0] -- 2023-08-24
13
+
14
+
### Added
15
+
- Add "min", "max", "min reversed" and "max reversed" autorange options and handle partial ranges (i.e. one end being null), add `autorangeoptions` (`clipmin`, `clipmax`, `minallowed`, `maxallowed`, `include`) as well as `minallowed` and `maxallowed` to cartesian, gl3d and radial axes [[#6547](https://github.com/plotly/plotly.js/pull/6547)]
16
+
- Add [n]-sigma (std deviations) box plots as an alternative to quartiles [[#6697](https://github.com/plotly/plotly.js/issues/6697)], with thanks to @28raining for the contribution!
17
+
- Add "top left" & "top center" side options to legend title [[#6711](https://github.com/plotly/plotly.js/pull/6711)], with thanks to @28raining for the contribution!
18
+
- Add "false" option to `scaleanchor` to allow removing a constraint that is set by default [[#6712](https://github.com/plotly/plotly.js/pull/6712)], with thanks to @lvlte for the contribution!
19
+
20
+
21
+
## [2.25.2] -- 2023-08-11
22
+
23
+
### Changed
24
+
- Update Croatian translations in `hr` locale [[#6690](https://github.com/plotly/plotly.js/pull/6690)],
25
+
with thanks to @Mkranj for the contribution!
26
+
27
+
### Fixed
28
+
- Fix potential prototype pollution in plot API calls [[#6703](https://github.com/plotly/plotly.js/pull/6703), [6704](https://github.com/plotly/plotly.js/pull/6704)]
29
+
30
+
31
+
## [2.25.1] -- 2023-08-02
32
+
33
+
### Fixed
34
+
- Fix clearing legend using react (regression introduced in 2.25.0) [[#6695](https://github.com/plotly/plotly.js/pull/6695)]
35
+
36
+
37
+
## [2.25.0] -- 2023-07-25
38
+
39
+
### Added
40
+
- Add "Equal Earth" projection to geo subplots [[#6670](https://github.com/plotly/plotly.js/pull/6670)],
41
+
with thanks to @apparebit for the contribution!
42
+
- Add options to include legends for shapes and `newshape`[[#6653](https://github.com/plotly/plotly.js/pull/6653)]
- Fix contour plot colorscale domain (take account of `zmin`, `zmax`, `cmin` and `cmax`) [[#6625](https://github.com/plotly/plotly.js/pull/6625)],
47
+
with thanks to @lvlte for the contribution!
48
+
- Fix text markers on non-mapbox styled maps [[#6652](https://github.com/plotly/plotly.js/pull/6652)],
49
+
with thanks to @baurt for the contribution!
50
+
- Fix unhide isolated traces in multi legend cases (regression introduced in 2.24.3) [[#6684](https://github.com/plotly/plotly.js/pull/6684)]
51
+
52
+
53
+
## [2.24.3] -- 2023-07-05
54
+
55
+
### Fixed
56
+
- Fix double clicking one item in a legend hides traces in other legends [[#6655](https://github.com/plotly/plotly.js/pull/6655)]
57
+
- Fix double click pie slices when having multiple legends [[#6657](https://github.com/plotly/plotly.js/pull/6657)]
58
+
- Fix per legend group and traceorder defaults when having multiple legends [[#6664](https://github.com/plotly/plotly.js/pull/6664)]
59
+
60
+
61
+
## [2.24.2] -- 2023-06-09
62
+
63
+
### Fixed
64
+
- Fix legend groups toggle (regression introduced in 2.22.0) [#6639]((https://github.com/plotly/plotly.js/issues/6639))
65
+
- Fix waterfall `hovertemplate` not showing delta on totals similar [#6635]((https://github.com/plotly/plotly.js/issues/6635))
66
+
67
+
68
+
## [2.24.1] -- 2023-06-07
69
+
70
+
### Fixed
71
+
- Fix minimal copying of arrays in minExtend function
72
+
(regression introduced in 2.24.0) [#6632]((https://github.com/plotly/plotly.js/issues/6632))
73
+
74
+
75
+
## [2.24.0] -- 2023-06-06
76
+
77
+
### Added
78
+
- add pattern to pie, funnelarea, sunburst, icicle and treemap traces [[#6601](https://github.com/plotly/plotly.js/pull/6601), [#6619](https://github.com/plotly/plotly.js/pull/6619), [#6622](https://github.com/plotly/plotly.js/pull/6622), [#6626](https://github.com/plotly/plotly.js/pull/6626), [#6627](https://github.com/plotly/plotly.js/pull/6627), [#6628](https://github.com/plotly/plotly.js/pull/6628), [#6629](https://github.com/plotly/plotly.js/pull/6629)],
79
+
with thanks to @thierryVergult for the contribution!
80
+
81
+
### Fixed
82
+
- Fix to prevent accessing undefined (hoverText.hoverLabels) in case all currently shown markers
83
+
have hoverinfo: "none" (regression introduced in 2.6.0) [#6614]((https://github.com/plotly/plotly.js/issues/6614)),
84
+
with thanks to @Domino987 for the contribution!
85
+
- Fix to ensure only minimum margin spacing is added for container-referenced legends and colorbars [[#6616](https://github.com/plotly/plotly.js/pull/6616)]
86
+
87
+
88
+
## [2.23.2] -- 2023-05-19
89
+
90
+
### Fixed
91
+
- Fix text rendering while drawing new shapes [[#6608](https://github.com/plotly/plotly.js/pull/6608)],
92
+
with thanks to the [Volkswagen](https://www.volkswagenag.com) Center of Excellence for Battery Systems for sponsoring development!
93
+
94
+
95
+
## [2.23.1] -- 2023-05-16
96
+
97
+
### Fixed
98
+
- Fix heatmap rendering on iOS and Safari when `zsmooth` is set to false [[#6605](https://github.com/plotly/plotly.js/pull/6605)], with thanks to @lvlte for the contribution!
99
+
100
+
101
+
## [2.23.0] -- 2023-05-12
102
+
103
+
### Added
104
+
- Add `legend.xref` and `legend.yref` to enable container-referenced positioning of legends [[#6589](https://github.com/plotly/plotly.js/pull/6589)], with thanks to [Gamma Technologies](https://www.gtisoft.com/) for sponsoring the related development.
105
+
- Add `colorbar.xref` and `colorbar.yref` to enable container-referenced positioning of colorbars [[#6593](https://github.com/plotly/plotly.js/pull/6593)], with thanks to [Gamma Technologies](https://www.gtisoft.com/) for sponsoring the related development.
106
+
107
+
### Changed
108
+
- Improve heatmap rendering performance when `zsmooth` is set to false [[#6574](https://github.com/plotly/plotly.js/pull/6574)], with thanks to @lvlte for the contribution!
109
+
110
+
111
+
## [2.22.0] -- 2023-04-27
112
+
113
+
### Added
114
+
- Add `legend` references to traces and `legend2`, `legend3`, etc. to layout,
115
+
also add `visible` to legend i.e. to allow positioning multiple legends on a graph [[#6535](https://github.com/plotly/plotly.js/pull/6535)],
116
+
this feature was anonymously sponsored: thank you to our sponsor!
117
+
118
+
### Changed
119
+
- Update Norwegian translations in `no` locale [[#5410](https://github.com/plotly/plotly.js/pull/5410)],
120
+
with thanks to @bjornol for the contribution!
121
+
- Update Slovak translations and number formats in `sk` locale [[#6580](https://github.com/plotly/plotly.js/pull/6580)], with thanks to @Libco for the contribution!
122
+
123
+
### Fixed
124
+
- Fix `plotly_click` in gl3d scenes to fire on touch devices [[#6563](https://github.com/plotly/plotly.js/pull/6563)],
125
+
with thanks to @NickTominaga for the contribution!
126
+
- Fix scatter3d when `marker.opacity` is set to zero [[#6581](https://github.com/plotly/plotly.js/pull/6581)], with thanks to @dmyronuk for the contribution!
> 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