@@ -10,6 +10,118 @@ https://github.com/plotly/plotly.js/compare/vX.Y.Z...master
1010where X.Y.Z is the semver of most recent plotly.js release.
1111
1212
13+ ## [ 1.42.5] -- 2018-11-08
14+
15+ ### Fixed
16+ - Fix ` scattergl ` / ` scatterpolargl ` with ` mode: lines ` and
17+ more than 1e5 pts (bug introduced in 1.42.0) [ #3228 ]
18+
19+
20+ ## [ 1.42.4] -- 2018-11-07
21+
22+ ### Fixed
23+ - Remove rendering artifacts from ` table ` orca PDF exports [ #3220 ]
24+
25+
26+ ## [ 1.42.3] -- 2018-11-06
27+
28+ ### Fixed
29+ - Fix ` histogram ` binning for typed array inputs (bug introduced in 1.42.0) [ #3211 ]
30+ - Fix textfont color ` restyle ` calls for ` pie ` traces [ #3214 ]
31+ - Fix textfont color ` editType ` for ` bar ` traces [ #3214 ]
32+ - Fix array ` hoverinfo ` support for ` ohlc ` and ` candelestick ` [ #3213 ]
33+ - Correctly list ` parcats ` hoverinfo attributes which does not support array inputs [ #3213 ]
34+
35+
36+ ## [ 1.42.2] -- 2018-11-01
37+
38+ ### Fixed
39+ - Fix runaway loops for ` scattergl ` lines and fill traces
40+ (bug introduced in 1.42.0) [ #3199 ]
41+ - Fix size and alignment vertical modebar [ #3193 ]
42+ - Fix legend item rendering for traces with typed array marker
43+ settings [ #3192 ]
44+
45+
46+ ## [ 1.42.1] -- 2018-10-31
47+
48+ ### Fixed
49+ - Fix IE regression introduced in 1.42.0 [ #3187 ]
50+ - Fix ` parcats ` text-shadowing on dark ` plot_bgcolor ` [ #3191 ]
51+ - Fix ` scatter3d ` text alignment [ #3180 ]
52+ - Fix ` hoverinfo ` flags in attribute descriptions [ #3158 ]
53+ - No longer coerce unused ` hoverlabel ` attribute in ` parcoods ` [ #3158 ]
54+ - No longer coerce ` transforms ` attributes in traces that don't support them [ #3158 ]
55+
56+
57+ ## [ 1.42.0] -- 2018-10-29
58+
59+ ### Added
60+ - Add ` parcats ` (aka parallel categories) trace type [ #2963 , #3072 ]
61+ - Add new gl3d tick and title auto-rotation algorithm that limits text
62+ overlaps [ #3084 , #3104 , #3131 ]
63+ - Add support for reversed-range axes on gl3d subplots [ #3141 ]
64+ - Add modebar layout style attributes: ` orientation ` , ` bgcolor ` , ` color `
65+ and ` activecolor ` [ #3068 , #3091 ]
66+ - Add ` title ` , ` titleposition ` and ` titlefont ` attributes to ` pie ` traces [ #2987 ]
67+ - Add ` hoverlabel.split ` attribute to ` ohlc ` and ` candlestick ` traces to split
68+ hover labels into multiple pieces [ #2959 ]
69+ - Add support for ` line.shape ` values 'hv', 'vh', 'hvh' and 'vhv'
70+ in ` scattergl ` traces [ #3087 ]
71+ - Add handler for ` PlotlyConfig.MathJaxConfig: 'local' ` to override our default
72+ MathJax behavior which modifies the global MathJax config on load [ #2994 ]
73+ - Add support for graph div as first argument for ` Plotly.makeTemplate `
74+ and ` Plotly.validateTemplate ` [ #3111 , #3118 ]
75+ - Implement trace, node and link hoverinfo for ` sankey ` traces [ #3096 , #3150 ]
76+ - Implement per-sector textfont settings in ` pie ` traces [ #3130 ]
77+
78+ ## Changed
79+ - Use new Plotly logo in "Produced with Plotly" modebar button [ #3068 ]
80+ - Improve ` histogram ` autobin algorithm: allow partial bin specification,
81+ deprecate ` autobin(x|y) ` attributes, force stacked/grouped histograms to match size
82+ and have compatible ` start ` value [ #3044 ]
83+ - Count distinct values for category and date axis auto-type, which
84+ improves the detection of "NaN" string values in numerical data [ #3070 ]
85+ - Improve bar and pie textfont color inheritance [ #3130 ]
86+ - Improve ` splom ` first-render, axis range relayout and marker restyle
87+ performance [ #3057 , #3161 ]
88+ - Make ` splom ` ` xaxes ` and ` yaxes ` list always have same length as the trace
89+ ` dimensions ` regardless of their partial visiblities [ #3057 ]
90+ - Improve axis ` overlaying ` documentation [ #3082 ]
91+
92+ ### Fixed
93+ - Fix ` gl3d ` subplots on tablets [ #3088 ]
94+ - Fix responsive behavior under flexbox and grid CSS [ #3056 , #3090 , #3122 ]
95+ - Fix relayout calls turning back ` autosize ` on [ #3120 ]
96+ - Fix MathJax rendering (for recent versions of MathJax) [ #2994 ]
97+ - Fix ` scattergl ` update on graphs with fractional computed dimensions [ #3132 ]
98+ - Fix ` scattergl ` symbols in MS Edge [ #2750 ]
99+ - Fix ` scattergl ` selections on overlaying axes [ #3067 ]
100+ - Fix ` scattergl ` ` tozero ` fills with bad values [ #3087 , #3168 ]
101+ - Fix ` scattergl ` fill layer ordering [ #3087 ]
102+ - Fix ` scattergl ` lines on reversed-range axes [ #3078 ]
103+ - Fix axis auto-type routine for boolean data [ #3070 ]
104+ - Fix ` splom ` axis placement when the diagonal is missing [ #3057 ]
105+ - Fix line ` restyle ` calls on ` parcoords ` traces [ #3178 ]
106+ - Fix ` parcoods ` rendering after ` hovermode ` relayout calls [ #3123 ]
107+ - Fix WebGL warnings for ` scatter3d ` traces with blank text items [ #3171 , #3177 ]
108+ - Fix WebGL warnings for ` scatter3d ` trace with empty lines [ #3174 ]
109+ - Fix rendering of ` scatter3d ` lines for certain scene angles [ #3163 ]
110+ - Fix handling of large pad values in ` sankey ` traces [ #3143 ]
111+ - Fix ` scatterpolargl ` to ` scatterpolar ` toggling [ #3098 ]
112+ - Fix ` scatterpolargl ` axis-autorange padding [ #3098 ]
113+ - Fix ` bar ` text position for traces with set ` base ` [ #3156 ]
114+ - Fix ` bar ` support for typed arrays for ` width ` and ` offset ` attributes [ #3169 ]
115+ - Fix aggregate transforms with bad group values [ #3093 ]
116+ - Fix transforms operating on auto-invisible traces [ #3139 ]
117+ - Fix templating for polar and carpet axes [ #3092 , #3095 ]
118+ - Ignore invalid trace indices in restyle and update [ #3114 ]
119+ - Fix grid style ` relayout ` calls on graph with large ` splom ` traces [ #3067 ]
120+ - Fix logging on some old browsers [ #3137 ]
121+ - Remove erroneous warning ` WARN: unrecognized full object value ` when
122+ relayouting array containers [ #3053 ]
123+
124+
13125## [ 1.41.3] -- 2018-09-25
14126
15127### Fixed
0 commit comments