|
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.23.0] |
| 5 | +## [0.24.0] |
| 6 | + |
6 | 7 | ### Added
|
7 | 8 | - Upgraded Plotly.js, the underlying library behind the
|
8 |
| -`dash_core_components.Graph` component, to [version 1.38.0](https://github.com/plotly/plotly.js/releases/tag/v1.38.0). |
9 |
| -See https://github.com/plotly/plotly.js/releases/tag/v1.38.0 for the official notes. |
| 9 | +`dash_core_components.Graph` component, to [version 1.39.0](https://github.com/plotly/plotly.js/releases/tag/v1.39.0). |
| 10 | +See https://github.com/plotly/plotly.js/releases/tag/v1.39.0 for the official notes. |
10 | 11 |
|
11 | 12 | Many of these features were funded directly by companies that rely on this library.
|
12 | 13 | If your organization or company would like to sponsor particular features or
|
13 | 14 | bug fixes in these open source libraries, please reach out: http://plot.ly/products/consulting-and-oem
|
14 | 15 |
|
| 16 | +As part of plotly.js release: |
| 17 | +- Add support for on-graph text in scattergl traces [#2737](https://github.com/plotly/plotly.js/pull/2737), [#2783](https://github.com/plotly/plotly.js/pull/2783) |
| 18 | +- Add gridshape attribute to polar subplots with values 'circular' (the default) and 'linear' (to draw polygon grids) [#2739](https://github.com/plotly/plotly.js/pull/2739) |
| 19 | +- Add support for colorbar linked to marker.color values for splom, |
| 20 | +scatterpolar and scatterpolargl traces [#2681](https://github.com/plotly/plotly.js/pull/2681) |
| 21 | +- Revamp icon settings in custom mode bar buttons, allowing users to specify their own dimensions and SVG transforms [#2762](https://github.com/plotly/plotly.js/pull/2762) |
| 22 | +- Add plotlyServerURL config option [#2760](https://github.com/plotly/plotly.js/pull/2760) |
| 23 | +- Added no-WebGL warnings for graphs with scattergl, scatterpolargl, splom and parcoords traces [#2697](https://github.com/plotly/plotly.js/pull/2697) |
| 24 | + |
| 25 | +### Fixed |
| 26 | +As part of plotly.js release: |
| 27 | +- Fix Plotly.react's handling of changing auto-margins [#2681](https://github.com/plotly/plotly.js/pull/2681) |
| 28 | +- Make plotting/updating WebGL-based traces fail gracefully when WebGL isn't |
| 29 | +supported [#2697](https://github.com/plotly/plotly.js/pull/2697) |
| 30 | +- Fix mapbox layout layer updates [#2734](https://github.com/plotly/plotly.js/pull/2734) |
| 31 | +- Fix mapbox event inconsistencies [#2766](https://github.com/plotly/plotly.js/pull/2766) |
| 32 | +- Correctly emit plotly_relayout at end of scroll on mapbox subplots [#2709](https://github.com/plotly/plotly.js/pull/2709) |
| 33 | +- Fix scatter3d scalar hovertext handling [#2698](https://github.com/plotly/plotly.js/pull/2698) |
| 34 | +- Fix line decimation for segments crossing the viewport [#2705](https://github.com/plotly/plotly.js/pull/2705) |
| 35 | +- Fix surface trace contours when first level has length zero [#2712](https://github.com/plotly/plotly.js/pull/2712) |
| 36 | +- Fix contour(x|y|z).highlight partial settings [#2712](https://github.com/plotly/plotly.js/pull/2712) |
| 37 | +- Fix old date timezone precision in Chrome 67+ [#2747](https://github.com/plotly/plotly.js/pull/2747) |
| 38 | +- Fix x-only zoom moves when xaxis.fixedrange: true[#2776](https://github.com/plotly/plotly.js/pull/2776) |
| 39 | +- Fix colorbar edits for parcoords and histogram traces [#2681](https://github.com/plotly/plotly.js/pull/2681) |
| 40 | +- Fix bandwidth for single-value violins [#2775](https://github.com/plotly/plotly.js/pull/2775) |
| 41 | +- Make Plots.resize work when layout attribute is gone from graph div [#2710](https://github.com/plotly/plotly.js/pull/2710) |
| 42 | +- Fix colorscale attribute descriptions [#2658](https://github.com/plotly/plotly.js/pull/2658) |
| 43 | + |
| 44 | +## [0.23.0] |
| 45 | +### Added |
| 46 | +- Upgraded Plotly.js, the underlying library behind the |
| 47 | +`dash_core_components.Graph` component, to [version 1.38.0](https://github.com/plotly/plotly.js/releases/tag/v1.38.0). |
| 48 | +See https://github.com/plotly/plotly.js/releases/tag/v1.38.0 for the official notes. |
| 49 | + |
15 | 50 | - Add 3D `cone` traces to visualize vector fields [#2641](https://github.com/plotly/plotly.js/pull/2641), [#2647](https://github.com/plotly/plotly.js/pull/2647)
|
16 | 51 | - Add ability to interactively change length and rotate line shapes [#2594](https://github.com/plotly/plotly.js/pull/2594)
|
17 | 52 | - Add `toImageButtonOptions` config object to override to-image mode bar button options [#2607](https://github.com/plotly/plotly.js/pull/2607)
|
|
0 commit comments