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.rs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: acadb42
Choose a base ref
...
head repository: plotly/plotly.rs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: ef25443
Choose a head ref
  • 20 commits
  • 26 files changed
  • 3 contributors

Commits on Jul 7, 2025

  1. fix typo in book example link

    Signed-off-by: Andrei Gherghescu <8067229+andrei-ng@users.noreply.github.com>
    andrei-ng committed Jul 7, 2025
    Configuration menu
    Copy the full SHA
    b55d331 View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2025

  1. Update fantoccini requirement from 0.21 to 0.22

    Updates the requirements on [fantoccini](https://github.com/jonhoo/fantoccini) to permit the latest version.
    - [Commits](jonhoo/fantoccini@v0.21.0...v0.22.0)
    
    ---
    updated-dependencies:
    - dependency-name: fantoccini
      dependency-version: 0.22.0
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and andrei-ng committed Jul 8, 2025
    Configuration menu
    Copy the full SHA
    f18cf7e View commit details
    Browse the repository at this point in the history
  2. Update reqwest requirement from 0.11 to 0.12

    Updates the requirements on [reqwest](https://github.com/seanmonstar/reqwest) to permit the latest version.
    - [Release notes](https://github.com/seanmonstar/reqwest/releases)
    - [Changelog](https://github.com/seanmonstar/reqwest/blob/master/CHANGELOG.md)
    - [Commits](seanmonstar/reqwest@v0.11.0...v0.12.22)
    
    ---
    updated-dependencies:
    - dependency-name: reqwest
      dependency-version: 0.12.22
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and andrei-ng committed Jul 8, 2025
    Configuration menu
    Copy the full SHA
    97d6788 View commit details
    Browse the repository at this point in the history
  3. Update env_logger requirement from 0.10 to 0.11

    Updates the requirements on [env_logger](https://github.com/rust-cli/env_logger) to permit the latest version.
    - [Release notes](https://github.com/rust-cli/env_logger/releases)
    - [Changelog](https://github.com/rust-cli/env_logger/blob/main/CHANGELOG.md)
    - [Commits](rust-cli/env_logger@v0.10.0...v0.11.8)
    
    ---
    updated-dependencies:
    - dependency-name: env_logger
      dependency-version: 0.11.8
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and andrei-ng committed Jul 8, 2025
    Configuration menu
    Copy the full SHA
    4344639 View commit details
    Browse the repository at this point in the history
  4. Update dirs requirement from 5.0 to 6.0

    ---
    updated-dependencies:
    - dependency-name: dirs
      dependency-version: 6.0.0
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and andrei-ng committed Jul 8, 2025
    Configuration menu
    Copy the full SHA
    98aafd7 View commit details
    Browse the repository at this point in the history
  5. cleanup readme

    Signed-off-by: Andrei Gherghescu <8067229+andrei-ng@users.noreply.github.com>
    andrei-ng committed Jul 8, 2025
    Configuration menu
    Copy the full SHA
    b1b0c50 View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2025

  1. Update darling requirement from 0.20 to 0.21

    Updates the requirements on [darling](https://github.com/TedDriggs/darling) to permit the latest version.
    - [Release notes](https://github.com/TedDriggs/darling/releases)
    - [Changelog](https://github.com/TedDriggs/darling/blob/master/CHANGELOG.md)
    - [Commits](TedDriggs/darling@v0.20.0...v0.21.0)
    
    ---
    updated-dependencies:
    - dependency-name: darling
      dependency-version: 0.21.0
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and andrei-ng committed Jul 11, 2025
    Configuration menu
    Copy the full SHA
    68cd7da View commit details
    Browse the repository at this point in the history
  2. fix typo

    andrei-ng committed Jul 11, 2025
    Configuration menu
    Copy the full SHA
    597c737 View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2025

  1. fix plotly_static docs.rs build

    Signed-off-by: Andrei Gherghescu <8067229+andrei-ng@users.noreply.github.com>
    andrei-ng committed Jul 12, 2025
    Configuration menu
    Copy the full SHA
    7578677 View commit details
    Browse the repository at this point in the history
  2. bump versions

    Signed-off-by: Andrei Gherghescu <8067229+andrei-ng@users.noreply.github.com>
    andrei-ng committed Jul 12, 2025
    Configuration menu
    Copy the full SHA
    dcbfd10 View commit details
    Browse the repository at this point in the history
  3. fix plotly_static readme link

    Signed-off-by: Andrei Gherghescu <8067229+andrei-ng@users.noreply.github.com>
    andrei-ng committed Jul 12, 2025
    Configuration menu
    Copy the full SHA
    6f1c4c3 View commit details
    Browse the repository at this point in the history
  4. add animation feature

    Signed-off-by: Andrei Gherghescu <8067229+andrei-ng@users.noreply.github.com>
    andrei-ng committed Jul 12, 2025
    Configuration menu
    Copy the full SHA
    5347e03 View commit details
    Browse the repository at this point in the history
  5. bump versions

    Signed-off-by: Andrei Gherghescu <8067229+andrei-ng@users.noreply.github.com>
    andrei-ng committed Jul 12, 2025
    Configuration menu
    Copy the full SHA
    f8de449 View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2025

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

Commits on Jul 16, 2025

  1. fix main README

    Signed-off-by: Andrei Gherghescu <8067229+andrei-ng@users.noreply.github.com>
    andrei-ng committed Jul 16, 2025
    Configuration menu
    Copy the full SHA
    f81a195 View commit details
    Browse the repository at this point in the history
  2. fix version for derive crate

    Signed-off-by: Andrei Gherghescu <8067229+andrei-ng@users.noreply.github.com>
    andrei-ng committed Jul 16, 2025
    Configuration menu
    Copy the full SHA
    34875fa View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2025

  1. re-export ImageFormat from plotly_static into plotly package

     - fix plotly_static example
     - bump plotly_static and remove patch version from plotly_static when
       used in plotly crate
    
    Signed-off-by: Andrei Gherghescu <8067229+andrei-ng@users.noreply.github.com>
    andrei-ng committed Jul 30, 2025
    Configuration menu
    Copy the full SHA
    773343a View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2025

  1. remove usage of getrandom in rand dependency and in our crate

    - we use rand internally to create random names for div's and for file
     names, for that reason highly performant crypto and/or efficinet
     entropy generators are not a priority. Using rand with minimal features
     and no `getrandom` simplifies usage for downstream users as they don't
     need the custom WASM rustc flags for `getrandom` and `wasm_js` feature
    
    - bump versions
    
    Signed-off-by: Andrei Gherghescu <8067229+andrei-ng@users.noreply.github.com>
    andrei-ng committed Aug 1, 2025
    Configuration menu
    Copy the full SHA
    c13db04 View commit details
    Browse the repository at this point in the history
  2. make sure that SmallRng uses a unique seed per call

    Signed-off-by: Andrei Gherghescu <8067229+andrei-ng@users.noreply.github.com>
    andrei-ng committed Aug 1, 2025
    Configuration menu
    Copy the full SHA
    4b93098 View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2025

  1. fixes Pie chart color setting

    Closes #347
    
    Signed-off-by: Andrei Gherghescu <8067229+andrei-ng@users.noreply.github.com>
    andrei-ng committed Aug 11, 2025
    Configuration menu
    Copy the full SHA
    ef25443 View commit details
    Browse the repository at this point in the history
Loading