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: 0.13.4
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: 0.13.5
Choose a head ref
  • 3 commits
  • 13 files changed
  • 1 contributor

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
Loading