Skip to content

Commit 7f11303

Browse files
authored
closes #3888. (#3896)
1 parent 95ba60b commit 7f11303

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

NEWS.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,12 @@
1818
* Added an `outside` option to `annotation_logticks()` that places tick marks
1919
outside of the plot bounds. (#3783, @kbodwin)
2020

21+
* Facet strips now have dedicated position-dependent theme elements (`strip.text.x.top`,
22+
`strip.text.x.bottom`, `strip.text.y.left`, `strip.text.y.right`) that inherit from
23+
`strip.text.x` and `strip.text.y`, respectively. As a consequence, some theme stylings now
24+
need to be applied to the position-dependent elements rather than to the parent elements. This
25+
change was already introduced in ggplot2 3.3.0 but not listed in the changelog. (@thomasp85, #3683)
26+
2127
* Data columns can now contain `Vector` S4 objects, which are widely used in the
2228
Bioconductor project. (@teunbrand, #3837)
2329

0 commit comments

Comments
 (0)