Skip to content

Commit c55fc39

Browse files
authored
Merge pull request #2574 from plotly/update-pjs2.24.2
Update plotlyjs
2 parents 080465f + 4d5e5ad commit c55fc39

File tree

3 files changed

+14
-8
lines changed

3 files changed

+14
-8
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,12 @@ This project adheres to [Semantic Versioning](https://semver.org/).
1515
- [#2555](https://github.com/plotly/dash/pull/2555) Fix browser back button when removing one of multiple location components from layout, fix [#1312](https://github.com/plotly/dash/issues/1312)
1616
- [#2565](https://github.com/plotly/dash/pull/2565) Fix sorting for > 10 pages, fix [#2564](https://github.com/plotly/dash/issues/2564)
1717

18+
## Updated
19+
20+
- [#2474](https://github.com/plotly/dash/pull/2574) Update plotly js to 2.24.2 from 2.23.2
21+
- Feature release [2.24.0](https://github.com/plotly/plotly.js/releases/tag/v2.24.0) add pattern to pie, funnelarea, sunburst, icicle and treemap traces
22+
- Patch release [2.24.1](https://github.com/plotly/plotly.js/releases/tag/v2.24.1) and [2.24.2](https://github.com/plotly/plotly.js/releases/tag/v2.24.2)
23+
1824
## [2.10.2] - 2023-05-31
1925

2026
## Changed

components/dash-core-components/package-lock.json

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

components/dash-core-components/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
"mathjax": "^3.2.2",
5050
"moment": "^2.29.4",
5151
"node-polyfill-webpack-plugin": "^2.0.1",
52-
"plotly.js-dist-min": "2.23.2",
52+
"plotly.js-dist-min": "2.24.2",
5353
"prop-types": "^15.8.1",
5454
"ramda": "^0.29.0",
5555
"rc-slider": "^9.7.5",

0 commit comments

Comments
 (0)