@@ -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.37.0] -- 2018-05-01
14
+
15
+ ### Added
16
+ - Add ` plotly_legendclick ` and ` plotly_legenddoubleclick ` events [ #2581 ]
17
+ - Add Swahili (` sw ` ) locale [ #2526 ]
18
+
19
+ ### Changed
20
+ - Improve cartesian trace update and removal by using more d3-iomatic patterns.
21
+ This results in some performance improvements during redraws [ #2574 ]
22
+ - Our internal ` Lib.nestedProperty ` no longer prunes empty containers in
23
+ ` gd.data ` , ` gd.layout ` , ` gd._fullData ` and ` gd._fulllayout ` .
24
+ We made this change to clean up some of the ` Plotly.react ` internals.
25
+ This also lead to a slight performance boost [ #2577 ]
26
+
27
+ ### Fixed
28
+ - Fix ` Plotly.react ` 's handling of transformed traces [ #2577 ]
29
+ - Fix Safari support for ` scattergl ` and ` splom ` traces [ #2593 ]
30
+ - Fix ` scattergl ` point clustering edge cases [ #2593 ]
31
+ - Fix ` scattergl ` selection after double-click on graphs
32
+ with more than 1e5 points [ #2593 ]
33
+ - Fix artificial number of lines limit in ` scattergl ` traces [ #2568 ]
34
+ - Fix typed array support in color array in ` scattergl ` traces [ #2596 ]
35
+ - Fix typed array support for ` splom ` traces [ #2596 ]
36
+ - Make ` scatter ` and ` scattercarpet ` coexist on same subplot [ #2574 ]
37
+ - Fix incorrect fallback border color for axis common hover labels [ #2557 ]
38
+ - Fix handling of blank editable legend items [ #2587 ]
39
+ - Fix spikelines positioning in Firefox [ #2590 ]
40
+ - Fix ` Plotly.react ` modebar updates when the locale changes [ #2592 ]
41
+ - Fix ` scatter ` selection performance regression (dating back to 1.32.0) [ #2583 ]
42
+ - Fix ` plotly_beforeplot ` and ` plotly_beforehover ` event handlers when attached
43
+ with ` gd.once ` [ #2581 ]
44
+
45
+
13
46
## [ 1.36.1] -- 2018-04-18
14
47
15
48
### Fixed
0 commit comments