Releases: plotly/plotly.rs
Releases · plotly/plotly.rs
0.10.0
0.9.1
What's Changed
- add show_html(filename) method by @andrei-ng in #217
- Bump ndarray from 0.15.4 to 0.16.0 by @Dirreke in #220
- Switch from askama to rinja by @GuillaumeGomez in #227
- Generalize OS detection. by @trombonehero in #232
- Fix book examples by @andrei-ng in #233
- Bump version number by @andrei-ng in #234
New Contributors
- @Dirreke made their first contribution in #220
- @GuillaumeGomez made their first contribution in #227
- @trombonehero made their first contribution in #232
Full Changelog: 0.9.0...0.9.1
0.9.0
What's Changed
- Add colorbar orientation field by @mjpauly in #152
- Add
LayoutScene
by @tectin0 in #153 - Enable Dependabot by @sjackman in #168
- Automatically install kaleido binaries also on Linux aarch64 by @adrianreber in #191
- fix CI issues by @andrei-ng in #190
- Update directories requirement from 4.0.1 to 5.0.1 by @dependabot in #185
- Update itertools requirement from 0.10.3 to 0.12.1 by @dependabot in #186
- Update zip requirement from 0.5.13 to 1.1.3 by @dependabot in #196
- build(deps): Depend on serde_with version 2 or 3 by @sjackman in #169
- Update erased-serde requirement from 0.3 to 0.4 by @dependabot in #195
- build(deps): Bump syn to 2 and darling to 0.20 by @sjackman in #167
- bump image requirement from 0.24.2 to 0.24 (whole range) by @dependabot in #189
- Update base64 requirement from 0.13.0 to 0.22.1 by @dependabot in #198
- Introducing DensityMapbox by @gwbres in #163
- Add "with-axum" feature to allow compilation when other dependencies use axum by @dureuill in #181
- Add setter for Mapbox::domain by @sebdotv in #180
- fix hyperlinks to point to new repository url by @andrei-ng in #193
- Update itertools requirement from >=0.10, <0.13 to >=0.10, <0.14 by @dependabot in #202
- wasm-yew-minimal deps yew to 0..21.0 by @youngday in #203
- Update zip requirement from 1.1 to 2.1 by @dependabot in #205
- Update image requirement from 0.24 to 0.25 by @dependabot in #197
- Add semver github action check by @andrei-ng in #206
- Make heat_map module public to expose Smoothing enum. by @aureliegrebe in #159
- Added subplot example with multiple titles by @prokie in #166
- add scaleanchor by @kobutri in #161
- #173 update example for Yew by @yunaka354 in #174
- silence new clippy warning in autogenerated code in Rust 1.79 by @andrei-ng in #209
- Update README.md with "community maintained" badge by @gvwilson in #211
- update changelog by @andrei-ng in #208
- Fix setter for Axis::matches to take string arg by @sebdotv in #178
- Add Table trace by @naijim in #207
- Impl Color for f64 (+ f32, i64, i32, ...) by @tectin0 in #155
- changed the expected type for
HeatMap.z
fromOption<Vec<Z>>
toOption<Vec<Vec<Z>>>
by @tectin0 in #157 - Improve ergonomics of
Title
andLegendGroupTitle
structs by @fsktom in #154 - Update license to match other Plotly projects by @ndrezn in #212
- update Cargo.toml version for release by @andrei-ng in #214
New Contributors
- @mjpauly made their first contribution in #152
- @tectin0 made their first contribution in #153
- @sjackman made their first contribution in #168
- @adrianreber made their first contribution in #191
- @andrei-ng made their first contribution in #190
- @dependabot made their first contribution in #185
- @gwbres made their first contribution in #163
- @dureuill made their first contribution in #181
- @sebdotv made their first contribution in #180
- @youngday made their first contribution in #203
- @aureliegrebe made their first contribution in #159
- @prokie made their first contribution in #166
- @kobutri made their first contribution in #161
- @yunaka354 made their first contribution in #174
- @gvwilson made their first contribution in #211
- @naijim made their first contribution in #207
- @fsktom made their first contribution in #154
- @ndrezn made their first contribution in #212
Full Changelog: 0.8.4...0.9.0
0.8.4
v0.8.4
0.8.3
0.8.3 (#124) * bump versions * update chengelog