Skip to content

Commit 3bbfb74

Browse files
committed
update changelog for 1.51.2
1 parent 777bced commit 3bbfb74

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

CHANGELOG.md

+19
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,25 @@ https://github.com/plotly/plotly.js/compare/vX.Y.Z...master
1010
where X.Y.Z is the semver of most recent plotly.js release.
1111

1212

13+
## [1.51.2] -- 2019-11-25
14+
15+
### Fixed
16+
- Fix `texttemplate`formatting on axes that define
17+
tick prefixes and suffixes [#4380, #4384]
18+
- Fix `cmin` and `cmax` computations during color
19+
value updates on shared color axes [#4366]
20+
- Fix `contour` and `histogram2dcontour` legend item
21+
rendering when `reversescale` is turned on [#4356]
22+
- Fix `contour` and `histogram2dcontour` legend item
23+
rendering when set to a shared color axis [#4356]
24+
- Handle missing `vertexcolor` and `facecolor` during `mesh3d` rendering [#4353]
25+
- No longer coerce `contour` and `colorscale` attributes for `mesh3d`
26+
when not needed [#4346]
27+
- Remove a duplicate function call in `parcoords` code [#4357]
28+
- Include `opacity` in the `surface` trace plot schema [#4344]
29+
- Mention `legend.bgcolor` default in attribute description [#4362]
30+
31+
1332
## [1.51.1] -- 2019-11-04
1433

1534
### Fixed

0 commit comments

Comments
 (0)