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

⭐ Upgrade plotly.js to 1.32.0 #143

Merged
merged 2 commits into from
Jan 11, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.2.min.js
include dash_core_components/plotly-1.32.0.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.2.min.js',
'relative_package_path': 'plotly-1.31.2.min.js',
'external_url': 'https://cdn.plot.ly/plotly-1.32.0.min.js',
'relative_package_path': 'plotly-1.32.0.min.js',
'namespace': 'dash_core_components'
},
{
Expand Down
80 changes: 0 additions & 80 deletions dash_core_components/plotly-1.31.2.min.js

This file was deleted.

7 changes: 7 additions & 0 deletions dash_core_components/plotly-1.32.0.min.js

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.5'
__version__ = '0.16.0'
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.5",
"version": "0.16.0",
"description": "Core component suite for Dash",
"repository": {
"type": "git",
Expand Down