Skip to content

Commit

Permalink
Merge pull request #235 from plotly/develop
Browse files Browse the repository at this point in the history
update changelog
  • Loading branch information
andrei-ng authored Sep 13, 2024
2 parents cfa7bc3 + 491ba79 commit 5d265b7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) a
## [0.10.0] - 2024-xx-xx
### Added
- [[#231](https://github.com/plotly/plotly.rs/pull/231)] Added new `plotly_embed_js` feature to reduce binary sizes by not embedding `plotly.min.js` in the library unless explicitly enabled via the feature flag. Deprecates `use_local_plotly` in favor of explicit opt-in via the feature flag and introduce method `use_cdn_plotly` to allow users to use CDN version even behind the `plotly_embed_js` feature flag.
- [[#230](https://github.com/plotly/plotly.rs/pull/230)] Make Bar chart `width` and `offset` accept `f64` values.

## [0.9.1] - 2024-09-06
### Added
Expand Down

0 comments on commit 5d265b7

Please sign in to comment.