Skip to content

Releases: thomasp85/gganimate

gganimate 1.0.11

04 Sep 12:05

Choose a tag to compare

  • Fix an issue with label rendering in ggplot2 v4

gganimate 1.0.10

22 Jun 19:38

Choose a tag to compare

  • Adapt to upcoming ggplot2 release

gganimate 1.0.9

27 Feb 14:05

Choose a tag to compare

  • Fix for using "svg" device during knitting (#484)
  • Fix for correctly getting chunk options during knitting (#485)
  • Fix a bug in transition_reveal() that would remove data during transitions
    (#480 and #473)
  • General upkeep to keep it in line with the evolvling coding principles in
    ggplot2 (move to using vctrs, cli, lifecycle, etc)
  • transition_reveal() now throws an error when it is used in conjunction with
    stat_align() and transitioning before the stat has been calculated (#476)
  • Label interpolation now works when labels are expressions (#439)
  • as_html_video() gains muted, loop, and controls argument to control
    presentation of the video. Like autoplay these can be controlled during knitr
    through the chunk options (e.g. gganimate = list(muted = TRUE, loop = TRUE))
    (#444)
  • Make the build process up-to-date with ggplot2 3.5.0

gganimate 1.0.8

08 Sep 10:34
dfa9b44

Choose a tag to compare

  • Fix a bug when creating labels from aesthetics that include glue expressions
    (#422)
  • Fix a bug in ffmpeg detection (#346, @rfaelens, #360, @adamdsmith)
  • Remove plyr dependency
  • Fix a bug in transition_filter() in the presence of NA filter values
    (#404, @rsaporta)
  • Fix a bug with static layers that include position adjustments (#418)
  • Fix a bug in transition_time() where multiple time values in the same frame
    would lead to unexpected stacking of the data (#414)
  • Fix a bug in transition_reveal() where coinciding tweens would result in
    wrong direction of the arrow (#409)
  • Fix a bug in transition_layer() when the last layer had an exit duration
    (#384)
  • Fix a bug in transition_time() when facets had data with different starting
    time (#357)
  • Make sure exclude_layer in view_*() is taken into account
  • Fix a bug when using a view with coord_flip() which would result in weird
    flickering and movement of the position guies (#336)
  • Fix a bug in transition_reveal() that would require input to be ordered
    along the time dimension for point-like geoms (#323)
  • Fix a bug in view_follow() that would result in errors when used with
    discrete scales (#304)
  • Fix bug in transition_states() where too few frames relative to states in
    combination with wrap = FALSE would cause an error (#301)
  • Fix a bug in transition_time() when the time dimension contained NA values
    (#307)

gganimate 1.0.7

19 Oct 06:36

Choose a tag to compare

  • Support ragg png device to ensure that it works with knitr's ragg support

gganimate 1.0.6

14 Oct 18:25
9679a82

Choose a tag to compare

v1.0.6

Merge branch 'master' of https://github.com/thomasp85/gganimate

gganimate 1.0.5

09 Feb 20:11

Choose a tag to compare

  • No longer needs the png package for gifski rendering
  • Give startup message if no renderer backend are detected.

gganimate 1.0.4

18 Nov 09:08

Choose a tag to compare

  • Fix a bug in ffmpeg_renderer() where the fps argument were being ignored.
  • Make sure ggraph objects registers the graph context after they are promoted
    to gganim objects.
  • Better fallback strategy for lack of gifski.

gganimate 1.0.3

04 Apr 13:10
46381d6

Choose a tag to compare

  • Fix a conditional in the plot building step to make it work with the ggplot2
    3.1.1 hotfix

gganimate 1.0.2

04 Mar 12:34
141b6f7

Choose a tag to compare

  • Fix registration of S3 methods for suggested packages