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
Copy file name to clipboardExpand all lines: CHANGELOG.md
+18-7Lines changed: 18 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -3,16 +3,27 @@ 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
+
6
7
## [0.13.0] - 2025-xx-xx
7
8
### Changed
8
9
-[[#277](https://github.com/plotly/plotly.rs/pull/277)] Removed `wasm` feature flag and put evrything behind target specific dependencies. Added `.cargo/config.toml` for configuration flags needed by `getrandom` version 0.3 on `wasm` targets.
9
-
-[[#281]((https://github.com/plotly/plotly.rs/pull/xxx))] Update to askama 0.13.0
10
-
-[[#287]](https://github.com/plotly/plotly.rs/pull/287) Added functionality for callbacks (using wasm)
11
-
-[[#289]](https://github.com/plotly/plotly.rs/pull/289) Fixes Kaleido static export for MacOS targets by removing `--disable-gpu` flag for MacOS
12
-
-[[#291]](https://github.com/plotly/plotly.rs/pull/291) Remove `--disable-gpu` flag for Kaleido static-image generation for all targets.
13
-
-[[#299]](https://github.com/plotly/plotly.rs/pull/299) Added customdata field to HeatMap
14
-
-[[#303]](https://github.com/plotly/plotly.rs/pull/303) Split layout mod.rs into modules
15
-
-[[#304]](https://github.com/plotly/plotly.rs/pull/304) Refactored examples to allow fo generation of full html files
10
+
-[[#281](https://github.com/plotly/plotly.rs/pull/281)] Update to askama 0.13.0
11
+
-[[#287](https://github.com/plotly/plotly.rs/pull/287)] Added functionality for callbacks (using wasm)
12
+
-[[#289](https://github.com/plotly/plotly.rs/pull/289)] Fixes Kaleido static export for MacOS targets by removing `--disable-gpu` flag for MacOS
13
+
-[[#291](https://github.com/plotly/plotly.rs/pull/291)] Remove `--disable-gpu` flag for Kaleido static-image generation for all targets.
14
+
-[[#299](https://github.com/plotly/plotly.rs/pull/299)] Added customdata field to HeatMap
15
+
-[[#303](https://github.com/plotly/plotly.rs/pull/303)] Split layout mod.rs into modules
16
+
-[[#304](https://github.com/plotly/plotly.rs/pull/304)] Refactored examples to allow fo generation of full html files
17
+
-[[#320](https://github.com/plotly/plotly.rs/pull/320)] Make offline_js_sources function `pub`
18
+
-[[#321](https://github.com/plotly/plotly.rs/pull/321)] Make 'online_cdn_js' function also `pub` for consistenccy
19
+
20
+
### Added
21
+
-[[#311](https://github.com/plotly/plotly.rs/pull/311)] Add extra themes
22
+
-[[#312](https://github.com/plotly/plotly.rs/pull/312)] Add rangebreak to axis
23
+
-[[#313](https://github.com/plotly/plotly.rs/pull/313)] Add example of subplots with multiple traces
24
+
-[[#314](https://github.com/plotly/plotly.rs/pull/314)] Add axis range bounds support
25
+
-[[#317](https://github.com/plotly/plotly.rs/pull/317)] Show rangebreak usage with ints
26
+
-[[#318](https://github.com/plotly/plotly.rs/pull/318)] Add slider support
16
27
17
28
### Fixed
18
29
-[[#284](https://github.com/plotly/plotly.rs/pull/284)] Allow plotly package to be compiled for android
0 commit comments