From 1ebaaa81c86e76a6197efaf254b468934681e139 Mon Sep 17 00:00:00 2001 From: philippe Date: Thu, 18 May 2023 15:55:49 -0400 Subject: [PATCH 1/2] Update plotlyjs to 2.23.1 --- 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 1ea84718a6..34585785db 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.20.0", + "plotly.js-dist-min": "2.23.1", "prop-types": "^15.8.1", "ramda": "^0.28.0", "rc-slider": "^9.7.5", @@ -6578,9 +6578,9 @@ } }, "node_modules/plotly.js-dist-min": { - "version": "2.20.0", - "resolved": "https://registry.npmjs.org/plotly.js-dist-min/-/plotly.js-dist-min-2.20.0.tgz", - "integrity": "sha512-zhSRwOed3y/cekPWvzOtdc3AVOmHbDpUry5FNITw2IRKkRirRv7SdWvM7YVqqQd4dTsLHKGDuza+3GoR6+45ZQ==" + "version": "2.23.1", + "resolved": "https://registry.npmjs.org/plotly.js-dist-min/-/plotly.js-dist-min-2.23.1.tgz", + "integrity": "sha512-jw8Zo/al2nZAaQtSMTLJeM8I4Ity8UuWDF1oRb0DxMeQdP1ijX76/pKfSNl6T7aTfeHFQwEXxddERuJTL9wvyA==" }, "node_modules/postcss": { "version": "8.4.18", @@ -13969,9 +13969,9 @@ } }, "plotly.js-dist-min": { - "version": "2.20.0", - "resolved": "https://registry.npmjs.org/plotly.js-dist-min/-/plotly.js-dist-min-2.20.0.tgz", - "integrity": "sha512-zhSRwOed3y/cekPWvzOtdc3AVOmHbDpUry5FNITw2IRKkRirRv7SdWvM7YVqqQd4dTsLHKGDuza+3GoR6+45ZQ==" + "version": "2.23.1", + "resolved": "https://registry.npmjs.org/plotly.js-dist-min/-/plotly.js-dist-min-2.23.1.tgz", + "integrity": "sha512-jw8Zo/al2nZAaQtSMTLJeM8I4Ity8UuWDF1oRb0DxMeQdP1ijX76/pKfSNl6T7aTfeHFQwEXxddERuJTL9wvyA==" }, "postcss": { "version": "8.4.18", diff --git a/components/dash-core-components/package.json b/components/dash-core-components/package.json index d24f8d489d..5ff50c6d29 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.20.0", + "plotly.js-dist-min": "2.23.1", "prop-types": "^15.8.1", "ramda": "^0.28.0", "rc-slider": "^9.7.5", From d1e7a295e74f4cd9dcbf6eaa05b39a084cc51cbd Mon Sep 17 00:00:00 2001 From: philippe Date: Thu, 18 May 2023 16:05:44 -0400 Subject: [PATCH 2/2] Update changelog. --- CHANGELOG.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 452703b11a..2d99189599 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,15 @@ This project adheres to [Semantic Versioning](https://semver.org/). - [#2508](https://github.com/plotly/dash/pull/2508) Fix error message, when callback output has different length than spec - [#2207](https://github.com/plotly/dash/pull/2207) Fix object of components support. +- [#2500](https://github.com/plotly/dash/pull/2500) Passing customdata by click for scattermapbox, fix [#2493](https://github.com/plotly/dash/issues/2493) + +## Updated + +- [#2533](https://github.com/plotly/dash/pull/2533) Update Plotly.js to v2.23.1 from v2.20.0. + - Feature release [2.23.0](https://github.com/plotly/plotly.js/releases/tag/v2.23.0) adds legend/colorbar xref/yref. + - Feature release [2.22.0](https://github.com/plotly/plotly.js/releases/tag/v2.22.0) adds `legend` references to traces. + - Feature release [2.21.0](https://github.com/plotly/plotly.js/releases/tag/v2.21.0) adds label.texttemplate to parametric shapes. + - Patch release [2.23.1](https://github.com/plotly/plotly.js/releases/tag/v2.23.1) fix heatmap rendering on iOS and Safari when zsmooth is set to false. ## [2.9.3] - 2023-04-13 @@ -16,7 +25,6 @@ This project adheres to [Semantic Versioning](https://semver.org/). - [#2489](https://github.com/plotly/dash/pull/2489) Fix location change event handling when `Location` objects are removed from the layout. Event handlers would not be removed and eventually change props of a random DOM element, fix [#1346](https://github.com/plotly/dash/issues/1346) - [#2498](https://github.com/plotly/dash/pull/2498) Fix error when caching callbacks which return `Patch` objects by making `Patch` objects picklable - [#2491](https://github.com/plotly/dash/pull/2491) Fix clientside inline function name not found, fix [#2488](https://github.com/plotly/dash/issues/2488) -- [#2500](https://github.com/plotly/dash/pull/2500) Passing customdata by click for scattermapbox, fix [#2493](https://github.com/plotly/dash/issues/2493) ## [2.9.2] - 2023-03-29