Releases: alexarchambault/plotly-scala
Releases · alexarchambault/plotly-scala
v0.7.2
- Add support for 3D surface plots (#134, thanks to @maxstreese)
- Rely on data-class rather than case classes, to make it easier to maintain binary compatibility in the future
v0.7.1
- Add scala
2.13
support (thanks to @tmccarthy) - Remove scala
2.11
support (not supported anymore by Ammonite and almond) - Switch to almond
0.8.1
- Switch to Scala.JS
0.6.29
v0.7.0
- Don't depend on argonaut-shapeless (and transitively, on argonaut, shapeless, and macro-compat) anymore. argonaut-shapeless, argonaut, shapeless, and macro-compat, are now shaded in the plotly-render module, and don't appear anymore as public dependencies of plotly-scala.
v0.6.0
.
v0.5.4
Merge pull request #46 from alexarchambault/topic/deterministic-ids Deterministic ids
v0.5.3
v0.5.2
v0.5.1
v0.5.0
v0.4.2
Automatically initialize things (#33)