Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: plotly/plotly.R
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v4.10.3
Choose a base ref
...
head repository: plotly/plotly.R
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 18 commits
  • 120 files changed
  • 9 contributors

Commits on Oct 22, 2023

  1. Start new version

    cpsievert committed Oct 22, 2023
    Configuration menu
    Copy the full SHA
    ee22264 View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2023

  1. Configuration menu
    Copy the full SHA
    d76e87e View commit details
    Browse the repository at this point in the history

Commits on Jan 14, 2024

  1. v4.10.4 release candidate (#2328)

    * Start v4.10.4 release candidate
    
    * Bugfix for guide logic added to accomodate new ggplot2 guide logic
    
    Issue was silently introduced by #2315, but didn't become an issue until tidyverse/ggplot2@851233f
    
    * Update snapshots
    cpsievert authored Jan 14, 2024
    Configuration menu
    Copy the full SHA
    0445ed9 View commit details
    Browse the repository at this point in the history
  2. Start new version

    cpsievert committed Jan 14, 2024
    Configuration menu
    Copy the full SHA
    57f016a View commit details
    Browse the repository at this point in the history

Commits on Jan 18, 2024

  1. Configuration menu
    Copy the full SHA
    16261c3 View commit details
    Browse the repository at this point in the history

Commits on Apr 27, 2024

  1. Isolate names(...) in event_data() to prevent spurious updates (#…

    …2339)
    
    * Isolate names(session$userData$plotlyInputStore) to prevent spurious updates (#2337)
    
    * Update NEWS.md
    dvg-p4 authored Apr 27, 2024
    Configuration menu
    Copy the full SHA
    dc6455f View commit details
    Browse the repository at this point in the history

Commits on May 8, 2024

  1. Add support for ggridges (#2314)

    * add support for ggridges + associated tests
    
    * ggridges: formatting + remove commented code
    
    * ggridges: remove unnecessary test, put seed for jittered points
    
    * fix higlight working + formatting
    
    * ggridges support: update news.md
    AdroMine authored May 8, 2024
    Configuration menu
    Copy the full SHA
    44499f2 View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2024

  1. Fix roxygen/Rd issue

    cpsievert committed Jun 3, 2024
    Configuration menu
    Copy the full SHA
    ed106db View commit details
    Browse the repository at this point in the history
  2. Fixes for the development version of ggplot2 (> v3.5.2); migrate to s…

    …hinytest2 (#2359)
    
    * Use new complete_theme() function to get the complete set of theme elements
    
    * Refactor and reuse logic in tests
    
    * Fix kaleido install
    
    * Accept good snapshot changes
    
    * Disable windows oldrel
    
    * Close #2357. In some cases, decor has min/max instead of value. In that case, treat max like value
    
    * Accept new historgram binning changes
    
    * Make sure layout-specific shapes go underneath traces
    
    * Accept new snapshots; migrate to shinytest2
    
    * Check-in snapshots
    cpsievert authored Jun 3, 2024
    Configuration menu
    Copy the full SHA
    665504a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    432c108 View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2024

  1. Configuration menu
    Copy the full SHA
    963b914 View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2024

  1. Configuration menu
    Copy the full SHA
    3cf17c0 View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2024

  1. Compatibility with incoming ggplot2 changes (#2368)

    * account for changes in label setup
    
    * defaults are only computed conditionally
    
    * Use `Geom$use_defaults()` to extract defaults
    teunbrand authored Sep 3, 2024
    Configuration menu
    Copy the full SHA
    a7a0652 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0454f38 View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2024

  1. Add implicit Suggests 's2' explicitly (#2351)

    * Add implicit Suggests 's2' explicitly
    
    * Move to Config/Needs/check
    MichaelChirico authored Sep 4, 2024
    Configuration menu
    Copy the full SHA
    8edfb34 View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2024

  1. Configuration menu
    Copy the full SHA
    cc49ee5 View commit details
    Browse the repository at this point in the history

Commits on Dec 13, 2024

  1. Add code of conduct (#2412)

    * updating year(s) in license
    
    * adding code of conduct
    gvwilson authored Dec 13, 2024
    Configuration menu
    Copy the full SHA
    ffae983 View commit details
    Browse the repository at this point in the history

Commits on Dec 16, 2024

  1. include boxmode as valid attr (#2396)

    * include boxmode as valid attr
    
    * Update NEWS.md with bug fix for #2476
    oliver-gray authored Dec 16, 2024
    Configuration menu
    Copy the full SHA
    aa619dc View commit details
    Browse the repository at this point in the history
Loading