@@ -46,15 +46,18 @@ MINOR FEATURES
46
46
* `stat_quantile` now supports `rqss`.
47
47
48
48
* `scale_size_area` has been added as a replacement for `scale_area`. This
49
- makes the naming more consistent. The new scale also by default makes the
50
- area of points proportional to the value, which is different from what
51
- `scale_area` does. (Fixes #635)
49
+ makes the naming more consistent. The new scale also by default makes the
50
+ area of points proportional to the value, which is different from what
51
+ `scale_area` does. (Fixes #635)
52
52
53
53
* Functions now have gradual deprecation behavior with the `gg_dep` function.
54
54
55
55
* Scales for required but missing aesthetics (x and y) are now automatically
56
56
added. (Fixes #676)
57
57
58
+ * `geom_crossbar` previous raised a warning when notches were used and the
59
+ notches went outside the hinges. This has been changed to a message.
60
+
58
61
BUG FIXES
59
62
60
63
* With `geom_segment`, when a variable mapped to `linetype` had an NA
@@ -85,6 +88,13 @@ BUG FIXES
85
88
wouldn't work. Now ggplot throws an error with an informative message.
86
89
(Fixes #673)
87
90
91
+ * `geom_dotplot` previously worked with `position="dodge", but did not work
92
+ when using `position=position_dodge()`. It now works with both. (Fixes
93
+ #709)
94
+
95
+ * For linetype scales, NA values previously caused errors. Now `na.value`
96
+ for linetype scales defaults to "blank". (Fixes #711)
97
+
88
98
ggplot2 0.9.2.1
89
99
----------------------------------------------------------------
90
100
0 commit comments