File tree 1 file changed +15
-0
lines changed 1 file changed +15
-0
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,21 @@ extension developers if they have relied on internals that have been changed.
7
7
This release also sees the addition of Hiroaki Yutani (@yutannihilation ) to the
8
8
core developer team.
9
9
10
+ ## Breaking changes
11
+
12
+ * Two patches (#2996 and #3050 ) fixed minor rendering problems. In most cases,
13
+ the visual changes are so subtle that they are difficult to see with the naked
14
+ eye. However, these changes are detected by the vdiffr package, and therefore
15
+ any package developers who use vdiffr to test for visual correctness of ggplot2
16
+ plots will have to regenerate all reference images.
17
+
18
+ * In some cases, ggplot2 now produces a warning or an error for code that previously
19
+ produced plot output. In all these cases, the previous plot output was accidental,
20
+ and the plotting code uses the ggplot2 API in a way that would lead to undefined
21
+ behavior. Examples include a missing ` group ` aesthetic in ` geom_boxplot() ` (#3316 ),
22
+ annotations across multiple facets (#3305 ), and not using aesthetic mappings when
23
+ drawing ribbons with ` geom_ribbon() ` (#3318 ).
24
+
10
25
## New features
11
26
12
27
* This release includes a range of internal changes that speeds up plot
You can’t perform that action at this time.
0 commit comments