diff --git a/CHANGELOG.md b/CHANGELOG.md index a3635c10267..68f07773f57 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,12 @@ 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.16.5] -- 2022-12-13 + +### Fixed + - Disable slider interactions when `staticPlot` is set to true [[#6393](https://github.com/plotly/plotly.js/pull/6393)] + + ## [2.16.4] -- 2022-12-07 ### Fixed diff --git a/README.md b/README.md index 0d91f87e25c..d5c2b369ed7 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/6393_fix.md b/draftlogs/6393_fix.md deleted file mode 100644 index b19412f058e..00000000000 --- a/draftlogs/6393_fix.md +++ /dev/null @@ -1 +0,0 @@ - - Disable slider interactions when `staticPlot` is true [[#6393](https://github.com/plotly/plotly.js/pull/6393)]