Skip to content

Commit 9acc204

Browse files
authored
Merge pull request #1873 from plotly/plotlyjs-2.8.3
plotlyjs 2.8.3
2 parents c802d7a + 1013413 commit 9acc204

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

CHANGELOG.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ This project adheres to [Semantic Versioning](https://semver.org/).
55
## [Unreleased]
66

77
### Changed
8-
- [#1869](https://github.com/plotly/dash/pull/1869) Upgrade Plotly.js to v2.4.2. This includes:
8+
- [#1869](https://github.com/plotly/dash/pull/1869), [#1873](https://github.com/plotly/dash/pull/1873) Upgrade Plotly.js to v2.8.3. This includes:
99
- [Feature release 2.5.0](https://github.com/plotly/plotly.js/releases/tag/v2.5.0):
1010
- 3D traces are now compatible with `no-unsafe-eval` CSP rules.
1111
- [Feature release 2.6.0](https://github.com/plotly/plotly.js/releases/tag/v2.5.0):
@@ -17,7 +17,7 @@ This project adheres to [Semantic Versioning](https://semver.org/).
1717
- Add horizontal colorbars.
1818
- Add text data on `heatmap` and related trace types.
1919
- Control legend group title fonts.
20-
- Patch releases [2.5.1](https://github.com/plotly/plotly.js/releases/tag/v2.5.1), [2.6.1](https://github.com/plotly/plotly.js/releases/tag/v2.6.1), [2.6.2](https://github.com/plotly/plotly.js/releases/tag/v2.6.2), [2.6.3](https://github.com/plotly/plotly.js/releases/tag/v2.6.3), [2.6.4](https://github.com/plotly/plotly.js/releases/tag/v2.6.4), and [2.8.1](https://github.com/plotly/plotly.js/releases/tag/v2.8.1) containing bugfixes.
20+
- Patch releases [2.5.1](https://github.com/plotly/plotly.js/releases/tag/v2.5.1), [2.6.1](https://github.com/plotly/plotly.js/releases/tag/v2.6.1), [2.6.2](https://github.com/plotly/plotly.js/releases/tag/v2.6.2), [2.6.3](https://github.com/plotly/plotly.js/releases/tag/v2.6.3), [2.6.4](https://github.com/plotly/plotly.js/releases/tag/v2.6.4), [2.8.1](https://github.com/plotly/plotly.js/releases/tag/v2.8.1), [2.8.2](https://github.com/plotly/plotly.js/releases/tag/v2.8.2), and [2.8.3](https://github.com/plotly/plotly.js/releases/tag/v2.8.3) containing bugfixes.
2121
- This PR also upgrades various other dependencies of dash renderer and component suites.
2222

2323
- [#1745](https://github.com/plotly/dash/pull/1745):

components/dash-core-components/package-lock.json

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

components/dash-core-components/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
"highlight.js": "^11.3.1",
4848
"moment": "^2.29.1",
4949
"node-polyfill-webpack-plugin": "^1.1.4",
50-
"plotly.js": "2.8.1",
50+
"plotly.js": "2.8.3",
5151
"prop-types": "^15.7.2",
5252
"ramda": "^0.27.1",
5353
"rc-slider": "^9.7.5",

0 commit comments

Comments
 (0)