From cfcf3f78503f094fb8be6885199c598dc7f11b19 Mon Sep 17 00:00:00 2001 From: archmoj Date: Fri, 4 Dec 2020 12:40:21 -0500 Subject: [PATCH 1/2] bump plotly.js v1.58.1 --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index da37021c7..08b56f8ac 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13023,9 +13023,9 @@ } }, "plotly.js": { - "version": "1.58.0", - "resolved": "https://registry.npmjs.org/plotly.js/-/plotly.js-1.58.0.tgz", - "integrity": "sha512-w1Z/eaAUZolh2aZZud/6Gb0SLHRVtGOAzCZIrzMGjKJ9eq7dfpYUdfSWj2W7+AQieU+Lc8OpgxknhCYwbT216A==", + "version": "1.58.1", + "resolved": "https://registry.npmjs.org/plotly.js/-/plotly.js-1.58.1.tgz", + "integrity": "sha512-EzVx3Aipr7WyefMDHJFRtIkJKSI9fTTipGu5fQ17l5M5FzsDq+bdywhJ3Gy645el5QBPx5uzrY80JJbZTjYSQQ==", "requires": { "@plotly/d3-sankey": "0.7.2", "@plotly/d3-sankey-circular": "0.33.1", diff --git a/package.json b/package.json index 92a246a12..9df9f711c 100644 --- a/package.json +++ b/package.json @@ -44,7 +44,7 @@ "fast-isnumeric": "^1.1.3", "highlight.js": "^10.3.1", "moment": "^2.20.1", - "plotly.js": "1.58.0", + "plotly.js": "1.58.1", "prop-types": "^15.6.0", "ramda": "^0.26.1", "rc-slider": "^9.1.0", From 745867e7517cdc583d2294c68ef6a92f3d42c8b3 Mon Sep 17 00:00:00 2001 From: Harrisonn Griffin <36603687+harryturr@users.noreply.github.com> Date: Mon, 7 Dec 2020 10:15:57 -0500 Subject: [PATCH 2/2] Update Changelog --- CHANGELOG.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f1890d7dc..dc565d1a3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,8 +4,9 @@ This project adheres to [Semantic Versioning](http://semver.org/). ## [Unreleased] ### Updated -- [#889](https://github.com/plotly/dash-core-components/pull/889) - - Upgraded Plotly.js to [1.58.0](https://github.com/plotly/plotly.js/releases/tag/v1.58.0) +- [#889](https://github.com/plotly/dash-core-components/pull/889) & [#893](https://github.com/plotly/dash-core-components/pull/893) + - Upgraded Plotly.js to [1.58.1](https://github.com/plotly/plotly.js/releases/tag/v1.58.1) + - Patch Release [1.58.1](https://github.com/plotly/plotly.js/releases/tag/v1.58.1) - [Feature release of Plotly.js 1.58.0](https://github.com/plotly/plotly.js/releases/tag/v1.58.0) which: - Add `ticklabelposition` attribute to cartesian axes and colorbars [#5275](https://github.com/plotly/plotly.js/pull/5275) - Add "strict" `autotypenumbers` to axes and `layout` [#5240](https://github.com/plotly/plotly.js/pull/5240)