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
+20-2Lines changed: 20 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -9,6 +9,24 @@ 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.1.0-rc.1] -- 2025-08-01
13
+
14
+
### Added
15
+
- Add modebardisable attribute to cartesian axes, to allow fine control over which buttons affect which axes [[#7358](https://github.com/plotly/plotly.js/pull/7358)]
16
+
- Add `unifiedhovertitle.text` to format unified hover titles [[#7439](https://github.com/plotly/plotly.js/pull/7439)]
17
+
- Add `layout.hoverlabel.showarrow` (and `trace.hoverlabel.showarrow`) attribute to allow hiding the triangular caret that appears on the hover label box [[#7451](https://github.com/plotly/plotly.js/pull/7451)]
18
+
- Add `minorloglabels` to cartesian axes [[#7468](https://github.com/plotly/plotly.js/pull/7468)]
19
+
- Make modebar keyboard-accessible via tabbing [[#7492](https://github.com/plotly/plotly.js/pull/7492)], with thanks to @davidangarita1 for the contribution!
20
+
21
+
### Changed
22
+
- Refactor files related to UN topojson [[#7481](https://github.com/plotly/plotly.js/pull/7481)]
23
+
24
+
### Fixed
25
+
- Fix hidden ticklabels taking up plot space [[#7417](https://github.com/plotly/plotly.js/pull/7417)]
26
+
- Fix editable shapes (regression introduced in 2.34.0) [[#7470](https://github.com/plotly/plotly.js/pull/7470)],
27
+
with thanks to @my-tien for the contribution!
28
+
29
+
12
30
## [3.0.3] -- 2025-07-23
13
31
14
32
### Fixed
@@ -20,9 +38,9 @@ where X.Y.Z is the semver of most recent plotly.js release.
20
38
### Fixed
21
39
- Fix installing dependencies in node v22 [[#7381](https://github.com/plotly/plotly.js/pull/7381)], with thanks to @chaigh-uk for the contribution!
22
40
- Fix Persian calendar leap year [[#7456](https://github.com/plotly/plotly.js/pull/7456)]
23
-
- Fix scroll wheel zoom for geo subplots in Safari [#7474](https://github.com/plotly/plotly.js/pull/7474)
41
+
- Fix scroll wheel zoom for geo subplots in Safari [[#7474](https://github.com/plotly/plotly.js/pull/7474)]
24
42
- Add method to check for WebKit WebView user agent string [[#7479](https://github.com/plotly/plotly.js/pull/7479)]
25
-
- Fix edit colorbar title [7487](https://github.com/plotly/plotly.js/pull/7487)
43
+
- Fix edit colorbar title [[7487](https://github.com/plotly/plotly.js/pull/7487)]
0 commit comments