Skip to content

Add news item for facet strip themeing #3896

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Apr 30, 2020
Merged
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
6 changes: 6 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,12 @@
* Added an `outside` option to `annotation_logticks()` that places tick marks
outside of the plot bounds. (#3783, @kbodwin)

* Facet strips now have dedicated position-dependent theme elements (`strip.text.x.top`,
`strip.text.x.bottom`, `strip.text.y.left`, `strip.text.y.right`) that inherit from
`strip.text.x` and `strip.text.y`, respectively. As a consequence, some theme stylings now
need to be applied to the position-dependent elements rather than to the parent elements. This
change was already introduced in ggplot2 3.3.0 but not listed in the changelog. (@thomasp85, #3683)

* Data columns can now contain `Vector` S4 objects, which are widely used in the
Bioconductor project. (@teunbrand, #3837)

Expand Down