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