@@ -10,7 +10,130 @@ 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
13
+ ## [ 1.45.3] -- 2019-03-19
14
+
15
+ ### Fixed
16
+ - Fix legend click dispatch on legend item symbols (bug introduced in 1.44.0) [ #3635 ]
17
+ - Fix overlapping of "very close" hover labels [ #3645 ]
18
+ - Fix ` hovermode ` default logic for stacked ` scatter ` traces [ #3646 ]
19
+ - Fix ` glPixelRatio ` handling in ` surface ` contour lines [ #3641 ]
20
+ - Fix ` gl2d ` subplot zoombox appearance (bug introduced in 1.32.0) [ #3647 ]
21
+ - Fix axis label updates on ` gl2d ` subplots on scroll (bug introduced in 1.32.0) [ #3647 ]
22
+ - Fix ` dragmode ` relayout calls on ` gl2d ` subplots [ #3647 ]
23
+ - Improve info about ` <extra> ` in ` hovertemplate ` description [ #3623 ]
24
+
25
+
26
+ ## [ 1.45.2] -- 2019-03-07
27
+
28
+ ### Fixed
29
+ - Fix webpack builds that include ` sankey ` by upgrading d3-sankey-circular to 0.33.0 (bug introduced in 1.45.0) [ #3611 ]
30
+
31
+ ## [ 1.45.1] -- 2019-03-05
32
+
33
+ ### Fixed
34
+ - Fix axis automargin pushes for rotated tick labels [ #3605 ]
35
+ - Fix automargin logic on (very) small graphs [ #3605 ]
36
+ - Fix locales support in ` hovertemplate ` strings [ #3586 ]
37
+ - Fix gl3d reset camera buttons for scenes with orthographic projection [ #3597 ]
38
+ - Fix typed array support for ` parcoords ` dimensions values and ` line.color ` [ #3598 ]
39
+ - Fix ` cone ` rendering on some older browsers [ #3591 ]
40
+ - Fix ` lightposition ` behavior for ` cone ` traces [ #3591 ]
41
+ - Fix ` lightposition ` behavior for ` streamtube ` trace [ #3593 ]
42
+ - Remove unused files from ` gl-cone3d ` dependency [ #3591 ]
43
+ - Remove unused files from ` gl-streamtube3d ` dependency [ #3593 ]
44
+
45
+
46
+ ## [ 1.45.0] -- 2019-02-26
47
+
48
+ ### Added
49
+ - Add support for circular networks in ` sankey ` traces [ #3406 , #3535 , #3564 ]
50
+ - Add matching axes behavior to cartesian axes via new axis attribute and
51
+ new splom attribute dimensions attribute ` matches ` [ #3506 , #3565 ]
52
+ - Add attributes ` alignmentgroup ` and ` offsetgroup ` to ` bar ` , ` histogram ` , ` box `
53
+ and ` violin ` traces to make cross-trace positioning easier [ #3529 ]
54
+ - Add support for orthographic projections in gl3d subplots via new attribute
55
+ ` scene.camera.projection.type ` [ #3550 ]
56
+ - Add ` cmid ` and ` zmid ` colorscale attributes to pick the middle of the color
57
+ range during the auto-colorscale computations [ #3549 ]
58
+ - Add support for ` sankey ` grouping via new attribute ` groups ` [ #3556 ]
59
+ - Add support for ` sankey ` concentration ` colorscales ` [ #3501 ]
60
+ - Add support for ` hovertemplate ` for all ` gl3d ` traces, ` contour ` ,
61
+ ` heatmap ` , ` histogram* ` , ` parcats ` , ` scattercarpet ` and ` splom ` traces [ #3530 ]
62
+ - Add ` hovertext ` attribute to all traces that support hover 'text',
63
+ for consistency with traces that already have an ` hovertext ` attribute [ #3553 ]
64
+ - Add support for layout ` meta ` templating in trace ` name ` ,
65
+ ` rangeselector ` , ` updatemenus ` and ` sliders ` labels as well as
66
+ within ` hovertemplate ` [ #3548 ]
67
+ - Add support for ` opacity ` to ` isosurface ` traces [ #3545 ]
68
+ - Add ` mapbox.layers ` attributes: ` minzoom ` , ` maxzoom ` , ` line.dash ` and ` symbol.placement ` [ #3399 ]
69
+
70
+ ### Changed
71
+ - More consistency pass down WebGL pixel ratio to gl3d renderers,
72
+ this leads to better axis line and error bar rendering on some hardwares [ #3573 ]
73
+ - Performance boost for ` isosurface ` trace generation [ #3521 ]
74
+ - Export template string regex of ` Lib ` [ #3548 ]
75
+ - Do no cluster points in ` scattergl ` trace with less than 1e5 data pts,
76
+ this fixes reported "missing data points" scenarios [ #3578 ]
77
+
78
+ ### Fixed
79
+ - Fix selection outline clearing during cartesian axis-range relayout calls
80
+ (bug introduced in 1.42.0) [ #3577 ]
81
+ - Fix modebar interactions on graphs with ` scatter3d ` traces with
82
+ marker colorscales (bug introduced in 1.44.0) [ #3554 ]
83
+ - Fix axis ` automargin ` for superimposed subplots (bug introduced in 1.44.3) [ #3566 ]
84
+ - Fix polar angular tick labels placement [ #3538 ]
85
+ - Fix ` scattergl ` updates after selections for trace with on-graph text [ #3575 ]
86
+ - Fix ` responsive: true ` config option for graph with WebGL traces [ #3500 ]
87
+ - Fix ` modebar.bgcolor ` for vertical modebars with wrapped buttons [ #3500 ]
88
+ - Fix ` ohlc ` and ` candlestick ` auto-range computations [ #3544 ]
89
+
90
+
91
+ ## [ 1.44.4] -- 2019-02-12
92
+
93
+ ### Fixed
94
+ - Fix ` Plotly.react ` used with ` uirevision ` when removing traces [ #3527 ]
95
+ - Fix ` scattergl ` update calls that change the number of on-graph text elements [ #3536 ]
96
+ - Fix annotations SVG errors on trace-less subplots [ #3534 ]
97
+ - Fix ` ohlc ` and ` candlestick ` hover on blank coordinates (bug introduced in 1.43.2) [ #3537 ]
98
+
99
+
100
+ ## [ 1.44.3] -- 2019-02-06
101
+
102
+ ### Fixed
103
+ - Fix axis ` automargin ` push offset which resulted in clipped
104
+ tick labels in some scenarios [ #3510 ]
105
+ - Fix handling of alpha channel in marker, line and error bar ` rgba `
106
+ coloring in ` scatter3d ` traces [ #3496 ]
107
+ - Fix subplots with multiple ` carpet ` traces each with a ` scattercarpet `
108
+ trace on top of them [ #3512 ]
109
+ - Fix MathJax placement in ternary ` aaxis ` titles [ #3513 ]
110
+
111
+
112
+ ## [ 1.44.2] -- 2019-02-04
113
+
114
+ ### Fixed
115
+ - Fix vertical modebars in IE11 [ @3491 ]
116
+ - Fix ` hovertemplate ` for traces with blank ` name ` [ #3480 ]
117
+ - Fix 3D grid lines and tick labels colored by rgba color
118
+ with full transparency [ #3494 ]
119
+ - Fix white highlights rendering problems for ` mesh3d ` trace on
120
+ some devices (bug introduced in 1.44.0) [ #3483 ]
121
+ - Fix ` fill.color ` description for ` table ` traces [ #3481 ]
122
+
123
+
124
+ ## [ 1.44.1] -- 2019-01-24
125
+
126
+ ### Fixed
127
+ - Fix ` mesh3d ` rendering on (some) mobile devices (bug introduced in 1.44.0) [ #3463 ]
128
+ - Fix scene camera update when changing to ` turntable ` mode when ` up.z ` is zero
129
+ (bug introduced in 1.43.0) [ #3465 , #3475 ]
130
+ - Fix ` react ` when cartesian axis ` scaleanchor ` patterns change [ #3461 ]
131
+ - Fix "days" entries in polish (` pl ` ) locales [ #3464 ]
132
+ - Remove inner function declarations in our ` vectorize-text ` that caused
133
+ bundling errors for some (bug introduced in 1.43.0) [ #3474 ]
134
+
135
+
136
+ ## [ 1.44.0] -- 2019-01-22
14
137
15
138
### Added
16
139
- Add ` isosurface ` gl3d trace type [ #3438 ]
0 commit comments