Skip to content

Commit 0b7c263

Browse files
committed
update news
1 parent fa2ff8c commit 0b7c263

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

NEWS.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,12 @@
2020

2121
## BUG FIXES
2222

23+
24+
* The default `height`/`width` that `ggplotly()` assumes is now more consistently correct in various context, but it also now requires access to one of the following devices: `Cairo::Cairo()`, `png()`, or `jpg()`.
25+
* In RStudio, `ggplotly()` was ignoring a specified `height`/`width` (see #1190).
26+
* `ggplotly()` now uses fixed heights for facet strips meaning that their height is still correct after a window resize (see #1265).
2327
* Bug fix for linking views with crosstalk where the source of the selection is an aggregated trace (see #1218).
2428
* Fixed algorithm for coercing the proposed layout to the plot schema (see #1156).
25-
* The default `height`/`width` that `ggplotly()` assumes is now more consistently correct in various context, but it also now requires access to one of the following devices: `Cairo::Cairo()`, `png()`, or `jpg()`.
26-
* In RStudio, `ggplotly()` was ignoring `height`/`width` (see #1190).
2729
* `add_*()` no longer inherits `crosstalk::SharedData` key information when `inherit = FALSE` (see #1242).
2830
* The `limits` argument of `colorbar()` wasn't being applied to `line.color`/`line.cmin`/`line.cmax` (see #1236).
2931

0 commit comments

Comments
 (0)