|
1 | 1 | # ggplot2 (development version) |
2 | 2 |
|
| 3 | +This is a smaller patch release focussed on fixing regressions from 4.0.0 and |
| 4 | +polishing the recent features. |
| 5 | + |
| 6 | +## Bug fixes |
| 7 | + |
3 | 8 | * Fixed regression where `geom_area()` didn't draw panels with single groups |
4 | 9 | when `stat = "align"` (@teunbrand, #6680) |
5 | 10 | * Fixed regression where `position_stack(vjust)` was ignored when there are |
|
17 | 22 | (@mitchelloharawild, #6609). |
18 | 23 | * Fixed regression where `scale_{x,y}_*()` threw an error when an expression |
19 | 24 | object is set to `labels` argument (@yutannihilation, #6617). |
20 | | -* Improved palette fallback mechanism in scales (@teunbrand, #6669). |
21 | | -* Allow `stat` in `geom_hline`, `geom_vline`, and `geom_abline`. (@sierrajohnson, #6559) |
22 | | -* `stat_boxplot()` treats `width` as an optional aesthetic (@Yunuuuu, #6575) |
23 | 25 | * Fixed regression where the first (unnamed) argument to colour/fill scales was |
24 | 26 | not passed as the `name` argument (@teunbrand, #6623) |
25 | 27 | * Fixed issue where vectorised `arrow()`s caused errors in drawing the |
|
28 | 30 | insistently. Now they contribute only as fallback labels (@teunbrand, #6616) |
29 | 31 | * Fixed regression where empty arguments to colour/fill scale caused errors |
30 | 32 | (@jmbarbone, #6710) |
| 33 | +* Fixed axis misplacement in `coor_radial()` when labels are blank (@teunbrand, #6574) |
| 34 | + |
| 35 | +## Improvements |
| 36 | + |
| 37 | +* Improved palette fallback mechanism in scales (@teunbrand, #6669). |
| 38 | +* Allow `stat` in `geom_hline`, `geom_vline`, and `geom_abline`. (@sierrajohnson, #6559) |
| 39 | +* `stat_boxplot()` treats `width` as an optional aesthetic (@Yunuuuu, #6575) |
31 | 40 | * The `theme(panel.widths, panel.heights)` setting attempts to preserve the |
32 | 41 | plot's aspect ratio when only one of the two settings is given, and the plot |
33 | 42 | has a single panel (@teunbrand, #6701). |
34 | | -* Fixed axis misplacement in `coor_radial()` when labels are blank (@teunbrand, #6574) |
35 | 43 |
|
36 | 44 | # ggplot2 4.0.0 |
37 | 45 |
|
|
0 commit comments