Skip to content

Commit 9ace60e

Browse files
committed
update changelog for 1.42.0
1 parent c3c33fe commit 9ace60e

File tree

1 file changed

+68
-0
lines changed

1 file changed

+68
-0
lines changed

CHANGELOG.md

Lines changed: 68 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,74 @@ https://github.com/plotly/plotly.js/compare/vX.Y.Z...master
1010
where X.Y.Z is the semver of most recent plotly.js release.
1111

1212

13+
## [1.42.0] -- 2018-10-29
14+
15+
### Added
16+
- Add `parcats` (aka parallel categories) trace type [#2963, #3072]
17+
- Add new gl3d tick and title auto-rotation algorithm that limits text
18+
overlaps [#3084, #3104, #3131]
19+
- Add support for reversed-range axes on gl3d subplots [#3141]
20+
- Add modebar layout style attributes: `orientation`, `bgcolor`, `color`
21+
and `activecolor` [#3068, #3091]
22+
- Add `title`, `titleposition` and `titlefont` attributes to `pie` traces [#2987]
23+
- Add `hoverlabel.split` attribute to `ohlc` and `candlestick` traces to split
24+
hover labels into multiple pieces [#2959]
25+
- Add support for `line.shape` values 'hv', 'vh', 'hvh' and 'vhv'
26+
in `scattergl` traces [#3087]
27+
- Add handler for `PlotlyConfig.MathJaxConfig: 'local'` to override our default
28+
MathJax behavior which modifies the global MathJax config on load [#2994]
29+
- Add support for graph div as first argument for `Plotly.makeTemplate`
30+
and `Plotly.validateTemplate` [#3111, #3118]
31+
- Implement trace, node and link hoverinfo for `sankey` traces [#3096, #3150]
32+
- Implement per-sector textfont settings in `pie` traces [#3130]
33+
34+
## Changed
35+
- Use new Plotly logo in "Produced with Plotly" modebar button [#3068]
36+
- Improve `histogram` autobin algorithm: allow partial bin specification,
37+
deprecate `autobin(x|y)` attributes, force stacked/grouped histograms to match size
38+
and have compatible `start` value [#3044]
39+
- Count distinct values for category and date axis auto-type, which
40+
improves the detection of "NaN" string values in numerical data [#3070]
41+
- Improve bar and pie textfont color inheritance [#3130]
42+
- Improve `splom` first-render, axis range relayout and marker restyle
43+
performance [#3057, #3161]
44+
- Make `splom` `xaxes` and `yaxes` list always have same length as the trace
45+
`dimensions` regardless of their partial visiblities [#3057]
46+
- Improve axis `overlaying` documentation [#3082]
47+
48+
### Fixed
49+
- Fix `gl3d` subplots on tablets [#3088]
50+
- Fix responsive behavior under flexbox and grid CSS [#3056, #3090, #3122]
51+
- Fix relayout calls turning back `autosize` on [#3120]
52+
- Fix MathJax rendering (for recent versions of MathJax) [#2994]
53+
- Fix `scattergl` update on graphs with fractional computed dimensions [#3132]
54+
- Fix `scattergl` symbols in MS Edge [#2750]
55+
- Fix `scattergl` selections on overlaying axes [#3067]
56+
- Fix `scattergl` `tozero` fills with bad values [#3087, #3168]
57+
- Fix `scattergl` fill layer ordering [#3087]
58+
- Fix `scattergl` lines on reversed-range axes [#3078]
59+
- Fix axis auto-type routine for boolean data [#3070]
60+
- Fix `splom` axis placement when the diagonal is missing [#3057]
61+
- Fix line `restyle` calls on `parcoords` traces [#3178]
62+
- Fix `parcoods` rendering after `hovermode` relayout calls [#3123]
63+
- Fix WebGL warnings for `scatter3d` traces with blank text items [#3171, #3177]
64+
- Fix WebGL warnings for `scatter3d` trace with empty lines [#3174]
65+
- Fix rendering of `scatter3d` lines for certain scene angles [#3163]
66+
- Fix handling of large pad values in `sankey` traces [#3143]
67+
- Fix `scatterpolargl` to `scatterpolar` toggling [#3098]
68+
- Fix `scatterpolargl` axis-autorange padding [#3098]
69+
- Fix `bar` text position for traces with set `base` [#3156]
70+
- Fix `bar` support for typed arrays for `width` and `offset` attributes [#3169]
71+
- Fix aggregate transforms with bad group values [#3093]
72+
- Fix transforms operating on auto-invisible traces [#3139]
73+
- Fix templating for polar and carpet axes [#3092, #3095]
74+
- Ignore invalid trace indices in restyle and update [#3114]
75+
- Fix grid style `relayout` calls on graph with large `splom` traces [#3067]
76+
- Fix logging on some old browsers [#3137]
77+
- Remove erroneous warning `WARN: unrecognized full object value` when
78+
relayouting array containers [#3053]
79+
80+
1381
## [1.41.3] -- 2018-09-25
1482

1583
### Fixed

0 commit comments

Comments
 (0)