From 79337fed627fbc75f3816ff4ebd6c11a7d7898bc Mon Sep 17 00:00:00 2001 From: Mojtaba Samimi Date: Thu, 6 Oct 2022 15:22:25 -0400 Subject: [PATCH] update readme and changelog for v2.15.0 --- CHANGELOG.md | 20 ++++++++++++++++++++ README.md | 6 +++--- draftlogs/6281_fix.md | 2 -- draftlogs/6296_fix.md | 2 -- draftlogs/6304_change.md | 1 - draftlogs/6307_add.md | 1 - draftlogs/6312_fix.md | 1 - draftlogs/6318_fix.md | 1 - draftlogs/6324_add.md | 1 - draftlogs/6335_fix.md | 1 - 10 files changed, 23 insertions(+), 13 deletions(-) delete mode 100644 draftlogs/6281_fix.md delete mode 100644 draftlogs/6296_fix.md delete mode 100644 draftlogs/6304_change.md delete mode 100644 draftlogs/6307_add.md delete mode 100644 draftlogs/6312_fix.md delete mode 100644 draftlogs/6318_fix.md delete mode 100644 draftlogs/6324_add.md delete mode 100644 draftlogs/6335_fix.md diff --git a/CHANGELOG.md b/CHANGELOG.md index 5c8335be1a9..a267dc16df5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,26 @@ 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.15.0] -- 2022-10-06 + +### Added + - Add `angle`, `angleref` and `standoff` to `marker` and add `backoff` to `line`; also introduce new arrow symbols to facilitate drawing networks [[#6297](https://github.com/plotly/plotly.js/pull/6297)] + - Add `minreducedwidth` and `minreducedheight` to layout for increasing control over automargin [[#6307](https://github.com/plotly/plotly.js/pull/6307)] + - Add `entrywidth` and `entrywidthmode` to legend [[#6202](https://github.com/plotly/plotly.js/pull/6202), [#6324](https://github.com/plotly/plotly.js/pull/6324)] + +### Changed + - Use valType of `angle` for `rotation` in `pie` [[#6304](https://github.com/plotly/plotly.js/pull/6304)] + +### Fixed + - Fix mapbox `touch event` after switching back from select mode [[#6281](https://github.com/plotly/plotly.js/pull/6281)], + with thanks to @mmtmr for the contribution! + - Fix automargin to update axis titles in redraws [[#6312](https://github.com/plotly/plotly.js/pull/6312)] + - Fix exporting patterns with transparent color [[#6318](https://github.com/plotly/plotly.js/pull/6318)] + - Fix exporting text on empty slices [[#6335](https://github.com/plotly/plotly.js/pull/6335)] + - Disable interactions for `treemap`, `icicle`, `sunburst`, `pie`, `funnelarea`, + `parcats`, `parcoords` and `sankey` traces when `staticPlot` is set to true [[#6296](https://github.com/plotly/plotly.js/pull/6296)] + + ## [2.14.0] -- 2022-08-10 ### Added diff --git a/README.md b/README.md index e3fb05eef37..ba9c4e4b388 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/6281_fix.md b/draftlogs/6281_fix.md deleted file mode 100644 index f3f844e639c..00000000000 --- a/draftlogs/6281_fix.md +++ /dev/null @@ -1,2 +0,0 @@ - - Fix mapbox `touch event` after switching back from select mode [[#6281](https://github.com/plotly/plotly.js/pull/6281)], - with thanks to @mmtmr for the contribution! diff --git a/draftlogs/6296_fix.md b/draftlogs/6296_fix.md deleted file mode 100644 index 56e3b7b427c..00000000000 --- a/draftlogs/6296_fix.md +++ /dev/null @@ -1,2 +0,0 @@ - - Disable interactions for `treemap`, `icicle`, `sunburst`, `pie`, `funnelarea`, - `parcats`, `parcoords` and `sankey` traces when `staticPlot` is set to true [[#6296](https://github.com/plotly/plotly.js/pull/6296)] diff --git a/draftlogs/6304_change.md b/draftlogs/6304_change.md deleted file mode 100644 index c7bf113cb6c..00000000000 --- a/draftlogs/6304_change.md +++ /dev/null @@ -1 +0,0 @@ - - Use valType of `angle` for `rotation` in `pie` [[#6304](https://github.com/plotly/plotly.js/pull/6304)] diff --git a/draftlogs/6307_add.md b/draftlogs/6307_add.md deleted file mode 100644 index f3240a3a6a7..00000000000 --- a/draftlogs/6307_add.md +++ /dev/null @@ -1 +0,0 @@ -Add `minreducedwidth` and `minreducedheight` as layout parameters [[#6307](https://github.com/plotly/plotly.js/pull/6307)] \ No newline at end of file diff --git a/draftlogs/6312_fix.md b/draftlogs/6312_fix.md deleted file mode 100644 index 282fc028424..00000000000 --- a/draftlogs/6312_fix.md +++ /dev/null @@ -1 +0,0 @@ -Fix bug with automargin and axis titles [[#6312](https://github.com/plotly/plotly.js/pull/6312)] \ No newline at end of file diff --git a/draftlogs/6318_fix.md b/draftlogs/6318_fix.md deleted file mode 100644 index ddf245797a2..00000000000 --- a/draftlogs/6318_fix.md +++ /dev/null @@ -1 +0,0 @@ - - Fix drawing & exporting patterns with transparent color [[#6318](https://github.com/plotly/plotly.js/pull/6318)] diff --git a/draftlogs/6324_add.md b/draftlogs/6324_add.md deleted file mode 100644 index 21cd51f555d..00000000000 --- a/draftlogs/6324_add.md +++ /dev/null @@ -1 +0,0 @@ - - Add `entrywidth` and `entrywidthmode` to legend [[#6202](https://github.com/plotly/plotly.js/pull/6202), [#6324](https://github.com/plotly/plotly.js/pull/6324)] diff --git a/draftlogs/6335_fix.md b/draftlogs/6335_fix.md deleted file mode 100644 index 1177ad7f8de..00000000000 --- a/draftlogs/6335_fix.md +++ /dev/null @@ -1 +0,0 @@ - - Hide text on empty slices to avoid PDF exports in MS Word from SVG imports [[#6335](https://github.com/plotly/plotly.js/pull/6335)]