Skip to content

Improved release notes #3324

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
May 11, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 15 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,21 @@ extension developers if they have relied on internals that have been changed.
This release also sees the addition of Hiroaki Yutani (@yutannihilation) to the
core developer team.

## Breaking changes

* Two patches (#2996 and #3050) fixed minor rendering problems. In most cases,
the visual changes are so subtle that they are difficult to see with the naked
eye. However, these changes are detected by the vdiffr package, and therefore
any package developers who use vdiffr to test for visual correctness of ggplot2
plots will have to regenerate all reference images.

* In some cases, ggplot2 now produces a warning or an error for code that previously
produced plot output. In all these cases, the previous plot output was accidental,
and the plotting code uses the ggplot2 API in a way that would lead to undefined
behavior. Examples include a missing `group` aesthetic in `geom_boxplot()` (#3316),
annotations across multiple facets (#3305), and not using aesthetic mappings when
drawing ribbons with `geom_ribbon()` (#3318).

## New features

* This release includes a range of internal changes that speeds up plot
Expand Down