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

Commit

Permalink
Update plotly.js to 1.52.2 (#747)
Browse files Browse the repository at this point in the history
  • Loading branch information
Marc-Andre-Rivet authored Feb 3, 2020
1 parent 9d289fd commit 1ed469e
Show file tree
Hide file tree
Showing 3 changed files with 42 additions and 37 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@ This project adheres to [Semantic Versioning](http://semver.org/).
- [#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.
- [#731](https://github.com/plotly/dash-core-components/pull/731) Fixed bug where non-clearable dropdowns could still be cleared by typing backspace

### Updated
- [#747](https://github.com/plotly/dash-core-components/pull/747)
- Upgrade plotly.js to [1.52.2](https://github.com/plotly/plotly.js/releases/tag/v1.52.2)

## [1.7.1] - 2020-01-15 (JS-only)
### Fixed
- [#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`
Expand Down
73 changes: 37 additions & 36 deletions 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 package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"fast-isnumeric": "^1.1.3",
"highlight.js": "^9.17.1",
"moment": "^2.20.1",
"plotly.js": "1.52.1",
"plotly.js": "1.52.2",
"prop-types": "^15.6.0",
"ramda": "^0.26.1",
"rc-slider": "^9.1.0",
Expand Down

0 comments on commit 1ed469e

Please # to comment.