You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: NEWS.md
+5-1Lines changed: 5 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
3
3
## Major new features
4
4
5
-
## Subtitle and caption
5
+
###Subtitle and caption
6
6
7
7
Thanks to @hrbrmstr plots now have subtitles and captions, which can be set with the `subtitle` and `caption` arguments to `ggtitle()` and `labs()`. You can control their appearance with the theme settings `plot.caption` and `plot.subtitle`. The main plot title is now left-aligned to better work better with a subtitle. The caption is right-aligned (@hrbrmstr).
8
8
@@ -42,6 +42,10 @@ We have also added the following new fatures.
42
42
* The theme option `panel.margin` has been deprecated in favour of
43
43
`panel.spacing` to more clearly communicate intent.
44
44
45
+
### Extensions
46
+
47
+
Unfortunately there was a major oversight in the construction of ggproto which lead to extensions capturing the super object at package build time, instead of at package run time (#1826). This problem has been fixed, but requires re-installation of all extension packages.
48
+
45
49
## Scales
46
50
47
51
* The position of x and y axes can now be changed using the `position` argument
0 commit comments