Skip to content
This repository was archived by the owner on Jun 3, 2024. It is now read-only.

Commit 1ed469e

Browse files
Update plotly.js to 1.52.2 (#747)
1 parent 9d289fd commit 1ed469e

File tree

3 files changed

+42
-37
lines changed

3 files changed

+42
-37
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,10 @@ This project adheres to [Semantic Versioning](http://semver.org/).
1212
- [#730](https://github.com/plotly/dash-core-components/pull/730) Fixed bug in which input components with type `number` did not correctly update their values.
1313
- [#731](https://github.com/plotly/dash-core-components/pull/731) Fixed bug where non-clearable dropdowns could still be cleared by typing backspace
1414

15+
### Updated
16+
- [#747](https://github.com/plotly/dash-core-components/pull/747)
17+
- Upgrade plotly.js to [1.52.2](https://github.com/plotly/plotly.js/releases/tag/v1.52.2)
18+
1519
## [1.7.1] - 2020-01-15 (JS-only)
1620
### Fixed
1721
- [#734](https://github.com/plotly/dash-core-components/pull/734) Fix JS-facing release bug where `Plotly.js` was listed in `devDependencies` instead of `dependencies`

package-lock.json

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"fast-isnumeric": "^1.1.3",
3939
"highlight.js": "^9.17.1",
4040
"moment": "^2.20.1",
41-
"plotly.js": "1.52.1",
41+
"plotly.js": "1.52.2",
4242
"prop-types": "^15.6.0",
4343
"ramda": "^0.26.1",
4444
"rc-slider": "^9.1.0",

0 commit comments

Comments
 (0)