From e453ef910e829f060b12b43b982f27bc606fd699 Mon Sep 17 00:00:00 2001 From: Mojtaba Samimi Date: Mon, 17 Apr 2023 17:20:00 -0400 Subject: [PATCH] update readme & changelog for v2.21.0 --- CHANGELOG.md | 15 +++++++++++++++ draftlogs/6528_fix.md | 1 - draftlogs/6557_add.md | 1 - draftlogs/6565_fix.md | 1 - 4 files changed, 15 insertions(+), 3 deletions(-) delete mode 100644 draftlogs/6528_fix.md delete mode 100644 draftlogs/6557_add.md delete mode 100644 draftlogs/6565_fix.md diff --git a/CHANGELOG.md b/CHANGELOG.md index 69d100c0a33..5f957bfb4c4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,21 @@ 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.21.0] -- 2023-04-17 + +### Added + - Add `texttemplate` to shape.label for parametric shapes i.e. line, rect and circle [[#6527](https://github.com/plotly/plotly.js/pull/6527)], + with thanks to the [Volkswagen](https://www.volkswagenag.com) Center of Excellence for Battery Systems for sponsoring development! + - Add strict option to custom bundle command [[#6557](https://github.com/plotly/plotly.js/pull/6557)], + with thanks to @CallumNZ for the contribution! + +### Fixed + - Fix dragging of legend when xanchor is not 'left' or yanchor is not 'top' [[#6528](https://github.com/plotly/plotly.js/pull/6528)], + with thanks to @bmaranville for the contribution! + - Fix heatmap rendering bug and improve performance when `zsmooth` is set to "fast" [[#6565](https://github.com/plotly/plotly.js/pull/6565)], + with thanks to @lvlte for the contribution! + + ## [2.20.0] -- 2023-03-15 ### Added diff --git a/draftlogs/6528_fix.md b/draftlogs/6528_fix.md deleted file mode 100644 index cbd5a6baab9..00000000000 --- a/draftlogs/6528_fix.md +++ /dev/null @@ -1 +0,0 @@ - - fix dragging of legend when xanchor is not 'left' or yanchor is not 'top' [[#6528](https://github.com/plotly/plotly.js/pull/6528)] \ No newline at end of file diff --git a/draftlogs/6557_add.md b/draftlogs/6557_add.md deleted file mode 100644 index b4f4e71bd6e..00000000000 --- a/draftlogs/6557_add.md +++ /dev/null @@ -1 +0,0 @@ - - Add strict option to custom bundle command [[#6557](https://github.com/plotly/plotly.js/pull/6557)], with thanks to @CallumNZ for the contribution! \ No newline at end of file diff --git a/draftlogs/6565_fix.md b/draftlogs/6565_fix.md deleted file mode 100644 index 6378d5e8875..00000000000 --- a/draftlogs/6565_fix.md +++ /dev/null @@ -1 +0,0 @@ - - Fix heatmap rendering bug and improve performance when `zsmooth` is set to "fast" [[#6565](https://github.com/plotly/plotly.js/pull/6565)], with thanks to @lvlte for the contribution!