Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat!: Update geoms to more closely match ggplot2 v3.5.1 #118

Merged
merged 2 commits into from
Apr 27, 2024

Commits on Apr 27, 2024

  1. feat: Update geoms to more closely match ggplot2 v3.5.1

    * Internal geom code has been updated to more closely match ggplot2 v3.5.1
      equivalents when viewed with vimdiff algorithms
    * Geoms now more consistently expose the `lineend` and `linejoin` parameters.
      This matches a similar upstream change in ggplot2 3.4.0.
    * `geom_area_pattern()` and `geom_ribbon_pattern()` now accept `outline.type = "lower"` and `outline.type = "full"`.
      `geom_density_pattern()` now exposes the `outline.type` parameter.
    * `geom_boxplot_pattern()` now accept the `outliers` and `staplewidth` parameters.
      The `outliers` and `staplewidth` parameters were added to `geom_boxplot()` in ggplot2 3.5.0.
    * `geom_sf_pattern()` now accepts the `arrow` parameter.
      The `arrow` parameter was added to `geom_sf()` in ggplot2 3.5.0.
    * `geom_violin_pattern()` now accepts the `bounds` parameter.
      The `bounds` parameter was added to `geom_violin()` in ggplot2 3.5.0.
    
    DEPRECATED FEATURES:
    
    * `outline.type = "legacy"` is now formally deprecated in
      `geom_area_pattern()` and `geom_ribbon_pattern()`.
      Use `outline.type = "full"` instead.
      `outline.type = "legacy"` was deprecated with ggpattern 0.1.0 (2020-04-01)
      but this is the first time `outline.type = "full"` has been supported as an alternative.
    
    closes #94
    trevorld committed Apr 27, 2024
    Configuration menu
    Copy the full SHA
    30e2e12 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7d3a143 View commit details
    Browse the repository at this point in the history