You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Start v4.10.1 release candidate; groom news
* Don't run examples on a non-interactive windows environment
(This is mainly to avoid spurious CRAN NOTE on win-builder)
* Account for the fact that linewidth_or_size() could take non element/Geom input (like NULL)
Copy file name to clipboardExpand all lines: NEWS.md
+3-5Lines changed: 3 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,19 +1,17 @@
1
-
# 4.10.0.9000
1
+
# 4.10.1
2
2
3
3
## Changes to plotly.js
4
4
5
5
* This version of the R package upgrades the version of the underlying plotly.js library from v2.5.1 to v2.11.1. This includes many bug fixes and improvements. The [plotly.js release page](https://github.com/plotly/plotly.js/releases) has the full list of changes.
6
6
7
7
## New features
8
8
9
+
*`plotlyOutput()` gains a new `fill` parameter. When `TRUE` (the default), the widget's container element is allowed to grow/shrink to fit it's parent container so long as that parent is opinionated about its height and has been marked with `htmltools::bindFillRole(x, container = TRUE)`. (#2198)
10
+
* The primary motivation for this is to allow plots to grow/shrink by default [inside `bslib::card_body_fill()`](https://rstudio.github.io/bslib/articles/cards.html#responsive-sizing)
9
11
*`ggplotly()` now supports the `{ggalluvial}` package. (#2061, thanks @moutikabdessabour)
10
12
*`highlight()` now supports `on="plotly_selecting"`, enabling client-side linked brushing via mouse click+drag (no mouse-up event required, as with `on="plotly_selected"`). (#1280)
11
13
*`raster2uri()` supports nativeRaster objects. This enables nativeRaster support for
12
14
the `annotation_raster()` geom (#2174, @zeehio).
13
-
*`plotlyOutput()`'s gains a `fill` argument which , allowing it have more flexible default sizing behavior, which will be useful in combination with `{bslib}`'s new `card()`. (#2192)
14
-
15
-
*`plotlyOutput()` gains a new `fill` parameter. When `TRUE` (the default), the widget's container element is allowed to grow/shrink to fit it's parent container so long as that parent is opinionated about its height and has been marked with `htmltools::bindFillRole(x, container = TRUE)`. (#2198)
16
-
* The primary motivation for this is to allow plots to grow/shrink by default [inside `bslib::card_body_fill()`](https://rstudio.github.io/bslib/articles/cards.html#responsive-sizing)
0 commit comments