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