Skip to content

Commit 05a785c

Browse files
authored
Merge pull request #2042 from plotly/plotly.js-v2.12.1
Bump plotly.js from v2.12.0 to v2.12.1
2 parents e9ae979 + c5445b1 commit 05a785c

File tree

3 files changed

+11
-10
lines changed

3 files changed

+11
-10
lines changed

CHANGELOG.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,10 +47,11 @@ This project adheres to [Semantic Versioning](https://semver.org/).
4747
- [#2027](https://github.com/plotly/dash/pull/1751) Improve the error message when a user doesn't wrap children in a list
4848

4949
### Updated
50-
- [#2016](https://github.com/plotly/dash/pull/2016) and [#2032](https://github.com/plotly/dash/pull/2032) Widespread dependency upgrades
51-
- Upgrade Plotly.js to v2.12.0 (from v2.11.0).
50+
- [#2016](https://github.com/plotly/dash/pull/2016), [#2032](https://github.com/plotly/dash/pull/2032), and [#2042](https://github.com/plotly/dash/pull/2042) Widespread dependency upgrades
51+
- Upgrade Plotly.js to v2.12.1 (from v2.11.0).
5252
- Feature release [2.12.0](https://github.com/plotly/plotly.js/releases/tag/v2.12.0) adds minor ticks and gridlines, as well as dashed gridlines.
5353
- Patch release [2.11.1](https://github.com/plotly/plotly.js/releases/tag/v2.11.1) fixes regl-based traces in strict CSP mode, however you must manually switch to the strict bundle to use this.
54+
- Patch release [2.12.1](https://github.com/plotly/plotly.js/releases/tag/v2.12.1) fixes several bugs.
5455
- Upgrade `black` to v22.3.0 for Python 3.7+ - if you use `dash[ci]` and you call `black`, this may alter your code formatting slightly, including more consistently breaking Python 2 compatibility.
5556
- Many other mainly JS dependency upgrades to the internals of Dash renderer and components. These may patch bugs or improve performance.
5657

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

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

components/dash-core-components/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
"mathjax": "^3.2.0",
5050
"moment": "^2.29.3",
5151
"node-polyfill-webpack-plugin": "^1.1.4",
52-
"plotly.js-dist-min": "2.12.0",
52+
"plotly.js-dist-min": "2.12.1",
5353
"prop-types": "^15.8.1",
5454
"ramda": "^0.28.0",
5555
"rc-slider": "^9.7.5",

0 commit comments

Comments
 (0)