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

bump plotly.js to version 1.45.0 #470

Merged
merged 7 commits into from
Mar 4, 2019
Merged
Show file tree
Hide file tree
Changes from 3 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
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).


## [0.43.2] - 2019-02-28
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Change this for ## [Unreleased]

### Updated
- Upgraded plotly.js to 1.45.0 [#470](https://github.com/plotly/dash-core-components/pull/470)
- Patch releases [1.45.0](https://github.com/plotly/plotly.js/releases/tag/v1.45.0) containing numerous bug fixes
alexcjohnson marked this conversation as resolved.
Show resolved Hide resolved


## [0.43.1] - 2019-02-11
### Updated
- Upgraded plotly.js to 1.44.3 [#458](https://github.com/plotly/dash-core-components/pull/458)
Expand Down
2 changes: 1 addition & 1 deletion MANIFEST.in
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ include dash_core_components/dash_core_components.dev.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.44.3.min.js
include dash_core_components/plotly-1.45.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 @@ -35,8 +35,8 @@

_js_dist = [
{
'external_url': 'https://cdn.plot.ly/plotly-1.44.3.min.js',
'relative_package_path': 'plotly-1.44.3.min.js',
'external_url': 'https://cdn.plot.ly/plotly-1.45.0.min.js',
'relative_package_path': 'plotly-1.45.0.min.js',
'namespace': 'dash_core_components'
},
{
Expand Down
7 changes: 0 additions & 7 deletions dash_core_components/plotly-1.44.3.min.js

This file was deleted.

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

Large diffs are not rendered by default.