@@ -10,6 +10,50 @@ 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.44.4] -- 2019-01-22
14
+
15
+ ### Added
16
+ - Add ` isosurface ` gl3d trace type [ #3438 ]
17
+ - Add support for transitions from ` Plotly.react ` via new layout
18
+ ` transition ` attribute [ #3217 ]
19
+ - Add ` meta ` layout attribute, intended for making references
20
+ to strings in text templates [ #3439 ]
21
+ - Add support for ` line.color ` colorbars for ` scatter3d ` traces [ #3384 ]
22
+ - Add support for ` hovertemplate ` on ` scatterpolar ` , ` scatterpolargl ` ,
23
+ ` scatterternary ` , ` barpolar ` , ` choropleth ` , ` scattergeo ` and
24
+ ` scattermapbox ` trace [ #3398 , #3436 ]
25
+ - Add ` width ` attribute to ` box ` and ` violin ` traces [ #3234 ]
26
+ - Add support for ` <sup> ` , ` <sup> ` , ` <b> ` , ` <i> ` and ` <em> ` pseudo-html
27
+ tags in extra (aka trace "name") hover labels [ #3443 ]
28
+ - Add support for div id as 1st arg to ` Plotly.makeTemplate ` [ #3375 ]
29
+ - Add ` config ` option in plot-schema JSON output [ #3376 ]
30
+
31
+ ### Changed
32
+ - Config option ` scrollZoom ` is now a flaglist (instead of a boolean),
33
+ each flag corresponding to subplot types where scroll is to be enabled [ #3422 ]
34
+ - Use ` glslify@7.0.0 ` across all our dependencies [ #3421 ]
35
+
36
+ ### Fixed
37
+ - Fix ` error_(x|y|z) ` color attribute inheritance [ #3408 ]
38
+ - Fix ` scrollZoom: false ` config behavior for ` geo ` , ` gl3d ` and ` mapbox ` subplots [ #3422 ]
39
+ - Fix cartesian scroll zoom when ` responsive ` config option is turned on [ #3424 ]
40
+ - Fix cartesian scroll zoom when the page where the graph is embedded is scrollable [ #3424 ]
41
+ - Fix ` box ` / ` violin ` autorange edge cases [ #3234 ]
42
+ - Fix ` box ` / ` violin ` points hover labels on numeric positions [ #3441 , #3458 ]
43
+ - Fix ` box ` / ` violin ` grouping algorithm for subplots with as many distinct positions
44
+ as the number of traces [ #3445 ]
45
+ - Fix bar autorange calculations for trace with ` base ` above zero [ #3452 ]
46
+ - Fix bar + errorbar autorange calculations [ #3452 ]
47
+ - Fix ` lightposition ` behavior for ` mesh3d ` traces [ #3415 ]
48
+ - Fix legend ` valign ` behavior for ` pie ` traces [ #3435 ]
49
+ - Fix wrapped horizontal legends height edge cases [ #3446 ]
50
+ - Fix hover label alignment for hover labels with multi-line extra (aka trace "name") labels [ #3443 ]
51
+ - Fix cartesian axis domain lower limit [ #3404 ]
52
+ - Fix dynamic imports of ` lib/ ` trace modules [ #3448 ]
53
+ - Fix ` scl ` and ` reversescl ` backward-compatible logic [ #3423 ]
54
+ - Fix range slider ` borderwidth ` attribute description [ #3453 ]
55
+
56
+
13
57
## [ 1.43.2] -- 2019-01-08
14
58
15
59
First 2019 release.
0 commit comments