Changelog
Source:NEWS.md
ggfoundry 0.3.1
CRAN release: 2024-07-06
- 2 shapes (“oak” & “hibiscus”) added to a “leaf” set (#10).
- Added support for
hjust
andvjust
arguments togeom_casting()
(#14). - Added a radial dendrogram with rotated leaves to the showcase article (#14).
- New
display_palette()
uses a fillable shape for palette & hex codes (#9). - Uses
cli_abort
, instead ofabort
, for error message handling. - Refactor snapshot tests to use layer data rather than
png
files (#15). - Converted showcase vignette to article (#11).
- Moved contrast section of get started vignette to article (#12).
- File conversion from
SVG
toPicture
objects now at build time (#13). - Added use of
use_spell_check()
.
ggfoundry 0.2.0
CRAN release: 2024-06-09
- 2 shapes (“jar” & “tube”) added to a “container” set (#1).
- 8 shapes (“sunflower1” to “sunflower8”) added to a “flower” set (#4).
- 3 shapes (“gentoo”, “chinstrap” & “adelie”) added to a “penguin” set (#5).
- Invalid-shape error message notes shape may be in development version (#2).
- New
shapes_cast()
creates a data frame of available sets & shapes (#3). - Reduced
sysdata.rda
size by 23% switching from “bkzip2” to “xz” (#6). - Fixed shapes outside plotting area when zooming (#7).
- Showcase vignette added.