@@ -10,6 +10,39 @@ 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.38.0] -- 2018-05-23
14
+
15
+ ### Added
16
+
17
+ - Add 3D ` cone ` traces to visualize vector fields [ #2641 , #2647 ]
18
+ - Add ability to interactively change length and rotate line shapes [ #2594 ]
19
+ - Add ` toImageButtonOptions ` config object to override to-image mode bar button
20
+ options [ #2607 ]
21
+ - Add Brazilian Portuguese (` pt-br ` ) locale [ #2622 ]
22
+ - Add Italian (` it ` ) locale [ #2632 ]
23
+
24
+ ### Changed
25
+ - Improve cartesian scroll and pan (mostly) performance for graphs with
26
+ many marker or/and text nodes [ #2623 ]
27
+ - Improve ` splom ` first render and axis-range relayout performance [ #2628 ]
28
+ - Improve multi-axis axis-range relayout performance by updating minimal set of
29
+ axes instead of all axes [ #2628 ]
30
+ - Use "grab" cursor to denote when annotations and shapes are draggable [ #2594 ]
31
+ - Ignore zero and negative link values in ` sankey ` traces [ #2629 ]
32
+ - Ignore unused and malformed links ` sankey ` traces without logging [ #2629 ]
33
+
34
+ ### Fixed
35
+ - Fix ` scattergl ` error bar computations when input value are numeric strings [ #2620 ]
36
+ - Fix ` scattergl ` error bar computations for ` x0 ` /` dx ` and ` y0 ` /` dy ` coordinates [ #2620 ]
37
+ - Fix ` violin ` kde span edge cases [ #2650 ]
38
+ - Make ` sankey ` traces accept numeric strings [ #2629 ]
39
+ - Fix axis range edits under axis constraints [ #2620 ]
40
+ - Fix "sloppy click" event emission during cartesian zoom [ #2649 ]
41
+ - Fix layout ` grid ` validation which lead to exceptions [ #2638 ]
42
+ - Fix ` parcoords ` rendering in old Safari version [ #2612 ]
43
+ - Link to https://get.webgl.org instead of http version in no WebGL message [ #2617 ]
44
+
45
+
13
46
## [ 1.37.1] -- 2018-05-02
14
47
15
48
### Fixed
0 commit comments