Skip to content

Releases: bupaverse/processanimateR

v1.0.5

01 Nov 11:30
Compare
Choose a tag to compare

Fix compatibility issue with bupaR 0.5.0

Release v1.0.3

20 Mar 14:10
Compare
Choose a tag to compare
  • Fix for update in processmapR

Release v1.0.2

31 Jan 22:51
Compare
Choose a tag to compare
  • Height/width fixes for use in Rmarkdown
  • Fixes for legend not properly re-generated

Release v1.0.1

31 Jan 22:51
Compare
Choose a tag to compare
  • Integration with heuristicsmineR for animation_mode="off"
  • Added vignette contributed by @DomRowney
  • Fix several minor issues with knitR and JS selection code
  • Fixed issue #16
  • Update embedded leaflet to v1.5.1
  • Security fix for embedded JS library braces used by leaflet

Release v1.0.0

27 Nov 15:41
Compare
Choose a tag to compare

There are breaking changes in the API between v0.3.0 and v1.0.0. The old API was not maintainable and to avoid the list of parameters growing even more, the decision to move to a new API was made.

Backwards incompatible changes

  • Completely changed API to reduce the number of parameters. Factored out functions to deal with specific aspects of the visual representation of tokens to functions token_aes and token_scale.
  • Dropped the scales based colors in favour of D3 scales and legends.

New features

  • Added leaflet-based renderer that draws the process map on a geographical map.
  • Added initial_ parameters to control the initial playback state.
  • Added repeat_ parameters to control how the animation is repeated.
  • Many other small improvements and tweaks.

Release v0.3.0

05 Oct 11:34
Compare
Choose a tag to compare
  • Added legend using d3-legend
  • Added Shiny selection event handlers
  • Added animation_mode off to support use cases without animation but selection features.
  • Changed to use d3-scales to support auto generation of legends. The use of the ggplot scales is deprecated and will be removed.
  • Bugfix: Play/Pause button did not work with multiple widgets on one page
  • Bugfix: 0 duration animation caused issues on Firefox and Safari

Release v0.2.0

18 Sep 06:14
Compare
Choose a tag to compare
  • Timeline slider
  • Jitter option
  • Opacity option
  • Shape option
  • Pass-through options to processmapR
  • Re-use processmapR calculations (thanks for @gertjanssenswillen)

Release v0.1.1

20 Apr 11:39
dbc03b8
Compare
Choose a tag to compare
Release v0.1.1 Pre-release
Pre-release

Initial release in CRAN