|
2 | 2 | All notable changes to this project will be documented in this file.
|
3 | 3 | This project adheres to [Semantic Versioning](http://semver.org/).
|
4 | 4 |
|
| 5 | +## [0.20.0] - 2018-03-01 |
| 6 | +### Added |
| 7 | +- Upgraded Plotly.js, the underlying library behind the |
| 8 | +`dash_core_components.Graph` component, to [version 1.34.0](https://github.com/plotly/plotly.js/releases/tag/v1.34.0). |
| 9 | +See https://github.com/plotly/plotly.js/releases/tag/v1.34.0 for the official notes. |
| 10 | + |
| 11 | + Many of these features were funded directly by companies that rely on this library. |
| 12 | + If your organization or company would like to sponsor particular features or |
| 13 | + bug fixes in these open source libraries, please reach out: http://plot.ly/products/consulting-and-oem |
| 14 | + |
| 15 | + - Add constraint-type contours to `contour` traces [https://github.com/plotly/plotly.js/pull/2270] |
| 16 | + - Add `notched` and `notchwidth` attributes to `box` traces [https://github.com/plotly/plotly.js/pull/2305] |
| 17 | + - Add localization machinery to auto-formatted date axis ticks [https://github.com/plotly/plotly.js/pull/2261] |
| 18 | + - Add support for `text` in `mesh3d` traces [https://github.com/plotly/plotly.js/pull/2327] |
| 19 | + - Add support for scalar `text` in `surface` traces [https://github.com/plotly/plotly.js/pull/2327] |
| 20 | + - Make mode bar for graphs with multiple subplot types more usable [https://github.com/plotly/plotly.js/pull/2339] |
| 21 | + |
| 22 | +### Fixed |
| 23 | +- The `Graph` component now uses `Plotly.react` instead of `Plotly.newPlot`. This should fix issues when repeatedly updating GL chart types (`surface`, `scatter3d`, `scattergl`). #170 |
| 24 | + - Many other bug fixes from the PLotly.js upgrade, including: |
| 25 | + - Prevent page scroll on mobile device on `gl2d` and `gl3d` subplots [https://github.com/plotly/plotly.js/pull/2296] |
| 26 | + - Fix multi-marker `scattergl` selection errors (bug introduced in `1.33.0`) [https://github.com/plotly/plotly.js/pull/2295] |
| 27 | + - Fix trace `opacity` restyle for `scattergl` traces (bug introduced in `1.33.0`) [https://github.com/plotly/plotly.js/pull/2299] |
| 28 | + - Fix `scattergl` handling of `selectedpoints` across multiple traces [https://github.com/plotly/plotly.js/pull/2311] |
| 29 | + - Fix `scattergl` horizontal and vertical line rendering [https://github.com/plotly/plotly.js/pull/2340] |
| 30 | + - Fix `table` when content-less cells and headers are supplied [https://github.com/plotly/plotly.js/pull/2314] |
| 31 | + - Fix `hoverformat` on `visible: false` cartesian axes (bug introduced in `1.33.0`) [https://github.com/plotly/plotly.js/pull/2329] |
| 32 | + - Fix handling of double negative translate transform values [https://github.com/plotly/plotly.js/pull/2339] |
| 33 | + - Fix compare `hovermode` fallback for non-cartesian subplot types [https://github.com/plotly/plotly.js/pull/2339] |
| 34 | + |
| 35 | + |
5 | 36 | ## [0.19.0] - 2018-02-11
|
6 | 37 | ### Changed
|
7 | 38 | - `PropTypes` now uses `prop-types` package instead of `React` to support move to React 16+
|
|
0 commit comments