Releases: alexarchambault/plotly-scala
v0.8.5
What's Changed
Updates / maintenance
- Update joda-time to 2.12.0 by @scala-steward in #365
- Update joda-time to 2.12.1 by @scala-steward in #368
- Update sbt to 1.7.3 by @scala-steward in #369
- Bump coursier/setup-action from 1.2.1 to 1.3.0 by @dependabot in #367
- Update sbt-ci-release to 1.5.11 by @scala-steward in #366
- Update jupyter-api to 0.13.2 by @scala-steward in #371
- Update sbt-scalajs, scalajs-compiler, ... to 1.12.0 by @scala-steward in #372
- Update sbt to 1.8.0 by @scala-steward in #370
- Update sbt-mima-plugin to 1.1.2 by @scala-steward in #385
- Update joda-time to 2.12.4 by @scala-steward in #384
- Update jupyter-api to 0.13.4 by @scala-steward in #383
- Update scalajs-dom to 2.4.0 by @scala-steward in #381
- Update scalatest to 3.2.15 by @scala-steward in #378
- Update sbt to 1.8.2 by @scala-steward in #377
- Update sbt-shading to 2.1.1 by @scala-steward in #375
- Update jquery to 3.6.3 by @scala-steward in #382
- Update sbt-scalajs, scalajs-compiler, ... to 1.13.0 by @scala-steward in #379
New Contributors
Full Changelog: v0.8.4...v0.8.5
v0.8.4
Updates
- Update argonaut-shapeless_6.3 to 1.3.1 by @scala-steward in #344
- Update sbt-mima-plugin to 1.1.0 by @scala-steward in #345
- Update joda-time to 2.11.0 by @scala-steward in #346
- Update scalajs-dom to 2.2.0 by @scala-steward in #347
- Update data-class to 0.2.6 by @scala-steward in #349
- Bump coursier/setup-action from 1.2.0 to 1.2.1 by @dependabot in #350
- Update sbt-shading to 2.1.0 by @scala-steward in #351
- Update jupyter-api to 0.13.1 by @scala-steward in #352
- Update joda-time to 2.11.1 by @scala-steward in #353
- Update scalajs-dom to 2.3.0 by @scala-steward in #355
- Update jquery to 3.6.1 by @scala-steward in #354
- Update scala-library, scala-reflect to 2.12.17 by @scala-steward in #358
- Update sbt-scalajs, scalajs-compiler, ... to 1.11.0 by @scala-steward in #357
- Update scalatest to 3.2.14 by @scala-steward in #363
- Update sbt to 1.7.2 by @scala-steward in #362
- Update scala-library, scala-reflect to 2.13.10 by @scala-steward in #361
- Update joda-time to 2.11.2 by @scala-steward in #360
- Update scalatags to 0.12.0 by @scala-steward in #359
- Update sbt-mima-plugin to 1.1.1 by @scala-steward in #356
Full Changelog: v0.8.3...v0.8.4
v0.8.3
Updates
- Update sbt-shading to 2.0.1 by @scala-steward in #276
- Update scalatest to 3.2.9 by @scala-steward in #289
- Update sbt-mima-plugin to 0.9.1 by @scala-steward in #288
- Update jupyter-api to 0.11.2 by @scala-steward in #284
- Update sbt-ci-release to 1.5.7 by @scala-steward in #277
- Updates by @alexarchambault in #292
- Update scalatest to 3.2.13 by @scala-steward in #342
- Update scala-library, scala-reflect to 2.12.16 by @scala-steward in #338
- Update sbt-scalajs-crossproject to 1.2.0 by @scala-steward in #334
- Update joda-time to 2.10.14 by @scala-steward in #333
- Update sbt-ci-release to 1.5.10 by @scala-steward in #328
- Update scalajs-dom to 1.2.0 by @scala-steward in #305
- Update jquery to 3.6.0 by @scala-steward in #266
- Update prism to 1.16.0 by @scala-steward in #231
- Update plotly.js to 1.54.1 by @scala-steward in #193
- Update jupyter-api to 0.13.0 by @scala-steward in #339
- Bump actions/checkout from 2 to 3 by @dependabot in #332
- Update rhino to 1.7.14 by @scala-steward in #325
- Update sbt-mima-plugin to 0.9.2 by @scala-steward in #294
- Update bootstrap to 3.4.1 by @scala-steward in #229
- Update scalatags to 0.11.1 by @scala-steward in #327
- Update workflow by @alexarchambault in #343
- Update sbt-scalajs, scalajs-compiler, ... to 1.10.1 by @scala-steward in #337
- Update sbt-scalajs, scalajs-library, ... to 1.6.0 by @scala-steward in #297
- Update scala-library, scala-reflect to 2.13.8 by @scala-steward in #326
- Update sbt to 1.7.1 by @scala-steward in #341
New Contributors
- @dependabot made their first contribution in #332
Full Changelog: v0.8.2...v0.8.3
v0.8.2
Changes
- Add support for
Image
traces (#274, thanks to @novakov-alexey) - Add missing fields from the current plotly-documentation examples
Updates
- Update Scala.JS from
1.3.1
to1.5.0
v0.8.1
v0.8.0
Changes
Add support for candlestick charts
See plotly.Candlestick
.
Added thanks to @igorfialko and @madprogrammer.
More convenient with*
methods for all classes
Most classes in plotly-scala now have with*
methods accepting values directly, rather than requiring them to be wrapped in Some(…)
. Methods accepting options are still there too, if needed.
Updates
- Update Scala.JS from
1.1.0
to1.3.0
v0.7.6
- Add
orientation
field toLegend
(thanks to @josephroccateads) - Add
Config
class, that can be passed alongsideLayout
, to configure plotly.js (thanks to @josephroccateads)
v0.7.5
- Update Scala.JS to
1.0.1
(from0.6.32
) - Update plotly.js to
1.52.2
v0.7.4
Automatic conversions from java.time._
classes
plotly-scala now accepts sequences of java.time.LocalDateTime
, java.time.LocalDate
, java.time.Instant
as data.
Import plotly.element.LocalDateTime.UnsafeImplicitConversions._
to have it also accept java.time.OffsetDateTime
and java.time.ZoneDateTime
.
Added in #178, thanks to @tmccarthy.
Accept mutable Seq
s as data in scala 2.13
Scala 2.13
changed the automatically imported Seq
alias from scala.collection.Seq
to scala.collection.immutable.Seq
(former can be mutable, latter cannot). As a consequence, mutable sequences, like scala.collection.mutable.ArrayBuffer
, were not accepted as data by plotly-scala.
#176 fixes that, thanks to @tmccarthy.
v0.7.3
- Add support for heatmaps (#148, thanks to @eric-czech)