Skip to content

Commit 4e167c4

Browse files
committed
update changelog, citation, and README for v3.1.1
1 parent fc5993d commit 4e167c4

File tree

13 files changed

+19
-14
lines changed

13 files changed

+19
-14
lines changed

CHANGELOG.md

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,22 @@ 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]
12+
## [3.1.1] -- 2025-09-29
13+
14+
### Fixed
15+
- Update plot with all config changes during call to `Plotly.react` [[#7475](https://github.com/plotly/plotly.js/pull/7475)]
16+
- Fix wheel event handler `Violation` in Chromium by setting `passive: true` [[#7517](https://github.com/plotly/plotly.js/pull/7517)]
17+
- Fix `locationmode` warning to be less aggressive: show warning only when `locationmode` is `'country names'` [[#7520](https://github.com/plotly/plotly.js/pull/7520)]
18+
- Refactor `drawMainTitle` to use context-specific selections for title and subtitle, avoiding conflicts when multiple plots are present on the same page [[#7522](https://github.com/plotly/plotly.js/pull/7522)], with thanks to @davibarbosa2 for the contribution!
19+
- Fix broken styling of map attributions [[#7526](https://github.com/plotly/plotly.js/pull/7526)]
20+
- Calculate colorscale properly for histogram when marker `cmin`/`cmax`/`cmid` values are undefined [[#7534](https://github.com/plotly/plotly.js/pull/7534)]
21+
- Tidy up some stray characters in attribute descriptions [[#7539](https://github.com/plotly/plotly.js/pull/7539)], [[#7540](https://github.com/plotly/plotly.js/pull/7540)]
22+
- Fix some typos (and a conditional check) [[#7542](https://github.com/plotly/plotly.js/pull/7542)], with thanks to @musvaage for the contribution!
23+
- Fix cropping of subunits in USA topojson, clean up land and coastlines layers for all topojson [[#7555](https://github.com/plotly/plotly.js/pull/7555)]
24+
- Fix issue causing empty ScatterGL plots when using text elements [#7563](https://github.com/plotly/plotly.js/pull/7563)
25+
26+
27+
## [3.1.0] -- 2025-08-08
1328

1429
### Added
1530
- Add property `zerolinelayer` to cartesian axes to allow drawing zeroline above traces [[#7269](https://github.com/plotly/plotly.js/pull/7269)]

CITATION.cff

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ authors:
99
- family-names: "Samimi"
1010
given-names: "Mojtaba"
1111
title: "Open source Plotly charting library"
12-
version: 3.1.0
12+
version: 3.1.1
1313
doi: 10.5281/zenodo.13964707
14-
date-released: 2025-08-07
14+
date-released: 2025-09-29
1515
url: "https://github.com/plotly/plotly.js"

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ You may also consider using [`plotly.js-dist`](https://www.npmjs.com/package/plo
6262
6363
```html
6464
<head>
65-
<script src="https://cdn.plot.ly/plotly-3.1.0.min.js" charset="utf-8"></script>
65+
<script src="https://cdn.plot.ly/plotly-3.1.1.min.js" charset="utf-8"></script>
6666
</head>
6767
<body>
6868
<div id="gd"></div>

draftlogs/7475_fix.md

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

draftlogs/7517_fix.md

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

draftlogs/7520_fix.md

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

draftlogs/7522_fix.md

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

draftlogs/7526_fix.md

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

draftlogs/7534_fix.md

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

draftlogs/7540_fix.md

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

0 commit comments

Comments
 (0)