|
1 | 1 | # ggplot2 (development version)
|
2 | 2 |
|
3 |
| -# ggplot2 3.5.2 |
4 |
| - |
5 |
| -This is a small release focusing on providing infrastructure for other packages |
6 |
| -to gracefully prepare for changes in the next major release. |
7 |
| - |
8 |
| -## Improvements |
9 |
| - |
10 |
| -* Standardised test functions for important classes: `is_ggproto()`, |
11 |
| - `is_ggplot()`, `is_mapping()`, `is_layer()`, `is_geom()`, `is_stat()`, |
12 |
| - `is_position()`, `is_coord()`, `is_facet()`, `is_scale()`, `is_guide()`, |
13 |
| - `is_guides()`, `is_margin()`, `is_theme_element()` and `is_theme()`. |
14 |
| -* New `get_labs()` function for retrieving completed plot labels |
15 |
| - (@teunbrand, #6008). |
16 |
| -* New `get_geom_defaults()` for retrieving resolved default aesthetics. |
17 |
| -* A new `ggplot_build()` S3 method for <ggplot_built> classes was added, which |
18 |
| - returns input unaltered (@teunbrand, #5800). |
19 |
| - |
20 |
| -# ggplot2 3.5.1 |
21 |
| - |
22 | 3 | This is a small release focusing on fixing regressions from 3.5.0 and
|
23 | 4 | * Facet gains a new method `setup_panel_params` to interact with the panel_params setted by Coord object (@Yunuuuu, #6397, #6380)
|
24 | 5 | * `position_fill()` avoids stacking observations of zero (@teunbrand, #6338)
|
@@ -361,6 +342,23 @@ This is a small release focusing on fixing regressions from 3.5.0 and
|
361 | 342 | (@teunbrand, #6269).
|
362 | 343 | * The default colour and fill scales have a new `palette` argument
|
363 | 344 | (@teunbrand, #6064).
|
| 345 | + |
| 346 | +# ggplot2 3.5.2 |
| 347 | + |
| 348 | +This is a small release focusing on providing infrastructure for other packages |
| 349 | +to gracefully prepare for changes in the next major release. |
| 350 | + |
| 351 | +## Improvements |
| 352 | + |
| 353 | +* Standardised test functions for important classes: `is_ggproto()`, |
| 354 | + `is_ggplot()`, `is_mapping()`, `is_layer()`, `is_geom()`, `is_stat()`, |
| 355 | + `is_position()`, `is_coord()`, `is_facet()`, `is_scale()`, `is_guide()`, |
| 356 | + `is_guides()`, `is_margin()`, `is_theme_element()` and `is_theme()`. |
| 357 | +* New `get_labs()` function for retrieving completed plot labels |
| 358 | + (@teunbrand, #6008). |
| 359 | +* New `get_geom_defaults()` for retrieving resolved default aesthetics. |
| 360 | +* A new `ggplot_build()` S3 method for <ggplot_built> classes was added, which |
| 361 | + returns input unaltered (@teunbrand, #5800). |
364 | 362 |
|
365 | 363 | # ggplot2 3.5.1
|
366 | 364 |
|
|
0 commit comments