Skip to content

Commit db7687d

Browse files
committed
changelog for 1.32.0
1 parent 60e6278 commit db7687d

File tree

1 file changed

+49
-0
lines changed

1 file changed

+49
-0
lines changed

CHANGELOG.md

+49
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,55 @@ 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.32.0] -- 2018-01-11
14+
15+
### Added
16+
17+
- Add localization machinery including an official German translation (locale `de`) [#2195, #2207, #2210, #2232, #2217]
18+
- Add `violin` trace type [#2116]
19+
- Add `selected` and `unselected` attribute containers to customize selection states [#2135]
20+
- Add support for multi-selections [#2140]
21+
- Add layout `colorway` to custom the trace-to-trace color sequence [#2156]
22+
- Add `tickformatstops` to set tick format per cartesian axis range [#1965]
23+
- Add hover labels and selections to box points [#2094]
24+
- Histogram events & bin hover label improvements [#2113]
25+
- Add support for aggregation in `pie` traces [#2117]
26+
- Add annotations `startarrowhead`, `arrowside`, `startarrowsize` and `startstandoff` attributes [#2164]
27+
- Add `zhoverformat` to format `z` values in `heatmap`, `contour` and 2d histogram traces [#2106, #2127]
28+
- Add `marker.opacity` to bar traces [#2163]
29+
- Add `Cividis` colorscale [#2178]
30+
- Implement transform inverse mapping [#2126, #2162]
31+
32+
### Changed
33+
34+
- Selections are now persistent [#2135]
35+
- Make subplot initialization and removal more robust and consistent [#2227]
36+
- Share WebGL context between `gl2d` and `parcoords` subplots [#2159, #2238]
37+
- Rename _Save and edit plot in cloud_ mode bar button _Edit in Chart Studio_ [#2183]
38+
- Minify bundles using `minify-stream` instead of UglifyJS2 [#2187]
39+
- Update header for new year 2018 [#2231]
40+
- Remove `type="text/javascript"` from `<script>` tags present in our docs and test utilities [#2217]
41+
42+
### Fixed
43+
44+
- Fix right-click handling [#2241]
45+
- Miscellaneous fixes for `table` traces [#2107, #2182]
46+
- Fix horizontal legend items alignment edge case [#2149]
47+
- Fix shape and updatemenu layering [#2121]
48+
- Fix bar with error bar with set `ids` edge case [#2169]
49+
- Fix `cliponaxis: false` for non linear cartesian axes [#2177]
50+
- Fix heatmap non-uniform brick gaps problem [#2213]
51+
- Fix choropleth selection when `visible: false` trace are present on graph [#2099, #2109]
52+
- Fix yet another contour drawing bug [#2091]
53+
- Clean up pie event data [#2117]
54+
- Fix scatter + bar hover edge cases [#2218]
55+
- Allow hover labels to extend to edges of graph area [#2215]
56+
- Harden location-to-feature against non-string country names for geo subplot [#2122]
57+
- Remove obsolete `smith` attribute from plot schema [#2093]
58+
- Fix colorbar class name [#2139]
59+
- Make `Plotly.Plots.resize` accept graph ids (as well as graph divs) [#2212]
60+
61+
1362
## [1.31.2] -- 2017-10-23
1463

1564
### Fixed

0 commit comments

Comments
 (0)