From 5be57cbedf228c64d3238cc679cac0df47c712a0 Mon Sep 17 00:00:00 2001 From: philippe Date: Thu, 22 Jun 2023 09:43:02 -0400 Subject: [PATCH 1/2] Update plotlyjs --- components/dash-core-components/package-lock.json | 14 +++++++------- components/dash-core-components/package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/components/dash-core-components/package-lock.json b/components/dash-core-components/package-lock.json index d53a8ba9c0..d4f2e0f2c2 100644 --- a/components/dash-core-components/package-lock.json +++ b/components/dash-core-components/package-lock.json @@ -22,7 +22,7 @@ "mathjax": "^3.2.2", "moment": "^2.29.4", "node-polyfill-webpack-plugin": "^2.0.1", - "plotly.js-dist-min": "2.23.2", + "plotly.js-dist-min": "2.24.2", "prop-types": "^15.8.1", "ramda": "^0.29.0", "rc-slider": "^9.7.5", @@ -6758,9 +6758,9 @@ } }, "node_modules/plotly.js-dist-min": { - "version": "2.23.2", - "resolved": "https://registry.npmjs.org/plotly.js-dist-min/-/plotly.js-dist-min-2.23.2.tgz", - "integrity": "sha512-h/Hd/EwRJJs0vDbUKfdEVorNbfczYyrEPyQWI+ghODVfAsjiGqp4IUeBJKwwlOOE7pMCkjwYNmvTEoqSSCol8Q==" + "version": "2.24.2", + "resolved": "https://registry.npmjs.org/plotly.js-dist-min/-/plotly.js-dist-min-2.24.2.tgz", + "integrity": "sha512-FOmmzC2WhSIffhC9OQf/Lqvt59R+nzOoqYlnauDEr2SrjCM7lJFV8u9CI2f4lL20EgJZfLRSMbo5mG5go10YLw==" }, "node_modules/postcss": { "version": "8.4.23", @@ -14297,9 +14297,9 @@ } }, "plotly.js-dist-min": { - "version": "2.23.2", - "resolved": "https://registry.npmjs.org/plotly.js-dist-min/-/plotly.js-dist-min-2.23.2.tgz", - "integrity": "sha512-h/Hd/EwRJJs0vDbUKfdEVorNbfczYyrEPyQWI+ghODVfAsjiGqp4IUeBJKwwlOOE7pMCkjwYNmvTEoqSSCol8Q==" + "version": "2.24.2", + "resolved": "https://registry.npmjs.org/plotly.js-dist-min/-/plotly.js-dist-min-2.24.2.tgz", + "integrity": "sha512-FOmmzC2WhSIffhC9OQf/Lqvt59R+nzOoqYlnauDEr2SrjCM7lJFV8u9CI2f4lL20EgJZfLRSMbo5mG5go10YLw==" }, "postcss": { "version": "8.4.23", diff --git a/components/dash-core-components/package.json b/components/dash-core-components/package.json index f5076a1a82..d3834fa629 100644 --- a/components/dash-core-components/package.json +++ b/components/dash-core-components/package.json @@ -49,7 +49,7 @@ "mathjax": "^3.2.2", "moment": "^2.29.4", "node-polyfill-webpack-plugin": "^2.0.1", - "plotly.js-dist-min": "2.23.2", + "plotly.js-dist-min": "2.24.2", "prop-types": "^15.8.1", "ramda": "^0.29.0", "rc-slider": "^9.7.5", From 4d5e5ad911e8ae9e7118658ccbbf396e245a2f6e Mon Sep 17 00:00:00 2001 From: philippe Date: Thu, 22 Jun 2023 09:50:57 -0400 Subject: [PATCH 2/2] Update changelog --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 71307a3240..82c1fe7e4f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,6 +15,12 @@ This project adheres to [Semantic Versioning](https://semver.org/). - [#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) - [#2565](https://github.com/plotly/dash/pull/2565) Fix sorting for > 10 pages, fix [#2564](https://github.com/plotly/dash/issues/2564) +## Updated + +- [#2474](https://github.com/plotly/dash/pull/2574) Update plotly js to 2.24.2 from 2.23.2 + - 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 + - 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) + ## [2.10.2] - 2023-05-31 ## Changed