From a664eb4a3866922b61d7a9b58a4da0c2788f0cd8 Mon Sep 17 00:00:00 2001 From: archmoj Date: Wed, 7 Jul 2021 11:16:44 -0400 Subject: [PATCH] add draft logs for merged PRs on master since 2.2.1 --- draftlogs/5112_change.md | 2 ++ draftlogs/5786_change.md | 2 ++ draftlogs/5792_change.md | 1 + draftlogs/5804_fix.md | 1 + 4 files changed, 6 insertions(+) create mode 100644 draftlogs/5112_change.md create mode 100644 draftlogs/5786_change.md create mode 100644 draftlogs/5792_change.md create mode 100644 draftlogs/5804_fix.md diff --git a/draftlogs/5112_change.md b/draftlogs/5112_change.md new file mode 100644 index 00000000000..2abd70b2989 --- /dev/null +++ b/draftlogs/5112_change.md @@ -0,0 +1,2 @@ + - Replace `d3.geo` method with more recent `d3-geo` and `d3-geo-projection` modules to pave the way + for new projection types and help fix occasional unexpected characters in bundles [[#5112](https://github.com/plotly/plotly.js/pull/5112)] diff --git a/draftlogs/5786_change.md b/draftlogs/5786_change.md new file mode 100644 index 00000000000..03c182d66c8 --- /dev/null +++ b/draftlogs/5786_change.md @@ -0,0 +1,2 @@ + - use version 1.1.0 of `to-float32` module in regl scatter line error 2d packages [[#5786](https://github.com/plotly/plotly.js/pull/5786)], + with thanks to @Seranicio for the contribution! \ No newline at end of file diff --git a/draftlogs/5792_change.md b/draftlogs/5792_change.md new file mode 100644 index 00000000000..6e27b01d378 --- /dev/null +++ b/draftlogs/5792_change.md @@ -0,0 +1 @@ + - Improve CONTRIBUTING guidelines for creating & updating baselines [[#5792](https://github.com/plotly/plotly.js/pull/5792)] diff --git a/draftlogs/5804_fix.md b/draftlogs/5804_fix.md new file mode 100644 index 00000000000..b4ba8cb78eb --- /dev/null +++ b/draftlogs/5804_fix.md @@ -0,0 +1 @@ + - Fix mapbox line text example [[#5804](https://github.com/plotly/plotly.js/pull/5804)]