Skip to content

Commit 5a68ce3

Browse files
authored
Merge pull request #5088 from plotly/plotlyjs-3.0.1
Bump Plotly.js version to 3.0.1
2 parents ded1322 + 36a99ce commit 5a68ce3

File tree

5 files changed

+104
-85
lines changed

5 files changed

+104
-85
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,15 @@ This project adheres to [Semantic Versioning](http://semver.org/).
44

55
## Unreleased
66

7+
### Updated
8+
- Updated Plotly.js from version 3.0.0 to version 3.0.1. See the [plotly.js CHANGELOG](https://github.com/plotly/plotly.js/blob/master/CHANGELOG.md#301----2025-02-18) for more information.
9+
10+
711
### Fixed
812
- Fix `TypeError` when using `orjson` to serialize `pandas.NA`.
913
- Fix issue where using `category_orders` on `px.pie` raised `ColumnNotFoundError`.
1014

15+
1116
## [6.0.0] - 2025-01-28
1217

1318
### Added

js/package-lock.json

+19-5
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

js/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
},
77
"dependencies": {
88
"lodash-es": "^4.17.21",
9-
"plotly.js": "3.0.0"
9+
"plotly.js": "3.0.1"
1010
},
1111
"devDependencies": {
1212
"@types/plotly.js": "^2.33.4",

plotly/offline/_plotlyjs_version.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# DO NOT EDIT
2-
# This file is generated by the updatebundle setup.py command
3-
__plotlyjs_version__ = "3.0.0"
2+
# This file is generated by the updatebundle commands.py command
3+
__plotlyjs_version__ = "3.0.1"

plotly/package_data/plotly.min.js

+77-77
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)