|
132 | 132 | * Moved {mgcv} from Imports to Suggests (@teunbrand, #5986) |
133 | 133 | * New `reset_geom_defaults()` and `reset_stat_defaults()` to restore all geom or |
134 | 134 | stat default aesthetics at once (@teunbrand, #5975). |
135 | | -* `facet_wrap()` can have `space = "free_x"` with 1-row layouts and |
136 | 135 | * `facet_wrap()` can have `space = "free_x"` with 1-row layouts and |
137 | 136 | `space = "free_y"` with 1-column layouts (@teunbrand) |
138 | 137 | * Secondary axes respect `n.breaks` setting in continuous scales (@teunbrand, #4483). |
139 | 138 | * Layers can have names (@teunbrand, #4066). |
140 | 139 | * (internal) improvements to `pal_qualitative()` (@teunbrand, #5013) |
141 | 140 | * `coord_radial(clip = "on")` clips to the panel area when the graphics device |
142 | 141 | supports clipping paths (@teunbrand, #5952). |
143 | | -* (internal) Panel clipping responsibility moved from Facet class to Coord |
144 | | - class through new `Coord$draw_panel()` method. |
145 | | -* `theme(strip.clip)` now defaults to `"on"` and is independent of Coord |
146 | | - clipping (@teunbrand, 5952). |
147 | | -* (internal) rearranged the code of `Facet$draw_paensl()` method (@teunbrand). |
148 | | -* Axis labels are now justified across facet panels (@teunbrand, #5820) |
149 | | -* Fixed bug in `stat_function()` so x-axis title now produced automatically |
150 | | - when no data added. (@phispu, #5647). |
151 | | -* geom_sf now accepts shape names (@sierrajohnson, #5808) |
152 | | -* Added `gg` class to `labs()` (@phispu, #5553). |
153 | | -* Missing values from discrete palettes are no longer translated |
154 | 142 | * (internal) Panel clipping responsibility moved from Facet class to Coord |
155 | 143 | class through new `Coord$draw_panel()` method. |
156 | 144 | * `theme(strip.clip)` now defaults to `"on"` and is independent of Coord |
|
292 | 280 | (@teunbrand, #5938, #4327). |
293 | 281 | * Fixed bug where empty discrete scales weren't recognised as such |
294 | 282 | (@teunbrand, #5945). |
295 | | -* (internal) The summary function of `stat_summary()` and `stat_summary_bin()` |
296 | | - is setup once in total instead of once per group (@teunbrand, #5971) |
297 | | -* `facet_grid(space = "free")` can now be combined with `coord_fixed()` |
298 | | - (@teunbrand, #4584). |
299 | | -* `theme_classic()` now has black ticks and text instead of dark gray. In |
300 | | - addition, `theme_classic()`'s axis line end is `"square"` (@teunbrand, #5978). |
301 | | -* {tibble} is now suggested instead of imported (@teunbrand, #5986) |
302 | 283 | * `coord_trans()` renamed to `coord_transform()` (@nmercadeb, #5825). |
303 | 284 | * (internal) The summary function of `stat_summary()` and `stat_summary_bin()` |
304 | 285 | is setup once in total instead of once per group (@teunbrand, #5971) |
|
0 commit comments