Skip to content

Commit

Permalink
Merge pull request #1873 from plotly/plotlyjs-2.8.3
Browse files Browse the repository at this point in the history
plotlyjs 2.8.3
  • Loading branch information
alexcjohnson committed Dec 24, 2021
2 parents c802d7a + 1013413 commit 9acc204
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ This project adheres to [Semantic Versioning](https://semver.org/).
## [Unreleased]

### Changed
- [#1869](https://github.com/plotly/dash/pull/1869) Upgrade Plotly.js to v2.4.2. This includes:
- [#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:
- [Feature release 2.5.0](https://github.com/plotly/plotly.js/releases/tag/v2.5.0):
- 3D traces are now compatible with `no-unsafe-eval` CSP rules.
- [Feature release 2.6.0](https://github.com/plotly/plotly.js/releases/tag/v2.5.0):
Expand All @@ -17,7 +17,7 @@ This project adheres to [Semantic Versioning](https://semver.org/).
- Add horizontal colorbars.
- Add text data on `heatmap` and related trace types.
- Control legend group title fonts.
- 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.
- 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.
- This PR also upgrades various other dependencies of dash renderer and component suites.

- [#1745](https://github.com/plotly/dash/pull/1745):
Expand Down
14 changes: 7 additions & 7 deletions components/dash-core-components/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion components/dash-core-components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"highlight.js": "^11.3.1",
"moment": "^2.29.1",
"node-polyfill-webpack-plugin": "^1.1.4",
"plotly.js": "2.8.1",
"plotly.js": "2.8.3",
"prop-types": "^15.7.2",
"ramda": "^0.27.1",
"rc-slider": "^9.7.5",
Expand Down

0 comments on commit 9acc204

Please sign in to comment.