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

Commit 7bdeec5

Browse files
bump plotly.js to 1.49.4 (#613)
1 parent df6654a commit 7bdeec5

File tree

5 files changed

+17
-11
lines changed

5 files changed

+17
-11
lines changed

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,15 @@ This project adheres to [Semantic Versioning](http://semver.org/).
66
### Fixed
77
- Fixed problems with `Graph` components leaking events and being recreated multiple times if declared with no ID [#604](https://github.com/plotly/dash-core-components/pull/604)
88

9+
### Updated
10+
- Upgraded plotly.js to 1.49.4 [#612](https://github.com/plotly/dash-core-components/issues/612)
11+
- Patch releases [1.49.4](https://github.com/plotly/plotly.js/releases/tag/v1.49.4), [1.49.3](https://github.com/plotly/plotly.js/releases/tag/v1.49.3), [1.49.2](https://github.com/plotly/plotly.js/releases/tag/v1.49.2)
12+
13+
914
## [1.1.1] - 2019-08-06
15+
### Updated
1016
- Upgraded plotly.js to 1.49.1 [#595](https://github.com/plotly/dash-core-components/issues/595)
11-
- Patch release [1.49.1](https://github.com/plotly/plotly.js/releases/tag/v1.49.1)
17+
- Patch release [1.49.1](https://github.com/plotly/plotly.js/releases/tag/v1.49.1)
1218

1319
## [1.1.0] - 2019-08-05
1420
### Changed

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://github.com/plotly/plotly.js/releases/tag/v1.49.1`
81+
1. Download the latest plotly.js from the cdn: `$ wget https://github.com/plotly/plotly.js/releases/tag/v1.49.4`
8282
2. Update `dash_core_components/__init__.py` plotly.js `external_url`
8383
3. 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):
8484
* If you're only bumping the patch level, the heading is "Fixed" and the text starts "Patched plotly.js". Otherwise the heading is "Updated" and the text starts "Upgraded plotly.js"

dash_core_components/__init__.py

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

4343
_js_dist = [
4444
{
45-
'external_url': 'https://cdn.plot.ly/plotly-1.49.1.min.js',
46-
'relative_package_path': 'plotly-1.49.1.min.js',
45+
'external_url': 'https://cdn.plot.ly/plotly-1.49.4.min.js',
46+
'relative_package_path': 'plotly-1.49.4.min.js',
4747
'namespace': 'dash_core_components'
4848
},
4949
{

dash_core_components/plotly-1.49.1.min.js

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

dash_core_components/plotly-1.49.4.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)