Skip to content

Commit 6f2f56d

Browse files
committed
Update CHANGELOG, delete draftlogs
1 parent 6585ad5 commit 6f2f56d

File tree

12 files changed

+20
-14
lines changed

12 files changed

+20
-14
lines changed

CHANGELOG.md

Lines changed: 20 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,24 @@ To see all merged commits on the master branch that will be part of the next plo
99

1010
where X.Y.Z is the semver of most recent plotly.js release.
1111

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+
1230
## [3.0.3] -- 2025-07-23
1331

1432
### Fixed
@@ -20,9 +38,9 @@ where X.Y.Z is the semver of most recent plotly.js release.
2038
### Fixed
2139
- Fix installing dependencies in node v22 [[#7381](https://github.com/plotly/plotly.js/pull/7381)], with thanks to @chaigh-uk for the contribution!
2240
- 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)]
2442
- 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)]
2644

2745

2846
## [3.1.0-rc.0] -- 2025-07-15

draftlogs/7358_add.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

draftlogs/7417_fix.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

draftlogs/7439_add.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

draftlogs/7451_add.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

draftlogs/7468_add.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

draftlogs/7470_fix.md

Lines changed: 0 additions & 2 deletions
This file was deleted.

draftlogs/7474_fix.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

draftlogs/7479_fix.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

draftlogs/7481_change.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)