Skip to content

Commit 039aca7

Browse files
committed
move 3.5.2 news behind dev news
1 parent e1cdee0 commit 039aca7

File tree

1 file changed

+17
-19
lines changed

1 file changed

+17
-19
lines changed

NEWS.md

Lines changed: 17 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,5 @@
11
# ggplot2 (development version)
22

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-
223
This is a small release focusing on fixing regressions from 3.5.0 and
234
* Facet gains a new method `setup_panel_params` to interact with the panel_params setted by Coord object (@Yunuuuu, #6397, #6380)
245
* `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
361342
(@teunbrand, #6269).
362343
* The default colour and fill scales have a new `palette` argument
363344
(@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).
364362

365363
# ggplot2 3.5.1
366364

0 commit comments

Comments
 (0)