Skip to content

0.5.3

Compare
Choose a tag to compare
@SPC-code SPC-code released this 28 Apr 17:18
· 30 commits to master since this release
cc9bb49

Added

  • API for background images (#49)
  • API for multiple Y axis (#92)
  • Native support
  • plotlykt module with basic Geo API
  • DataSourceHost/DataSourcePost to configure custom networks

Changed

  • Kotlin 1.8.20
  • Moved renderers to JVM to avoid confusion with JS direct element rendering.
  • DataForge 0.6
  • Replaced krangl by Kotlin-DataFrame in examples
  • Plotly server uses push strategy by default
  • Renderers moved to common
  • Moved to Ktor 2.0

Deprecated

  • Page layout. Use VisionForge for that.

Removed

  • Moved CORS to Plotly.serve

Fixed

  • Added a protective copy on reading doubleArray from TraceValues
  • #85
  • Rendering in JS that used backend HTML generation