Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
46 commits
Select commit Hold shift + click to select a range
8421274
chore: upgrade plotly.js to v2.12.0
cpsievert Dec 30, 2025
a2f37a7
chore: upgrade plotly.js to v2.12.1
cpsievert Dec 30, 2025
fc0b036
chore: upgrade plotly.js to v2.13.0
cpsievert Dec 30, 2025
dcdd359
chore: upgrade plotly.js to v2.13.1
cpsievert Dec 30, 2025
d4c3715
chore: upgrade plotly.js to v2.13.2
cpsievert Dec 30, 2025
a7975a3
chore: upgrade plotly.js to v2.13.3
cpsievert Dec 30, 2025
9d5fa8f
chore: upgrade plotly.js to v2.14.0
cpsievert Dec 30, 2025
84f89c6
chore: upgrade plotly.js to v2.15.0
cpsievert Dec 30, 2025
beafd47
chore: upgrade plotly.js to v2.15.1
cpsievert Dec 30, 2025
3351a33
chore: upgrade plotly.js to v2.16.0
cpsievert Dec 30, 2025
e7022b1
chore: upgrade plotly.js to v2.16.1
cpsievert Dec 30, 2025
6e95dbf
chore: upgrade plotly.js to v2.16.2
cpsievert Dec 30, 2025
6a56f88
chore: upgrade plotly.js to v2.16.3
cpsievert Dec 30, 2025
e071415
chore: upgrade plotly.js to v2.16.4
cpsievert Dec 30, 2025
e9b20d9
chore: upgrade plotly.js to v2.16.5
cpsievert Dec 30, 2025
638f93b
chore: upgrade plotly.js to v2.17.0
cpsievert Dec 30, 2025
8de56da
chore: upgrade plotly.js to v2.17.1
cpsievert Dec 30, 2025
341b32d
chore: upgrade plotly.js to v2.18.0
cpsievert Dec 30, 2025
2685343
chore: upgrade plotly.js to v2.18.1
cpsievert Dec 30, 2025
b20bdef
chore: upgrade plotly.js to v2.18.2
cpsievert Dec 30, 2025
1cf9ccf
chore: upgrade plotly.js to v2.19.0
cpsievert Dec 30, 2025
cc960f8
chore: upgrade plotly.js to v2.19.1
cpsievert Dec 30, 2025
3aabdbe
chore: upgrade plotly.js to v2.20.0
cpsievert Dec 30, 2025
e08bbc1
chore: upgrade plotly.js to v2.21.0
cpsievert Dec 30, 2025
972f728
chore: upgrade plotly.js to v2.22.0
cpsievert Dec 30, 2025
a987c74
chore: upgrade plotly.js to v2.23.0
cpsievert Dec 30, 2025
50b7db2
chore: upgrade plotly.js to v2.23.1
cpsievert Dec 30, 2025
7369403
Upgrade plotly.js to v2.23.2
cpsievert Dec 30, 2025
988b3c9
Upgrade plotly.js to v2.24.0
cpsievert Dec 30, 2025
782f921
Upgrade plotly.js to v2.24.1
cpsievert Dec 30, 2025
8f233e6
Upgrade plotly.js to v2.24.2
cpsievert Dec 30, 2025
16a7eb5
Upgrade plotly.js to v2.24.3
cpsievert Dec 30, 2025
51e6872
Upgrade plotly.js to v2.25.0
cpsievert Dec 30, 2025
8d8c0be
Upgrade plotly.js to v2.25.1
cpsievert Dec 30, 2025
76d5440
Upgrade plotly.js to v2.25.2
cpsievert Dec 30, 2025
aec6bde
Add TODO tracking file for plotly.js upgrade
cpsievert Dec 30, 2025
8a9466c
Update TODO with regression investigation results
cpsievert Dec 30, 2025
f0ae020
Update .Rbuildignore to exclude upgrade files
cpsievert Dec 30, 2025
8fa3218
Clean up upgrade tracking files and revert R version requirement
cpsievert Jan 19, 2026
f2a409a
Merge branch 'master' into chore/update-plotlyjs
cpsievert Jan 19, 2026
11b0950
Restore upgrade tracking files to git
cpsievert Jan 19, 2026
67955a9
Accept new snaps
cpsievert Jan 19, 2026
743c01a
Update shinytest2 snapshots for plotly.js v2.25.2
cpsievert Jan 19, 2026
b37b91f
Document plotly.js v2.25.2 upgrade in NEWS
cpsievert Jan 19, 2026
56d909f
Remove upgrade tracking files from git (keep locally)
cpsievert Jan 19, 2026
ee076f6
Apply suggestions from code review
cpsievert Jan 19, 2026
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
Prev Previous commit
Next Next commit
chore: upgrade plotly.js to v2.16.3
Bug fix:
- Fixed hover on multicategory axes

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
  • Loading branch information
cpsievert and claude committed Jan 19, 2026
commit 6a56f88963a056aafc1e495df7ca9fe69b7ac889
9 changes: 9 additions & 0 deletions PLOTLYJS_UPGRADE_LOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -177,6 +177,15 @@ Tracking the upgrade of plotly.js from v2.11.1 to v2.25.2.
---

### v2.16.3
- **Release Notes**: https://github.com/plotly/plotly.js/releases/tag/v2.16.3
- **Status**: Complete
- **Key Changes**:
- Fixed hover on multicategory axes
- **Issues/Concerns**: None - bug fix only

---

### v2.16.4
- **Status**: Not started

---
Expand Down
2 changes: 1 addition & 1 deletion R/plotly.R
Original file line number Diff line number Diff line change
Expand Up @@ -479,7 +479,7 @@ typedArrayPolyfill <- function() {
plotlyMainBundle <- function() {
htmltools::htmlDependency(
name = "plotly-main",
version = "2.16.2",
version = "2.16.3",
package = "plotly",
src = dependency_dir("plotlyjs"),
script = "plotly-latest.min.js",
Expand Down
4 changes: 2 additions & 2 deletions inst/htmlwidgets/lib/plotlyjs/plotly-latest.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion tools/update_plotlyjs.R
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ library(httr)
library(rprojroot)

# Specify the version to update to (set to NULL for latest)
PLOTLY_JS_VERSION <- "2.16.2"
PLOTLY_JS_VERSION <- "2.16.3"

# get zip URL to plotly.js release
if (is.null(PLOTLY_JS_VERSION)) {
Expand Down