Skip to content

Commit

Permalink
Merge pull request #708 from plotly/plotlyjs-1.51.2
Browse files Browse the repository at this point in the history
Update plotly.js to 1.51.2
  • Loading branch information
Marc-Andre-Rivet committed Nov 26, 2019
1 parent 9cf0fbe commit c9832ca
Show file tree
Hide file tree
Showing 6 changed files with 50 additions and 47 deletions.
3 changes: 3 additions & 0 deletions packages/dash-core-components/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]
### Updated
- Upgraded plotly.js to 1.51.2 [#708](https://github.com/plotly/dash-core-components/pull/708)
- Patch release [1.51.2](https://github.com/plotly/plotly.js/releases/tag/v1.51.2) containing several bug fixes.

### Changed
- [#695](https://github.com/plotly/dash-core-components/pull/695) Improvements to Slider and RangeSlider
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -110,10 +110,10 @@
'dynamic': True
},
{
'relative_package_path': 'plotly-1.51.1.min.js',
'relative_package_path': 'plotly-1.51.2.min.js',
'external_url': (
'https://unpkg.com/dash-core-components@{}'
'/dash_core_components/plotly-1.51.1.min.js'
'/dash_core_components/plotly-1.51.2.min.js'
).format(__version__),
'namespace': 'dash_core_components',
'async': 'eager'
Expand Down

This file was deleted.

Large diffs are not rendered by default.

72 changes: 36 additions & 36 deletions packages/dash-core-components/package-lock.json

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

4 changes: 2 additions & 2 deletions packages/dash-core-components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"color": "^3.1.0",
"fast-isnumeric": "^1.1.3",
"moment": "^2.20.1",
"plotly.js": "1.51.1",
"plotly.js": "1.51.2",
"prop-types": "^15.6.0",
"ramda": "^0.26.1",
"rc-slider": "^8.6.11",
Expand Down Expand Up @@ -91,4 +91,4 @@
"react": "^16.0.0",
"react-dom": "^16.0.0"
}
}
}

0 comments on commit c9832ca

Please sign in to comment.