Skip to content

Commit

Permalink
Refresh NEWS files
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Aug 28, 2024
1 parent dc9e989 commit 8990ab6
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 0 deletions.
11 changes: 11 additions & 0 deletions news-files-annotated/ggplot2.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

!begin-bullets-1!

- !begin-bullet!
`coord_*(expand)` can now take a logical vector to control expansion
at any side of the panel (top, right, bottom, left) (@teunbrand,
#6020)

!end-bullet!
- !begin-bullet!
(Breaking) The defaults for all geoms can be set at one in the
theme. (@teunbrand based on pioneering work by @dpseidel, #2239)
Expand Down Expand Up @@ -442,6 +448,11 @@
- !begin-bullet!
{tibble} is now suggested instead of imported (@teunbrand, #5986)

!end-bullet!
- !begin-bullet!
The ellipsis argument is now checked in `fortify()`,
`get_alt_text()`, `labs()` and several guides (@teunbrand, #3196).

!end-bullet!

!end-bullets-1!
Expand Down
4 changes: 4 additions & 0 deletions news-files/ggplot2.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# ggplot2 (development version)

* `coord_*(expand)` can now take a logical vector to control expansion at any
side of the panel (top, right, bottom, left) (@teunbrand, #6020)
* (Breaking) The defaults for all geoms can be set at one in the theme.
(@teunbrand based on pioneering work by @dpseidel, #2239)
* A new `theme(geom)` argument is used to track these defaults.
Expand Down Expand Up @@ -168,6 +170,8 @@
* `theme_classic()` now has black ticks and text instead of dark gray. In
addition, `theme_classic()`'s axis line end is `"square"` (@teunbrand, #5978).
* {tibble} is now suggested instead of imported (@teunbrand, #5986)
* The ellipsis argument is now checked in `fortify()`, `get_alt_text()`,
`labs()` and several guides (@teunbrand, #3196).

# ggplot2 3.5.1

Expand Down
Binary file modified news-files/hashes.rds
Binary file not shown.
2 changes: 2 additions & 0 deletions previous_updates.csv
Original file line number Diff line number Diff line change
Expand Up @@ -17689,3 +17689,5 @@ dplyr,b0b6ab1aa903b9e095c11abf9d333451,"`between()` gains a new `ptype` argument
tidyr,b86fb1dfd67b82e4451f20e1e6cfc6bb,"`unite()` no longer errors if you provide a selection that doesn't select any columns. Instead, it returns a column containing the empty string (#1548, @​catalamarti).",NA,NA,NA,NA
tidyr,748e7a6c48574c3f25f5edf969064e10,"`expand_grid()` gains a new `.vary` argument, allowing users to control whether the first column varies fastest or slowest (#1543, @​JamesHWade).",NA,NA,NA,NA
pins,1098d75494bff37ab342f194c0d15d25,"Fixed how previously deleted pin versions are detected (#838, @​MichalLauer)",NA,NA,NA,NA
ggplot2,089aae938dc2c2bf3ebd2a668c59e623,"`coord_*(expand)` can now take a logical vector to control expansion at any side of the panel (top, right, bottom, left) (@​teunbrand, #6020)",NA,NA,NA,NA
ggplot2,bc85147dad44890321eae6d016ea12dc,"The ellipsis argument is now checked in `fortify()`, `get_alt_text()`, `labs()` and several guides (@​teunbrand, #3196).",NA,NA,NA,NA
Binary file modified refresh-token.rds
Binary file not shown.

0 comments on commit 8990ab6

Please sign in to comment.