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

Commit d004b29

Browse files
Merge pull request #320 from plotly/upgrade_plotly-1.41.3
Upgrade plotly 1.41.3
2 parents 837bd81 + c9134d0 commit d004b29

File tree

7 files changed

+29
-8
lines changed

7 files changed

+29
-8
lines changed

CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,27 @@
11
# Change Log for dash-core-components
22
All notable changes to this project will be documented in this file.
33
This project adheres to [Semantic Versioning](http://semver.org/).
4+
## [0.33.0] -- 2018-10-04
5+
### Added
6+
7+
- Upgraded Plotly.js, the underlying library behind the dash_core_components.Graph component, to version 1.41.3. See https://github.com/plotly/plotly.js/releases/tag/v1.41.3 for the official notes.
8+
Many of these features were funded directly by companies that rely on this library. If your organization or company would like to sponsor particular features or bug fixes in these open source libraries, please reach out: http://plot.ly/products/consulting-and-oem
9+
10+
### Fixed
11+
As part of plotly.js release:
12+
13+
- Fix handling of hover `text` in `barpolar` traces [#3040]
14+
- Fix `scatterpolar[gl]` `text` placement in hover label [#3040]
15+
- Fix `pie` trace support for individual stroke width values [#3030]
16+
- Fix handling of CSS `max-width` and `max-height` in auto-size routine [#3033]
17+
- Rotate hover labels when `hovermode: 'y'` and a single trace produces multiple
18+
labels [#3043]
19+
- Rotate hover labels when `hovermode: 'closest'` and multiple labels are
20+
generated including one from an horizontal trace [#3043]
21+
- Fix hover label coloring on white bgcolor [#3048]
22+
- Do not coerce nor validate `polar?.bar*` attributes on
23+
subplots w/o visible `barpolar` traces [#3023]
24+
- Fix legacy polar attribute descriptions [#3023]
425

526
## [0.32.0] - 2018-10-2
627
### Added

MANIFEST.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ include dash_core_components/dash_core_components.dev.js
33
include dash_core_components/metadata.json
44
include dash_core_components/[email protected]
55
include dash_core_components/[email protected]
6-
include dash_core_components/plotly-1.41.0.min.js
6+
include dash_core_components/plotly-1.41.3.min.js
77
include dash_core_components/[email protected]
88
include dash_core_components/[email protected]
99
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.41.0.min.js',
39-
'relative_package_path': 'plotly-1.41.0.min.js',
38+
'external_url': 'https://cdn.plot.ly/plotly-1.41.3.min.js',
39+
'relative_package_path': 'plotly-1.41.3.min.js',
4040
'namespace': 'dash_core_components'
4141
},
4242
{

dash_core_components/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "dash-core-components",
3-
"version": "0.32.0",
3+
"version": "0.33.0",
44
"description": "Core component suite for Dash",
55
"repository": {
66
"type": "git",

dash_core_components/plotly-1.41.0.min.js renamed to dash_core_components/plotly-1.41.3.min.js

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

dash_core_components/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '0.32.0'
1+
__version__ = '0.33.0'

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "dash-core-components",
3-
"version": "0.32.0",
3+
"version": "0.33.0",
44
"description": "Core component suite for Dash",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)