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

Commit

Permalink
upgrade plotly.js from 1.31.0 to 1.31.2
Browse files Browse the repository at this point in the history
  • Loading branch information
chriddyp committed Dec 11, 2017
1 parent c898d75 commit 25e8e83
Show file tree
Hide file tree
Showing 6 changed files with 83 additions and 78 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).

## [0.15.3] - 2017-12-11
### Fixed
- Upgrade the version of [plotly.js](https://github.com/plotly/plotly.js) from 1.31.0 to 1.31.2. See the list of fixes here: https://github.com/plotly/plotly.js/blob/master/CHANGELOG.md


## [0.15.2] - 2017-11-24
### :sweat_smile: Added
- The `Interval` component has a new property: `n_intervals`. This is an
Expand Down
2 changes: 1 addition & 1 deletion MANIFEST.in
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ include dash_core_components/bundle.js.map
include dash_core_components/metadata.json
include dash_core_components/rc-slider@6.1.2.css
include dash_core_components/react-select@1.0.0-rc.3.min.css
include dash_core_components/plotly-1.31.0.min.js
include dash_core_components/plotly-1.31.2.min.js
include dash_core_components/react-virtualized-select@3.1.0.css
include dash_core_components/react-virtualized@9.9.0.css
include dash_core_components/react-dates@12.3.0.css
Expand Down
4 changes: 2 additions & 2 deletions dash_core_components/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@

_js_dist = [
{
'external_url': 'https://cdn.plot.ly/plotly-1.31.0.min.js',
'relative_package_path': 'plotly-1.31.0.min.js',
'external_url': 'https://cdn.plot.ly/plotly-1.31.2.min.js',
'relative_package_path': 'plotly-1.31.2.min.js',
'namespace': 'dash_core_components'
},
{
Expand Down

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dash_core_components/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '0.15.2'
__version__ = '0.15.3'
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "dash-core-components",
"version": "0.15.2",
"version": "0.15.3",
"description": "Core component suite for Dash",
"repository": {
"type": "git",
Expand Down

0 comments on commit 25e8e83

Please sign in to comment.