File tree Expand file tree Collapse file tree 1 file changed +19
-0
lines changed Expand file tree Collapse file tree 1 file changed +19
-0
lines changed Original file line number Diff line number Diff line change @@ -10,6 +10,25 @@ https://github.com/plotly/plotly.js/compare/vX.Y.Z...master
1010where 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
You can’t perform that action at this time.
0 commit comments