This release incorporates all the incredible work done by @csdaw to refactor the
various geom and position functions, fix outstanding issues, and remove
dependencies on deprecated ggplot2 functions like qplot
.
This version will be on CRAN.
New features:
beeswarm
package, including compact
swarms and 'corralling' points in overlapping groups.Changes:
groupOnX
argument is deprecated. ggplot2
now has logic to determine
when a plot is 'flipped' automatically so this argument is no longer
necessary.beeswarmArgs
argument is deprecated as its arguments are now called in
geom_beeswarm
directly.position_beeswarm
is once again an exported function.ggplot2::qplot
as it has been
hard- deprecated in ggplot2
ggplot2
versions have changed to 3.5.0 and 3.3.0,
respectively.Bugfixes:
Too many to summarize here.