Releases: SciProgCentre/plotly.kt
Releases · SciProgCentre/plotly.kt
0.7.1.1
0.7.1.1 - 2024-12-11
Added
- Compose demo
Changed
- Migrated to DF 0.8
Removed
- Grid view
Fixed
- Wrong script reference for static file generation
- Fixed rendering for Jupyter lab
0.7.1 - 2024-02-22
Added
- Compose demo
Changed
- Migrated to DF 0.8
Removed
- Grid view
Fixed
- Fixed rendering for Jupyter lab
What's Changed
Full Changelog: v0.7.0...v0.7.1.1
0.7.0
- DataForge version update to 0.8.
- Compose demo
What's Changed
- Fix js-demo link in README by @joffrey-bion in #101
- 0.6.1 by @SPC-code in #102
- 0.7.0-dev-1 by @SPC-code in #103
- 0.7.0 by @SPC-code in #104
New Contributors
- @joffrey-bion made their first contribution in #101
Full Changelog: v0.6.0...v0.7.0
0.6.0
0.5.3
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
0.5.0
0.4.4
0.4.2
0.4.0
Added
- Jupyter integration plugin for server
- Separate static plot integration module in
plotlykt-jupyter
- Expanded JS demo
- Jupyter support goes beta
Changed
- Package change (again) to
space.kscience
- Build tools
0.9.5
- Kotlin
1.5.0
- HtmlFragment renamed to PlotlyHtmlFragment
Deprecated
Removed
- Local bootstrap
Fixed
- Incomplete coverage in JS (#70)
0.3.1
[0.3.1]
Added
- Table widget implementation by @ArtificialPB
- Mathjax header promoted to stable
- Tabbed plots layout (experimental)
- Trace value builders for functions and ranges (experimental)
Changed
- Breaking API change! Trace
text
replaced byTraceValues
- Moved to DataForge 0.3 API
- Kotlin 1.4.30
- JVM-IR
- Plot
Config
moved to constructor - Replaced direct color accessor by a delegate
Fixed
- #53
- Add JQuery to Bootstrap headers
0.3.0
Added
- Support for
plotly.kts
in IDEA
Changed
- Serialization API is encapsulated (no longer exposed) in order to provide compatibility with new serialization.
- Migration to Kotlin 1.4
- Minor breaking change in Plot to encapsulate serialization usage
- JS supports IR. LEGACY is not supported anymore.