Skip to content

Commit b1522d3

Browse files
committed
cleanup merge debris
1 parent ae1ac75 commit b1522d3

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

NEWS.md

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@
55
`theme(axis.line, axis.text, axis.ticks, axis.ticks.length, axis.line)`. This
66
should allow slightly terser and more organised theme declarations
77
(@teunbrand, #5301).
8-
* `ScaleContinuous$get_breaks()` now only calls `scales::zero_range()` on limits
9-
in transformed space, rather than in data space (#5304).
108
* `geom_boxplot()` gains additional arguments to style the colour, linetype and
119
linewidths of the box, whiskers, median line and staples (@teunbrand, #5126)
1210
* (internal) Using `after_scale()` in the `Geom*$default_aes()` field is now
@@ -461,18 +459,6 @@ stats, facets and coords (#3329, @teunbrand)
461459
in a manner that does affects the scale range. For hiding outliers that does
462460
not affect the scale range, you can continue to use `outlier.shape = NA`
463461
(@teunbrand, #4892).
464-
465-
* Binned scales now treat `NA`s in limits the same way continuous scales do
466-
(#5355).
467-
468-
* Binned scales work better with `trans = "reverse"` (#5355).
469-
470-
* The `legend.text.align` and `legend.title.align` arguments in `theme()` are
471-
deprecated. The `hjust` setting of the `legend.text` and `legend.title`
472-
elements continues to fulfil the role of text alignment (@teunbrand, #5347).
473-
474-
* Integers are once again valid input to theme arguments that expect numeric
475-
input (@teunbrand, #5369)
476462

477463
* Nicer error messages for xlim/ylim arguments in coord-* functions
478464
(@92amartins, #4601, #5297).

0 commit comments

Comments
 (0)