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

Commit

Permalink
Merge pull request #458 from plotly/update-plotlyjs-1443
Browse files Browse the repository at this point in the history
bump plotly.js to version 1.44.3
  • Loading branch information
cldougl authored Feb 8, 2019
2 parents 62e9049 + 3db4a92 commit 2f592e4
Show file tree
Hide file tree
Showing 6 changed files with 16 additions and 11 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/).

## UNRELEASED
### Updated
- Upgraded plotly.js to 1.44.3 [#458](https://github.com/plotly/dash-core-components/pull/458)
- Patch releases [1.44.2](https://github.com/plotly/plotly.js/releases/tag/v1.44.2) and [1.44.3](https://github.com/plotly/plotly.js/releases/tag/v1.44.3) containing numerous bug fixes

## [0.43.0] - 2019-01-25
### Added
- Added event props `n_blur` and `n_clicks` - along with `n_blur_timestamp` and `n_clicks_timestamp` - in `Textarea` components, to maintain the functionality lost by removing the `click` and `blur` events. All other events were already covered by existing props. [#444](https://github.com/plotly/dash-core-components/pull/444)
Expand Down
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ respectively. TODO:
## Updating Plotly.js
1. Download the latest plotly.js from the cdn: `$ wget https://cdn.plot.ly/plotly-1.44.1.min.js`
1. Download the latest plotly.js from the cdn: `$ wget https://cdn.plot.ly/plotly-1.44.3.min.js`
2. Update `dash_core_components/__init__.py` plotly.js `external_url`
3. Update `MANIFEST.in`
4. Update `CHANGELOG.md` with links to the releases and a description of the changes. The message should state (see the existing `CHANGELOG.md` for examples):
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/[email protected]
include dash_core_components/[email protected]
include dash_core_components/plotly-1.44.1.min.js
include dash_core_components/plotly-1.44.3.min.js
include dash_core_components/[email protected]
include dash_core_components/[email protected]
include dash_core_components/[email protected]
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.1.min.js',
'relative_package_path': 'plotly-1.44.1.min.js',
'external_url': 'https://cdn.plot.ly/plotly-1.44.3.min.js',
'relative_package_path': 'plotly-1.44.3.min.js',
'namespace': 'dash_core_components'
},
{
Expand Down
7 changes: 0 additions & 7 deletions dash_core_components/plotly-1.44.1.min.js

This file was deleted.

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

Large diffs are not rendered by default.

0 comments on commit 2f592e4

Please sign in to comment.