File tree 1 file changed +19
-0
lines changed
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
10
10
where X.Y.Z is the semver of most recent plotly.js release.
11
11
12
12
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
+
13
32
## [ 1.51.1] -- 2019-11-04
14
33
15
34
### Fixed
You can’t perform that action at this time.
0 commit comments