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

Commit 2f592e4

Browse files
authored
Merge pull request #458 from plotly/update-plotlyjs-1443
bump plotly.js to version 1.44.3
2 parents 62e9049 + 3db4a92 commit 2f592e4

File tree

6 files changed

+16
-11
lines changed

6 files changed

+16
-11
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22
All notable changes to this project will be documented in this file.
33
This project adheres to [Semantic Versioning](http://semver.org/).
44

5+
## UNRELEASED
6+
### Updated
7+
- Upgraded plotly.js to 1.44.3 [#458](https://github.com/plotly/dash-core-components/pull/458)
8+
- 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
9+
510
## [0.43.0] - 2019-01-25
611
### Added
712
- 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)

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ respectively. TODO:
7878
7979
## Updating Plotly.js
8080
81-
1. Download the latest plotly.js from the cdn: `$ wget https://cdn.plot.ly/plotly-1.44.1.min.js`
81+
1. Download the latest plotly.js from the cdn: `$ wget https://cdn.plot.ly/plotly-1.44.3.min.js`
8282
2. Update `dash_core_components/__init__.py` plotly.js `external_url`
8383
3. Update `MANIFEST.in`
8484
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):

MANIFEST.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ include dash_core_components/dash_core_components.dev.js.map
55
include dash_core_components/metadata.json
66
include dash_core_components/[email protected]
77
include dash_core_components/[email protected]
8-
include dash_core_components/plotly-1.44.1.min.js
8+
include dash_core_components/plotly-1.44.3.min.js
99
include dash_core_components/[email protected]
1010
include dash_core_components/[email protected]
1111
include dash_core_components/[email protected]

dash_core_components/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@
3535

3636
_js_dist = [
3737
{
38-
'external_url': 'https://cdn.plot.ly/plotly-1.44.1.min.js',
39-
'relative_package_path': 'plotly-1.44.1.min.js',
38+
'external_url': 'https://cdn.plot.ly/plotly-1.44.3.min.js',
39+
'relative_package_path': 'plotly-1.44.3.min.js',
4040
'namespace': 'dash_core_components'
4141
},
4242
{

dash_core_components/plotly-1.44.1.min.js

Lines changed: 0 additions & 7 deletions
This file was deleted.

dash_core_components/plotly-1.44.3.min.js

Lines changed: 7 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)