Skip to content

Commit ea88228

Browse files
committed
changelog for dep updates
1 parent 3ab16b3 commit ea88228

File tree

1 file changed

+12
-4
lines changed

1 file changed

+12
-4
lines changed

CHANGELOG.md

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22
All notable changes to `dash` will be documented in this file.
33
This project adheres to [Semantic Versioning](https://semver.org/).
44

5+
## [Unreleased]
6+
7+
### Updated
8+
- [#2016](https://github.com/plotly/dash/pull/2016) Widespread dependency upgrades
9+
- Upgrade Plotly.js to v2.11.1 (from v2.11.0). Patch release [2.11.1](https://github.com/plotly/plotly.js/releases/tag/v2.11.1) fixes regl-based traces in strict CSP mode, however you must manually switch to the strict bundle to use this.
10+
- Upgrade `black` to v22.3.0 for Python 3.7+ - if you use `dash[ci]` and you call `black`, this may alter your code formatting slightly, including more consistently breaking Python 2 compatibility.
11+
- Many other mainly JS dependency upgrades to the internals of Dash renderer and components. These may patch bugs or improve performance.
12+
513
## [2.3.1] - 2022-03-29
614

715
### Fixed
@@ -25,7 +33,7 @@ This project adheres to [Semantic Versioning](https://semver.org/).
2533
- `fillpattern` for `scatter` traces with filled area
2634
- [Feature release 2.11.0](https://github.com/plotly/plotly.js/releases/tag/v2.11.0):
2735
- Every trace type can now be rendered in a stricter CSP environment, specifically avoiding `unsafe-eval`. Please note: the `regl`-based traces (`scattergl`, `scatterpolargl`, `parcoords`, and `splom`) are only strict in the `strict` bundle, which is NOT served by default in Dash. To use this bundle with Dash, you must either download it and put it in your `assets/` folder, or include it as an `external_script` from the CDN: https://cdn.plot.ly/plotly-strict-2.11.0.min.js. All other trace types are strict in the normal bundle.
28-
- Patch release [2.10.1](https://github.com/plotly/plotly.js/releases/tag/v2.5.1) containing a bugfix for `mesh3d` traces.
36+
- Patch release [2.10.1](https://github.com/plotly/plotly.js/releases/tag/v2.10.1) containing a bugfix for `mesh3d` traces.
2937

3038

3139
### Fixed
@@ -65,12 +73,12 @@ This project adheres to [Semantic Versioning](https://semver.org/).
6573
- [#1869](https://github.com/plotly/dash/pull/1869), [#1873](https://github.com/plotly/dash/pull/1873) Upgrade Plotly.js to v2.8.3. This includes:
6674
- [Feature release 2.5.0](https://github.com/plotly/plotly.js/releases/tag/v2.5.0):
6775
- 3D traces are now compatible with `no-unsafe-eval` CSP rules.
68-
- [Feature release 2.6.0](https://github.com/plotly/plotly.js/releases/tag/v2.5.0):
76+
- [Feature release 2.6.0](https://github.com/plotly/plotly.js/releases/tag/v2.6.0):
6977
- Add `smith` subplots and `scattersmith` traces, for drawing Smith charts.
70-
- [Feature release 2.7.0](https://github.com/plotly/plotly.js/releases/tag/v2.5.0):
78+
- [Feature release 2.7.0](https://github.com/plotly/plotly.js/releases/tag/v2.7.0):
7179
- Add text data for `histogram` traces.
7280
- Fix an interaction between `uirevision` and `autorange` that pops up in some cases of mixed clientside / serverside figure generation.
73-
- [Feature release 2.8.0](https://github.com/plotly/plotly.js/releases/tag/v2.5.0):
81+
- [Feature release 2.8.0](https://github.com/plotly/plotly.js/releases/tag/v2.8.0):
7482
- Add horizontal colorbars.
7583
- Add text data on `heatmap` and related trace types.
7684
- Control legend group title fonts.

0 commit comments

Comments
 (0)