From 7c78c75235f5c315a05abe9c647907b91afe641f Mon Sep 17 00:00:00 2001 From: Mojtaba Samimi Date: Fri, 13 Dec 2024 23:54:29 -0500 Subject: [PATCH] update readme and draftlog --- CHANGELOG.md | 8 +++++++- README.md | 6 +++--- draftlogs/7314_fix.md | 1 - 3 files changed, 10 insertions(+), 5 deletions(-) delete mode 100644 draftlogs/7314_fix.md diff --git a/CHANGELOG.md b/CHANGELOG.md index 965d94cabf4..245802a74ba 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,10 +9,16 @@ 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.35.3] -- 2024-12-13 + +### Fixed + - Set height and width on the `.plotly-container` div to 100% [[#7314](https://github.com/plotly/plotly.js/pull/7314)] + + ## [2.35.2] -- 2024-09-10 ### Fixed -- Fix require path to maplibre-gl.css (regression introduced in 2.35.1) [[#7146](https://github.com/plotly/plotly.js/pull/7146)], + - Fix require path to maplibre-gl.css (regression introduced in 2.35.1) [[#7146](https://github.com/plotly/plotly.js/pull/7146)], with thanks to @birkskyum for the contribution! diff --git a/README.md b/README.md index bd17eff1f4b..0a2c3f8bccb 100644 --- a/README.md +++ b/README.md @@ -62,7 +62,7 @@ You may also consider using [`plotly.js-dist`](https://www.npmjs.com/package/plo ```html - +
@@ -79,7 +79,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 ``` @@ -89,7 +89,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/7314_fix.md b/draftlogs/7314_fix.md deleted file mode 100644 index 7534de98a3d..00000000000 --- a/draftlogs/7314_fix.md +++ /dev/null @@ -1 +0,0 @@ -- Set height and width on the `.plotly-container` div to 100% [[#7314](https://github.com/plotly/plotly.js/pull/7314)]