Releases: grattan/grattantheme
Releases · grattan/grattantheme
v1.5.0
- New grattan_write_ai_guide() function writes a style guide for AI coding assistants (Claude, Codex, Gemini) to your project directory.
- theme_grattan() now auto-detects horizontal/flipped charts and applies flipped = TRUE automatically. Detection triggers for coord_flip() and bar charts (discrete y + continuous x). A message is shown every 8 hours when auto-detection fires. Set flipped = TRUE explicitly to silence the message, or flipped = FALSE to opt out of auto-detection.
- Renamed check_chart_aspect_ratio() to check_chart().
- Updated grattan_point_filled function signature for consistency with geom_point.
- Updates export_latex_code for consistency with grattan_save_overleaf.
- Bug fixes for save_chartdata function.
v1.4.0
See news for full details.
v1.3.0
See news for more details. Aligns version number on Github to internal package version number.
v1.0.0
See news for more detail
v0.11.1
Test
v0.9.0
Update includes:
- expanded base colours:
grattan_lightblueandgrattan_darkblue. - expanded tint ('faded') variants: each base colour now has 8 tint options from 1 to 8 (most light); eg
grattan_orange3,grattan_lightred8. - depreciated some unused
grattan_saveexport formats (types) - made 16:9 fullslide format the default
type = "fullslide". The 4:3 fullslide can now be accessed withtype = "fullslide_43".
v0.8.3.3
iterate ver
v0.5.0
New function grattan_anim_save() to save gganimate animations formatted in the Grattan style. See NEWS for a full list of changes.
v0.4.0
A broad range of improvements to grattantheme, including new chart types (eg. "blog") and bug fixes and visual tweaks
v0.3.1
Merge pull request #52 from MattCowgill/dev v0.3.1