You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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>
Copy file name to clipboardExpand all lines: CHANGELOG.md
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file.
3
3
4
4
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
5
5
6
+
## [0.13.5] - 2025-07-30
7
+
8
+
### Fixed
9
+
10
+
-[[#345](https://github.com/plotly/plotly.rs/pull/345)] Re-export `ImageFormat` from `plotly_static` into `plotly`
@@ -164,7 +164,9 @@ Kaleido binaries are available on Github [release page](https://github.com/plotl
164
164
165
165
## Usage Within a WASM Environment
166
166
167
-
`Plotly.rs` can be used with a WASM-based frontend framework. The needed dependencies are automatically enabled for `wasm32` targets at compile time and there is no longer a need for the custom `wasm` flag in this crate. Note that the `kaleido` and `plotly_static` features are not supported in WASM environments and will throw a compilation error if enabled.
167
+
`Plotly.rs` can be used with a WASM-based frontend framework. Note that the `kaleido` and `plotly_static` static export features are not supported in WASM environments and will throw a compilation error if used.
168
+
169
+
The needed dependencies are automatically enabled for `wasm32` targets at compile time and there is no longer a need for the custom `wasm` flag in this crate.
168
170
169
171
First, make sure that you have the Plotly JavaScript library in your base HTML template:
0 commit comments