Skip to content

Commit

Permalink
update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
Vindaar committed Oct 18, 2023
1 parent e34c782 commit 08dae54
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions changelog.org
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
* v0.6.3
- allow adjustment of title position in relative coordinates using
~titlePosition~
- allow adjustment of tick style using ~tickLength~, ~tickWidth~,
~tickColor~ and ~tickKind~
- adds ~tickLength~ argument to ~x/ylab~
- allow adjustment of legend title font and legend tick label font
using ~legendFont~
- allow adjustment of font and placement of text in facet header using
~facetHeaderText~
- add experimental ~theme_scale~ to scale up/down all fonts / tick
sizes etc. by a factor. Useful to effectively change the DPI of the
figure.
- add experimental ~theme_font_scale~ which acts like ~theme_scale~,
but does not adjust the base scale (related to scaling the margins)
* v0.6.2
- handle geom calls with constant values better. Previously we
sometimes ended up drawing the same e.g. text multiple times, once
Expand Down

0 comments on commit 08dae54

Please sign in to comment.