Skip to content
This repository was archived by the owner on Aug 29, 2025. It is now read-only.

Commit a7c8dfd

Browse files
Merge pull request #708 from plotly/plotlyjs-1.51.2
Update plotly.js to 1.51.2
2 parents 2102156 + 6736873 commit a7c8dfd

File tree

6 files changed

+50
-47
lines changed

6 files changed

+50
-47
lines changed

CHANGELOG.md

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

55
## [Unreleased]
6+
### Updated
7+
- Upgraded plotly.js to 1.51.2 [#708](https://github.com/plotly/dash-core-components/pull/708)
8+
- Patch release [1.51.2](https://github.com/plotly/plotly.js/releases/tag/v1.51.2) containing several bug fixes.
69

710
### Changed
811
- [#695](https://github.com/plotly/dash-core-components/pull/695) Improvements to Slider and RangeSlider

dash_core_components_base/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -110,10 +110,10 @@
110110
'dynamic': True
111111
},
112112
{
113-
'relative_package_path': 'plotly-1.51.1.min.js',
113+
'relative_package_path': 'plotly-1.51.2.min.js',
114114
'external_url': (
115115
'https://unpkg.com/dash-core-components@{}'
116-
'/dash_core_components/plotly-1.51.1.min.js'
116+
'/dash_core_components/plotly-1.51.2.min.js'
117117
).format(__version__),
118118
'namespace': 'dash_core_components',
119119
'async': 'eager'

dash_core_components_base/plotly-1.51.1.min.js

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

dash_core_components_base/plotly-1.51.2.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.

package-lock.json

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

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"color": "^3.1.0",
3737
"fast-isnumeric": "^1.1.3",
3838
"moment": "^2.20.1",
39-
"plotly.js": "1.51.1",
39+
"plotly.js": "1.51.2",
4040
"prop-types": "^15.6.0",
4141
"ramda": "^0.26.1",
4242
"rc-slider": "^8.6.11",
@@ -91,4 +91,4 @@
9191
"react": "^16.0.0",
9292
"react-dom": "^16.0.0"
9393
}
94-
}
94+
}

0 commit comments

Comments
 (0)