Skip to content

Releases: yutannihilation/gghighlight

gghighlight 0.4.1

16 Dec 01:01
Compare
Choose a tag to compare
  • This is a maintenance release to update test expectations for the upcoming version of ggplot2.

gghighlight 0.4.0

16 Oct 00:38
Compare
Choose a tag to compare

gghighlight 0.3.3

08 Jun 12:35
Compare
Choose a tag to compare
  • Fix the deprecated use of dplyr::across() in dplyr::filter() (#177).

gghighlight 0.3.2

05 Jun 15:17
Compare
Choose a tag to compare
  • gghighlight() now accepts n() so that you can highlight based on the
    number of rows within each group (#154).
  • gghighlight() now preserves colour or fill when explicit NULL is
    specified on unhighlighted_params (i.e. unhighlighted_params = list(colour = NULL))
    (#152).
  • Fix a longstanding bug of wrong calculation when the data has the same name of
    columns as aesthetics, e.g. x (#168).

gghighlight 0.3.1

12 Dec 06:54
Compare
Choose a tag to compare
  • gghighlight() now can add labels on discrete scales (#160).

  • gghighlight() now accepts n() so that you can highlight based on the
    number of rows within each group (#154).

gghighlight 0.3.0

29 Mar 11:37
Compare
Choose a tag to compare

Breaking changes

  • gghighlight_point() and gghighlight_line(), deprecated in gghighlight 0.1.0, are now defunct (#132).

gghighlight 0.2.0

25 Jan 14:32
89c3693
Compare
Choose a tag to compare

New features

  • gghighlight() gets a new argument unhighlighted_params, which accepts a
    list of parameters for the unhighlighted layer (e.g. colour, fill, shape,
    and size). Accordingly, unhighlighted_colour is deprecated (#76).

  • gghighlight() gets a new argument keep_scales to choose whether to keep the
    original scale with the shadowed data (#72).

  • gghighlight() gets a new (experimental) argument calculate_per_facet to
    choose whether to calculate highlighting per facet or not (#14).

Bug fixes

  • If the mapping has group, use it as grouping variable, which is consistent
    with the logic of ggplot2 (#77).

  • gghighlight() now ignores if the calculation fails over some layers. This
    is useful to combine with such layers as annotate() (#78).

  • gghighlight() now allows to highlight 0-layer plots, which means just
    filtering the plot data (#81).

  • gghighlight() now ignores NAs in numeric predicates (#86).

v0.1.0

04 Jul 10:39
c355f15
Compare
Choose a tag to compare
  • Add gghighlight(), which replaces the current gghighlight_line() and gghighlight_point(); these functions are now deprecated.
  • Add a introductory vignette.

v0.0.1

06 Oct 01:42
Compare
Choose a tag to compare

First release