NEWS
geomtextpath 0.1.4.9000
geomtextpath 0.1.4 (2024-06-13)
- Fix for compatibility with textshaping 0.4.0.
geomtextpath 0.1.3 (2024-03-12)
- Fix for compatibility with ggplot2 3.5.0.
geomtextpath 0.1.2 (2024-03-08)
geomtextpath 0.1.1 (2022-08-30)
- Fixed a bug in the windows graphics device when using arrows (#66).
- Fixed HTML5 bug by updating Roxygen2
geomtextpath 0.1.0 (2022-01-24)
Initial version released on CRAN.
- Added a
NEWS.md
file to track changes to the package.
- Plot text atop curve for readability purposes.
- Support for
lineend
, linejoin
, linemitre
parameters.
- Letter angles should now be stable for regardless of aspect ratios and
recomputed when the plot device is resized (#6).
- Line breaks now implemented (#4).
- Added support for user-defined text spacing.
- Text angles are now correct for straight paths.
- Duplicated labels are now allowed.
- Multi-line text can be justified horizontally using the
halign
parameter.
- Added support for bidirectional text and composite Unicode glyphs (#).
- Added plotmath support (#25).
- Added richtext support (#39).
- Added
coord_curvedpolar
for curved polar axis labels (#5).
- Labels on single points will now be placed on paths to allow them to curve in
polar co-ordinates. This means
geom_textpath
can be used as a drop-in for
geom_text
in most circumstances.
- Added text and label equivalents of all line based geom layers.
- Added
geom_textsf
and geom_labelsf
(#41)
- Added vignettes to cover use cases, aesthetics, polar co-ordinates and an
introduction to the package.
- Added smoothing options (#11, #21)
- Created website based on vignettes via
pkgdown