@@ -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.25.0] -- 2017-03-20
14
+
15
+ ### Added
16
+ - Double click handler on legend items to isolate 1 traces / group on graph
17
+ [ #1432 ]
18
+
19
+ ### Changed
20
+ - Use signed distance fields (SDF) method to render heterogeneous ` scattergl `
21
+ traces improving performance [ #1398 ]
22
+ - Improve first-render performance in ` scattergl ` traces by only creating
23
+ visible objects [ #1444 ]
24
+ - Use ` color-rgba ` instead of ` tinycolor2 ` to convert plotly color definitions to
25
+ WebGL buffers improving performance for gl3d and gl2d traces [ #1443 ]
26
+ - Bump ` uglify-js ` minifier to version ` 2.8.12 ` [ #1450 ]
27
+
28
+ ### Fixed
29
+ - Fix 3D trace ordering on visibility toggle [ #1466 ]
30
+ - Fix gl2d trace ordering on visibility toggle [ #1444 ]
31
+ - Fix autorange routine for bar traces [ #1475 ]
32
+ - Fix shapes and images referencing a missing subplot [ #1481 ]
33
+ - Ensure array attributes can be restyled in all situations [ #1488 ]
34
+ - Fix XYZ-column-to-2D-z convert routine for columns containing nulls [ #1491 ]
35
+ - Fix range slider display when anchored to log axes [ #1472 ]
36
+ - Make sure all trace types can be deleted from range sliders [ #1472 ]
37
+ - Let the ` parcoords ` object tree be garbage collected on ` restyle ` [ #1479 ]
38
+ - Bring back support for histogram colorscales (bug introduced in ` 1.21.3 ` )
39
+ [ #1500 ]
40
+ - Support all axis types for clicktoshow annotations [ #1497 ]
41
+ - Fix 3D margin relayout calls (bug introduced in ` 1.24.1 ` ) [ #1494 ]
42
+ - Fix ` relayout ` when trying to update empty axis containers (bug introduced in
43
+ ` 1.24.0 ` ) [ #1494 ]
44
+
45
+
13
46
## [ 1.24.2] -- 2017-03-10
14
47
15
48
### Fixed
0 commit comments