- Add new
geom_terminator()
andgeom_terminator_label()
- Add support for polar coordinates
- Deprecate the
size
aesthetic in favour oflinewidth
(size
deprecated as of ggplot2 3.4.0) - Use the cli package for messages, warnings etc.
- Fix the 'ggfittext-package' documentation after a breaking change to roxygen2
- Add new
geom_feature()
andgeom_feature_label()
- Add support for flipped coordinates with
coord_flip()
(#38)
- Explicit coercion of the
forward
value to logical, more useful values for the forward aesthetic in example data, and fix an error in README and introductory vignette (-1 does not coerce to FALSE...) - Improve handling of NA
id
values inmake_alignment_dummies()
(#51, thanks @NanamiKubota) - Update
element_line
to uselinewidth
rather thansize
(size
deprecated as of ggplot2 3.4.0)
- Fix bug where
height
argument togeom_gene_label()
andgeom_subgene_label()
were being ignored (#40, thanks @jvanbelzen)
- More useful example for the
forward
aesthetic in the README andexample_genes
(thanks @rickbeeloo)
- Fix bug in checking position of subgenes relative to the parent gene (#21, thanks @mchiapello)
- Add 'orientation' column to
example_subgenes
and correct some errors in the documentation for both example data frames - Make vdiffr tests conditional
- Add new
geom_subgene_arrow()
(contributed by @zdk123) - Add new
geom_subgene_label()
- Support new version of ggfittext (0.8.0)
- Fix failing visual tests
- Fix space in figure file name
- Replace
expect_error
with the more reliableexpect_silent
in tests - Fix bugs in several tests
- Add visual testing with vdiffr
- Misc. small bug fixes and typo corrections
- Fix compatibility with tidyeval changes in ggplot2 v2.3.0
- Now actually compatible with ggplot2 v2.3.0
geom_gene_arrow()
now supportsforward
aesthetic (#3 and #5, thanks @adomingues and @jasonserviss)geom_gene_label()
added (#3, thanks @adomingues)- Compatible with ggplot2 v2.3.0
- Change R version dependency to fix 'patchlevel' error on CMD check
- Add support for both pre- and post- ggplot2 v2.3.0 versions of
aes()
- Edit docs and README
- Remove README.html so GitHub renders README correctly
- Remove 'dplyr' dependency
- Update documentation
- Add vignette
- Fix drawing of
geom_gene_arrow()