From 5d7f4804c8841f944b01bf6fec2fb15caac77a82 Mon Sep 17 00:00:00 2001 From: Emily KL <4672118+emilykl@users.noreply.github.com> Date: Fri, 26 Sep 2025 18:35:43 -0400 Subject: [PATCH] add missing draftlogs and fix formatting --- draftlogs/7475_fix.md | 2 +- draftlogs/7517_fix.md | 1 + draftlogs/7520_fix.md | 1 + draftlogs/7522_fix.md | 2 +- draftlogs/7526_fix.md | 1 + draftlogs/7540_fix.md | 1 + draftlogs/7555_fix.md | 2 +- 7 files changed, 7 insertions(+), 3 deletions(-) create mode 100644 draftlogs/7517_fix.md create mode 100644 draftlogs/7520_fix.md create mode 100644 draftlogs/7526_fix.md create mode 100644 draftlogs/7540_fix.md diff --git a/draftlogs/7475_fix.md b/draftlogs/7475_fix.md index dc46720b572..81e8ad22507 100644 --- a/draftlogs/7475_fix.md +++ b/draftlogs/7475_fix.md @@ -1 +1 @@ - - Update plot with all config changes during call to `Plotly.react` [#7475](https://github.com/plotly/plotly.js/pull/7475) + - Update plot with all config changes during call to `Plotly.react` [[#7475](https://github.com/plotly/plotly.js/pull/7475)] diff --git a/draftlogs/7517_fix.md b/draftlogs/7517_fix.md new file mode 100644 index 00000000000..816c69c2916 --- /dev/null +++ b/draftlogs/7517_fix.md @@ -0,0 +1 @@ + - Fix wheel event handler `Violation` in Chromium by setting `passive: true` [[#7517](https://github.com/plotly/plotly.js/pull/7517)] diff --git a/draftlogs/7520_fix.md b/draftlogs/7520_fix.md new file mode 100644 index 00000000000..323f283eeee --- /dev/null +++ b/draftlogs/7520_fix.md @@ -0,0 +1 @@ + - Fix `locationmode` warning to be less aggressive: show warning only when `locationmode` is `'country names'` [[#7520](https://github.com/plotly/plotly.js/pull/7520)] diff --git a/draftlogs/7522_fix.md b/draftlogs/7522_fix.md index 11547cb7c8f..fa9f388d9f2 100644 --- a/draftlogs/7522_fix.md +++ b/draftlogs/7522_fix.md @@ -1 +1 @@ -- Refactor `drawMainTitle` to use context-specific selections for title and subtitle, avoiding conflicts when multiple plots are present on the same page [[#7522](https://github.com/plotly/plotly.js/pull/7522)] +- Refactor `drawMainTitle` to use context-specific selections for title and subtitle, avoiding conflicts when multiple plots are present on the same page [[#7522](https://github.com/plotly/plotly.js/pull/7522)], with thanks to @davibarbosa2 for the contribution! diff --git a/draftlogs/7526_fix.md b/draftlogs/7526_fix.md new file mode 100644 index 00000000000..079133d9951 --- /dev/null +++ b/draftlogs/7526_fix.md @@ -0,0 +1 @@ + - Fix broken styling of map attributions [[#7526](https://github.com/plotly/plotly.js/pull/7526)] diff --git a/draftlogs/7540_fix.md b/draftlogs/7540_fix.md new file mode 100644 index 00000000000..70ed615e241 --- /dev/null +++ b/draftlogs/7540_fix.md @@ -0,0 +1 @@ + - Tidy up some stray characters in attribute descriptions [[#7539](https://github.com/plotly/plotly.js/pull/7539)], [[#7540](https://github.com/plotly/plotly.js/pull/7540)] diff --git a/draftlogs/7555_fix.md b/draftlogs/7555_fix.md index 5fd82b88465..443dc1d34e7 100644 --- a/draftlogs/7555_fix.md +++ b/draftlogs/7555_fix.md @@ -1 +1 @@ - - Fix cropping of subunits in USA topojson, clean up land and coastlines layers for all topojson [#7555](https://github.com/plotly/plotly.js/pull/7555) + - Fix cropping of subunits in USA topojson, clean up land and coastlines layers for all topojson [[#7555](https://github.com/plotly/plotly.js/pull/7555)]