From 920a50e6d728d45797742d499378a3b3c19eda9f Mon Sep 17 00:00:00 2001 From: Mojtaba Samimi Date: Fri, 11 Aug 2023 11:59:24 -0400 Subject: [PATCH] update readme and changelog for v2.25.2 --- CHANGELOG.md | 10 ++++++++++ README.md | 6 +++--- 2 files changed, 13 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2a4f95b7730..4676ef92de7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +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.25.2] -- 2023-08-11 + +### Changed + - Update Croatian translations in `hr` locale [[#6690](https://github.com/plotly/plotly.js/pull/6690)], + with thanks to @Mkranj for the contribution! + +### Fixed + - Fix potential prototype pollution in plot API calls [[#6703](https://github.com/plotly/plotly.js/pull/6703), [6704](https://github.com/plotly/plotly.js/pull/6704)] + + ## [2.25.1] -- 2023-08-02 ### Fixed diff --git a/README.md b/README.md index 2aefffa7775..5157d422eb1 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.