Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion draftlogs/7475_fix.md
Original file line number Diff line number Diff line change
@@ -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)]
1 change: 1 addition & 0 deletions draftlogs/7517_fix.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
- Fix wheel event handler `Violation` in Chromium by setting `passive: true` [[#7517](https://github.com/plotly/plotly.js/pull/7517)]
1 change: 1 addition & 0 deletions draftlogs/7520_fix.md
Original file line number Diff line number Diff line change
@@ -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)]
2 changes: 1 addition & 1 deletion draftlogs/7522_fix.md
Original file line number Diff line number Diff line change
@@ -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!
1 change: 1 addition & 0 deletions draftlogs/7526_fix.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
- Fix broken styling of map attributions [[#7526](https://github.com/plotly/plotly.js/pull/7526)]
1 change: 1 addition & 0 deletions draftlogs/7540_fix.md
Original file line number Diff line number Diff line change
@@ -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)]
2 changes: 1 addition & 1 deletion draftlogs/7555_fix.md
Original file line number Diff line number Diff line change
@@ -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)]