-
Notifications
You must be signed in to change notification settings - Fork 119
Comparing changes
Open a pull request
base repository: plotly/plotly.rs
base: acadb42
head repository: plotly/plotly.rs
compare: ef25443
- 20 commits
- 26 files changed
- 3 contributors
Commits on Jul 7, 2025
-
Signed-off-by: Andrei Gherghescu <8067229+andrei-ng@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for b55d331 - Browse repository at this point
Copy the full SHA b55d331View commit details
Commits on Jul 8, 2025
-
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>
Configuration menu - View commit details
-
Copy full SHA for f18cf7e - Browse repository at this point
Copy the full SHA f18cf7eView commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for 97d6788 - Browse repository at this point
Copy the full SHA 97d6788View commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for 4344639 - Browse repository at this point
Copy the full SHA 4344639View commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for 98aafd7 - Browse repository at this point
Copy the full SHA 98aafd7View commit details -
Signed-off-by: Andrei Gherghescu <8067229+andrei-ng@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for b1b0c50 - Browse repository at this point
Copy the full SHA b1b0c50View commit details
Commits on Jul 11, 2025
-
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>
Configuration menu - View commit details
-
Copy full SHA for 68cd7da - Browse repository at this point
Copy the full SHA 68cd7daView commit details -
Configuration menu - View commit details
-
Copy full SHA for 597c737 - Browse repository at this point
Copy the full SHA 597c737View commit details
Commits on Jul 12, 2025
-
fix plotly_static docs.rs build
Signed-off-by: Andrei Gherghescu <8067229+andrei-ng@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 7578677 - Browse repository at this point
Copy the full SHA 7578677View commit details -
Signed-off-by: Andrei Gherghescu <8067229+andrei-ng@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for dcbfd10 - Browse repository at this point
Copy the full SHA dcbfd10View commit details -
Signed-off-by: Andrei Gherghescu <8067229+andrei-ng@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 6f1c4c3 - Browse repository at this point
Copy the full SHA 6f1c4c3View commit details -
Signed-off-by: Andrei Gherghescu <8067229+andrei-ng@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 5347e03 - Browse repository at this point
Copy the full SHA 5347e03View commit details -
Signed-off-by: Andrei Gherghescu <8067229+andrei-ng@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for f8de449 - Browse repository at this point
Copy the full SHA f8de449View commit details
Commits on Jul 15, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 1518362 - Browse repository at this point
Copy the full SHA 1518362View commit details
Commits on Jul 16, 2025
-
Signed-off-by: Andrei Gherghescu <8067229+andrei-ng@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for f81a195 - Browse repository at this point
Copy the full SHA f81a195View commit details -
Signed-off-by: Andrei Gherghescu <8067229+andrei-ng@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 34875fa - Browse repository at this point
Copy the full SHA 34875faView commit details
Commits on Jul 30, 2025
-
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>
Configuration menu - View commit details
-
Copy full SHA for 773343a - Browse repository at this point
Copy the full SHA 773343aView commit details
Commits on Aug 1, 2025
-
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>
Configuration menu - View commit details
-
Copy full SHA for c13db04 - Browse repository at this point
Copy the full SHA c13db04View commit details -
make sure that SmallRng uses a unique seed per call
Signed-off-by: Andrei Gherghescu <8067229+andrei-ng@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 4b93098 - Browse repository at this point
Copy the full SHA 4b93098View commit details
Commits on Aug 11, 2025
-
Closes #347 Signed-off-by: Andrei Gherghescu <8067229+andrei-ng@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for ef25443 - Browse repository at this point
Copy the full SHA ef25443View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff acadb42...ef25443