File tree Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -5,15 +5,16 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) a
5
5
6
6
## [ 0.11.0] - 2024-11-x
7
7
### Changed
8
+ - [[ #251 ] ( https://github.com/plotly/plotly.rs/pull/251 )] Expose image data as String with ` to_base64 ` and ` to_svg ` using Kaleido
8
9
- [[ #245 ] ( https://github.com/plotly/plotly.rs/pull/245 )] Change Contours size to be ` f64 ` instead of ` usize `
9
-
10
- ## [ 0.10.1] - 2024-11-x
11
- ### Added
12
- - [[ #243 ] ( https://github.com/plotly/plotly.rs/pull/243 )] Made ` plotly_embed_js ` embed all JS scripts when enabled.
10
+ - [[ #243 ] ( https://github.com/plotly/plotly.rs/pull/243 )] Made ` plotly_embed_js ` embed all JS scripts when enabled.
13
11
Renamed ` use_cdn_plotly ` to ` use_cdn_js ` .
14
- - [[ #239 ] ( https://github.com/plotly/plotly.rs/pull/239 )] Add Categorical Axis Ordering and Axis Category Array.
15
12
16
13
### Fixed
14
+ - [[ #248 ]] ( https://github.com/plotly/plotly.rs/issues/248 ) Book recipes do not render graphs
15
+ - [[ #247 ]] ( https://github.com/plotly/plotly.rs/issues/247 ) Add function to export image (with Kaleido) as a b64 string
16
+ - [[ #246 ]] ( https://github.com/plotly/plotly.rs/pull/246 ) Expose pattern fill api for histograms and bar charts
17
+ - [[ #244 ] ( https://github.com/plotly/plotly.rs/pull/244 )] Fix swapped x and y in the examples.
17
18
- [[ #242 ] ( https://github.com/plotly/plotly.rs/issues/242 )] Disable request for tex-svg.js file
18
19
- [[ #237 ] ( https://github.com/plotly/plotly.rs/issues/237 )] Add Categorical Axis ordering.
19
20
You can’t perform that action at this time.
0 commit comments