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
+41Lines changed: 41 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -9,6 +9,47 @@ 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.33.0] -- 2024-05-29
13
+
14
+
### Added
15
+
- Add support for numeric text font `weight`[[#6990](https://github.com/plotly/plotly.js/pull/6990)]
16
+
- Add `shadow`, `lineposition` and `textcase` options to SVG fonts [[#6983](https://github.com/plotly/plotly.js/pull/6983)]
17
+
18
+
### Fixed
19
+
- Fix unicode variable names in @plotly/d3[[#6992](https://github.com/plotly/plotly.js/pull/6992)],
20
+
with thanks to @GeorchW for the contribution!
21
+
- Fix `getFullTransformMatrix` in shadow DOM [[#6996](https://github.com/plotly/plotly.js/pull/6996)],
22
+
with thanks to @OpportunityLiu for the contribution!
23
+
- Fix drag on legend scrollbar while `edits.legendPosition` is `true`[[#6997](https://github.com/plotly/plotly.js/pull/6997)],
24
+
with thanks to @OpportunityLiu for the contribution!
25
+
- Fix numerical instability in 3D plots [[6998](https://github.com/plotly/plotly.js/pull/6998)],
26
+
with thanks to @hborchardt for the contribution!
27
+
- Fix numerical precision of drawing surface trace [[6999](https://github.com/plotly/plotly.js/pull/6999)],
28
+
with thanks to @hborchardt for the contribution!
29
+
- Fix isosurface maximum value calculation when `isomax` is set to null [[#7002](https://github.com/plotly/plotly.js/pull/7002)]
30
+
31
+
32
+
## [2.32.0] -- 2024-04-23
33
+
34
+
### Added
35
+
- Add "bold" weight, "italic" style and "small-caps" variant options to fonts [[#6956](https://github.com/plotly/plotly.js/pull/6956)]
36
+
37
+
### Fixed
38
+
- Fix applying `autotickangles` on axes with `showdividers` as well as cases
39
+
where `tickson` is set to "boundaries" [[#6967](https://github.com/plotly/plotly.js/pull/6967)],
40
+
with thanks to @my-tien for the contribution!
41
+
- Fix positioning of multi-line axis titles with `standoff`[[#6970](https://github.com/plotly/plotly.js/pull/6970)],
42
+
with thanks to @my-tien for the contribution!
43
+
44
+
45
+
## [2.31.1] -- 2024-04-15
46
+
47
+
### Fixed
48
+
- Maintain original drawing order of traces when traces with similar type are sent to back [[#6962](https://github.com/plotly/plotly.js/pull/6962)]
49
+
- Ensure winning points of hover are listed first when hoversubplots is set to "axis" and sorting by distance [[#6963](https://github.com/plotly/plotly.js/pull/6963)]
50
+
- Fix duplicated points in splom hover when `hoversubplots` is set to "axis" [[#6965](https://github.com/plotly/plotly.js/pull/6965)]
> 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