@@ -10,6 +10,51 @@ 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.41.0] -- 2018-09-12
14
+
15
+ ### Added
16
+ - Enable selection by clicking on points via new layout attribute ` clickmode `
17
+ and flag ` 'select' ` [ #2944 ]
18
+ - Add stacked area charts via new attributes ` stackgroup ` and ` stackgaps ` in
19
+ ` scatter ` traces [ #2960 ]
20
+ - Add ` barpolar ` traces - which replace and augment ` area ` traces [ #2954 ]
21
+ - Add ` polar.hole ` to punch hole at the middle of polar subplot offsetting the
22
+ start of the radial range [ #2977 , #2996 ]
23
+ - Add an 'inner' radial axis drag box on polar subplots [ #2977 ]
24
+ - Add ` {responsive: true} ` plot config option [ #2974 ]
25
+ - Emit ` plotly_webglcontextlost ` event on WebGL context lost [ #2986 ]
26
+ - Support all numbered HTML entities (decimal and hex) in text elements [ #2932 ]
27
+ - Add Welsh (` cy ` ) locale [ #2945 ]
28
+
29
+ ### Changed
30
+ - Attribute meta information is now stripped be stripped out of bundles (made
31
+ with bundlers that support browserify transforms) by default [ #1584 ]
32
+ - Draw polar axis ticks above polar axis lines [ #2977 ]
33
+ - Improve ordering of trace hover labels for matching positions [ #2960 ]
34
+ - Speed polar subplot radial drag interactions [ #2954 ]
35
+ - Improve pseudo-html conversion performance [ #2932 ]
36
+ - Bump ` regl-splom ` requirement to ` ^1.0.4 ` [ #2956 ]
37
+ - Bump ` glslify ` requirement to ` ^6.3.1 ` [ #2990 ]
38
+ - Use ` gl-text ` instead of ` @etpinard/gl-text ` [ #2956 ]
39
+
40
+ ### Fixed
41
+ - Fix ` scatter ` ordering in inner SVG ` <g> ` on some restyle calls [ #2978 ]
42
+ - Fix cartesian axis autorange edge cases [ #2960 ]
43
+ - Fix double-decoding of some HTML entities in text nodes [ #2927 ]
44
+ - Fix ` scattergl ` line traces rendered after non-line traces [ #2990 ]
45
+ - Fix legend positioning on graphs with very large margins [ #2983 ]
46
+ - Fix rendering of ternary subplots fix with ` showticklabels: false ` [ #2993 ]
47
+ - Fix show/hide updates of tick and tick labels on ternary subplots [ #2993 ]
48
+ - Fix handling of multi-selections in ternary subplots [ #2944 ]
49
+ - Fix ` sankey ` hover under ` hovermode: false ` [ #2949 ]
50
+ - Fix ` sankey ` positioning for non-default ` domain.x ` values [ #2984 ]
51
+ - Fix ` type: 'date' ` polar radial axes [ #2954 ]
52
+ - Fix send-to-cloud modebar buttons on graphs with typed arrays [ #2995 ]
53
+ - Fix handling of custom transforms that make their own data arrays in
54
+ ` Plotly.react ` [ #2973 ]
55
+ - Fix missing violin and colorbar attributes in ` gd._fullData ` [ #2850 ]
56
+
57
+
13
58
## [ 1.40.1] -- 2018-08-22
14
59
15
60
### Changed
0 commit comments