|
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.24.0] - UNRELEASED |
| 5 | +## [0.26.0] |
6 | 6 | ### Added
|
7 |
| -- New Tabs and Tab components! |
| 7 | +- New Tabs and Tab components! [#213](https://github.com/plotly/dash-core-components/pull/213#pullrequestreview-135893345) |
8 | 8 |
|
9 |
| -## [0.23.0] |
| 9 | +## [0.25.1] |
| 10 | +### Fixed |
| 11 | +- `__init__` version formatting for unpkg. |
| 12 | + |
| 13 | +## [0.25.0] |
| 14 | +### Added |
| 15 | +- `ConfirmDialog` and `ConfirmDialogProvider` components [#211](https://github.com/plotly/dash-core-components/pull/211) |
| 16 | + |
| 17 | +## [0.24.1] |
| 18 | +### Fixed |
| 19 | +- Improved DatePickerRange, fixing issues [#209](https://github.com/plotly/dash-core-components/issues/209) and [#152](https://github.com/plotly/dash-core-components/issues/152) |
| 20 | +- Link component now is a proper <a> tag so you can right click on it, and will scroll back to top. Fixes [#99](https://github.com/plotly/dash-core-components/issues/99), implemented in [#215](https://github.com/plotly/dash-core-components/pull/215) |
| 21 | +- Added `max_interval` prop to `Interval` component, fixing issue [#222](https://github.com/plotly/dash-core-components/issues/222) |
| 22 | + |
| 23 | + |
| 24 | +## [0.24.0] |
10 | 25 | ### Added
|
11 | 26 | - Upgraded Plotly.js, the underlying library behind the
|
12 |
| -`dash_core_components.Graph` component, to [version 1.38.0](https://github.com/plotly/plotly.js/releases/tag/v1.38.0). |
13 |
| -See https://github.com/plotly/plotly.js/releases/tag/v1.38.0 for the official notes. |
| 27 | +`dash_core_components.Graph` component, to [version 1.39.1](https://github.com/plotly/plotly.js/releases/tag/v1.39.1). |
| 28 | +See https://github.com/plotly/plotly.js/releases/tag/v1.39.1 for the official notes. |
14 | 29 |
|
15 | 30 | Many of these features were funded directly by companies that rely on this library.
|
16 | 31 | If your organization or company would like to sponsor particular features or
|
17 | 32 | bug fixes in these open source libraries, please reach out: http://plot.ly/products/consulting-and-oem
|
18 | 33 |
|
| 34 | +As part of plotly.js release: |
| 35 | +- 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) |
| 36 | +- 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) |
| 37 | +- Add support for colorbar linked to marker.color values for splom, |
| 38 | +scatterpolar and scatterpolargl traces [#2681](https://github.com/plotly/plotly.js/pull/2681) |
| 39 | +- 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) |
| 40 | +- Add plotlyServerURL config option [#2760](https://github.com/plotly/plotly.js/pull/2760) |
| 41 | +- Added no-WebGL warnings for graphs with scattergl, scatterpolargl, splom and parcoords traces [#2697](https://github.com/plotly/plotly.js/pull/2697) |
| 42 | + |
| 43 | +### Fixed |
| 44 | +As part of plotly.js release: |
| 45 | +- Fix Plotly.react's handling of changing auto-margins [#2681](https://github.com/plotly/plotly.js/pull/2681) |
| 46 | +- Make plotting/updating WebGL-based traces fail gracefully when WebGL isn't |
| 47 | +supported [#2697](https://github.com/plotly/plotly.js/pull/2697) |
| 48 | +- Fix mapbox layout layer updates [#2734](https://github.com/plotly/plotly.js/pull/2734) |
| 49 | +- Fix mapbox event inconsistencies [#2766](https://github.com/plotly/plotly.js/pull/2766) |
| 50 | +- Correctly emit plotly_relayout at end of scroll on mapbox subplots [#2709](https://github.com/plotly/plotly.js/pull/2709) |
| 51 | +- Fix scatter3d scalar hovertext handling [#2698](https://github.com/plotly/plotly.js/pull/2698) |
| 52 | +- Fix line decimation for segments crossing the viewport [#2705](https://github.com/plotly/plotly.js/pull/2705) |
| 53 | +- Fix surface trace contours when first level has length zero [#2712](https://github.com/plotly/plotly.js/pull/2712) |
| 54 | +- Fix contour(x|y|z).highlight partial settings [#2712](https://github.com/plotly/plotly.js/pull/2712) |
| 55 | +- Fix old date timezone precision in Chrome 67+ [#2747](https://github.com/plotly/plotly.js/pull/2747) |
| 56 | +- Fix x-only zoom moves when xaxis.fixedrange: true[#2776](https://github.com/plotly/plotly.js/pull/2776) |
| 57 | +- Fix colorbar edits for parcoords and histogram traces [#2681](https://github.com/plotly/plotly.js/pull/2681) |
| 58 | +- Fix bandwidth for single-value violins [#2775](https://github.com/plotly/plotly.js/pull/2775) |
| 59 | +- Make Plots.resize work when layout attribute is gone from graph div [#2710](https://github.com/plotly/plotly.js/pull/2710) |
| 60 | +- Fix colorscale attribute descriptions [#2658](https://github.com/plotly/plotly.js/pull/2658) |
| 61 | + |
| 62 | +## [0.23.0] |
| 63 | +### Added |
| 64 | +- Upgraded Plotly.js, the underlying library behind the |
| 65 | +`dash_core_components.Graph` component, to [version 1.38.0](https://github.com/plotly/plotly.js/releases/tag/v1.38.0). |
| 66 | +See https://github.com/plotly/plotly.js/releases/tag/v1.38.0 for the official notes. |
| 67 | + |
19 | 68 | - 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)
|
20 | 69 | - Add ability to interactively change length and rotate line shapes [#2594](https://github.com/plotly/plotly.js/pull/2594)
|
21 | 70 | - Add `toImageButtonOptions` config object to override to-image mode bar button options [#2607](https://github.com/plotly/plotly.js/pull/2607)
|
|
0 commit comments