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

Commit 1f13f7f

Browse files
Updated CHANGELOG.md
1 parent dcd3cac commit 1f13f7f

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
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

0 commit comments

Comments
 (0)