Skip to content

Commit dcf4bc9

Browse files
committed
update news
1 parent fb16ac0 commit dcf4bc9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

NEWS.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,11 @@
88

99
* Now requires a version of __ggplot2__ higher than 2.1.0 because the new ggproto faceting infrastructure introduced breaking changes.
1010
* A book icon is added to the mode bar, by default, which links to the plotly book. If you want to remove this icon from a plot `p`, do `config(p, modeBarButtonsToRemove = "Collaborate")`
11+
* The `ggplotly()` function now preserves all information about the layer mapping. This makes it possible to access input/output data from any layer.
1112

1213
## BUG FIXES
1314

15+
* HTMLwidget.resize() used to ignore specified `layout.width`/`layout.height`.
1416
* When `height`/`width` are specified in `ggplotly()`, relative sizes are now translated correctly. Fixes #489 and #510.
1517
* More careful handling of font when expanding annotation arrays. Fixes #738.
1618
* Ignore data arrays of non-tidy traces. Fixes #737.

0 commit comments

Comments
 (0)