From d946e7ffa1cdb392ed4cc92d57ddaa578b7dc17a Mon Sep 17 00:00:00 2001 From: Mojtaba Samimi Date: Fri, 15 Mar 2024 16:05:50 -0400 Subject: [PATCH] changelog and readme for v2.30.1 --- CHANGELOG.md | 9 +++++++++ README.md | 6 +++--- draftlogs/6923_fix.md | 1 - draftlogs/6924_fix.md | 1 - draftlogs/6928_fix.md | 2 -- 5 files changed, 12 insertions(+), 7 deletions(-) delete mode 100644 draftlogs/6923_fix.md delete mode 100644 draftlogs/6924_fix.md delete mode 100644 draftlogs/6928_fix.md diff --git a/CHANGELOG.md b/CHANGELOG.md index f115da214a1..55b8a098ff0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,15 @@ To see all merged commits on the master branch that will be part of the next plo where X.Y.Z is the semver of most recent plotly.js release. +## [2.30.1] -- 2024-03-15 + +### Fixed + - Fix centering multi-line headers for treemap traces [[#6923](https://github.com/plotly/plotly.js/pull/6923)] + - Fix heatmap text color and `texttemplate` on cells with missing data [[#6924](https://github.com/plotly/plotly.js/pull/6924)] + - Fix scattergl rendering when colors include capital letters [[#6928](https://github.com/plotly/plotly.js/pull/6928)], + with thanks to @28raining and @dy for the contribution! + + ## [2.30.0] -- 2024-03-06 ### Added diff --git a/README.md b/README.md index 33b42beeaea..8ea3e988266 100644 --- a/README.md +++ b/README.md @@ -55,7 +55,7 @@ You may also consider using [`plotly.js-dist`](https://www.npmjs.com/package/plo ```html - +
@@ -72,7 +72,7 @@ You may also consider using [`plotly.js-dist`](https://www.npmjs.com/package/plo Alternatively you may consider using [native ES6 import](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Guide/Modules) in the script tag. ```html ``` @@ -82,7 +82,7 @@ Fastly supports Plotly.js with free CDN service. Read more at + ``` > Please note that as of v2 the "plotly-latest" outputs (e.g. https://cdn.plot.ly/plotly-latest.min.js) will no longer be updated on the CDN, and will stay at the last v1 patch v1.58.5. Therefore, to use the CDN with plotly.js v2 and higher, you must specify an exact plotly.js version. diff --git a/draftlogs/6923_fix.md b/draftlogs/6923_fix.md deleted file mode 100644 index 2dc85b084b7..00000000000 --- a/draftlogs/6923_fix.md +++ /dev/null @@ -1 +0,0 @@ - - Fix centering multi-line headers for treemap traces [[#6923](https://github.com/plotly/plotly.js/pull/6923)] diff --git a/draftlogs/6924_fix.md b/draftlogs/6924_fix.md deleted file mode 100644 index a7a8d8d64e6..00000000000 --- a/draftlogs/6924_fix.md +++ /dev/null @@ -1 +0,0 @@ - - Fix heatmap text color and `texttemplate` on cells with missing data [[#6924](https://github.com/plotly/plotly.js/pull/6924)] diff --git a/draftlogs/6928_fix.md b/draftlogs/6928_fix.md deleted file mode 100644 index 33190e0b925..00000000000 --- a/draftlogs/6928_fix.md +++ /dev/null @@ -1,2 +0,0 @@ - - Fix scattergl rendering when colors include capital letters [[#6928](https://github.com/plotly/plotly.js/pull/6928)], - with thanks to @28raining and @dy for the contribution!