diff --git a/CHANGELOG.md b/CHANGELOG.md index 5c7c3d6e..0a8f0d31 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,11 +3,8 @@ ## Unreleased ### Added -- Moved plotly-kt repo inside this one ### Changed -- Kotlin 2.0 -- DataForge 0.9 ### Deprecated @@ -17,6 +14,17 @@ ### Security +## 0.4.2 - 2024-06-06 + +### Added + +- Moved plotly-kt repo inside this one + +### Changed + +- Kotlin 2.0 +- DataForge 0.9 + ## 0.4.1 - 2024-03-15 ### Changed diff --git a/README.md b/README.md index b75dcb55..a8255426 100644 --- a/README.md +++ b/README.md @@ -70,6 +70,10 @@ To learn more about DataForge, please consult the following URLs: > > **Maturity**: EXPERIMENTAL +### [plotly](plotly) +> +> **Maturity**: EXPERIMENTAL + ### [visionforge-compose-html](visionforge-compose-html) > > **Maturity**: EXPERIMENTAL @@ -143,6 +147,26 @@ To learn more about DataForge, please consult the following URLs: > > **Maturity**: EXPERIMENTAL +### [plotly/examples](plotly/examples) +> +> **Maturity**: EXPERIMENTAL + +### [plotly/plotlykt-core](plotly/plotlykt-core) +> +> **Maturity**: DEVELOPMENT + +### [plotly/plotlykt-jupyter](plotly/plotlykt-jupyter) +> +> **Maturity**: EXPERIMENTAL + +### [plotly/plotlykt-script](plotly/plotlykt-script) +> +> **Maturity**: EXPERIMENTAL + +### [plotly/plotlykt-server](plotly/plotlykt-server) +> +> **Maturity**: EXPERIMENTAL + ### [visionforge-jupyter/visionforge-jupyter-common](visionforge-jupyter/visionforge-jupyter-common) > Jupyter api artifact including all common modules > @@ -152,6 +176,22 @@ To learn more about DataForge, please consult the following URLs: > > **Maturity**: EXPERIMENTAL +### [plotly/examples/compose-demo](plotly/examples/compose-demo) +> +> **Maturity**: EXPERIMENTAL + +### [plotly/examples/fx-demo](plotly/examples/fx-demo) +> +> **Maturity**: EXPERIMENTAL + +### [plotly/examples/js-demo](plotly/examples/js-demo) +> +> **Maturity**: EXPERIMENTAL + +### [plotly/examples/native-demo](plotly/examples/native-demo) +> +> **Maturity**: EXPERIMENTAL + **Class diagram:** diff --git a/plotly/CHANGELOG.md b/plotly/CHANGELOG.md index c7fb8999..f3e13499 100644 --- a/plotly/CHANGELOG.md +++ b/plotly/CHANGELOG.md @@ -9,18 +9,26 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added ### Changed -- Plotly moved on top of VisionForge (in the VisionForge repository) -- Geo module merged into core ### Deprecated ### Removed -- Own HtmlFragment replaced by VisionForge Html handling ### Fixed ### Security +## 0.7.2 - 2024-06-06 + +### Changed + +- Plotly moved on top of VisionForge (in the VisionForge repository) +- Geo module merged into core + +### Removed + +- Own HtmlFragment replaced by VisionForge Html handling + ## 0.7.1 - 2024-02-22 ### Added diff --git a/plotly/plotlykt-core/README.md b/plotly/plotlykt-core/README.md index da4cddad..dacd6ccd 100644 --- a/plotly/plotlykt-core/README.md +++ b/plotly/plotlykt-core/README.md @@ -6,7 +6,7 @@ ## Artifact: -The Maven coordinates of this project are `space.kscience:plotlykt-core:0.7.1`. +The Maven coordinates of this project are `space.kscience:plotlykt-core:0.7.2`. **Gradle Kotlin DSL:** ```kotlin @@ -16,6 +16,6 @@ repositories { } dependencies { - implementation("space.kscience:plotlykt-core:0.7.1") + implementation("space.kscience:plotlykt-core:0.7.2") } ``` diff --git a/plotly/plotlykt-jupyter/README.md b/plotly/plotlykt-jupyter/README.md index d27b29a7..2e3a3fa1 100644 --- a/plotly/plotlykt-jupyter/README.md +++ b/plotly/plotlykt-jupyter/README.md @@ -6,7 +6,7 @@ ## Artifact: -The Maven coordinates of this project are `space.kscience:plotlykt-jupyter:0.7.1`. +The Maven coordinates of this project are `space.kscience:plotlykt-jupyter:0.7.2`. **Gradle Kotlin DSL:** ```kotlin @@ -16,6 +16,6 @@ repositories { } dependencies { - implementation("space.kscience:plotlykt-jupyter:0.7.1") + implementation("space.kscience:plotlykt-jupyter:0.7.2") } ``` diff --git a/plotly/plotlykt-script/README.md b/plotly/plotlykt-script/README.md index 692a74a4..354e09ab 100644 --- a/plotly/plotlykt-script/README.md +++ b/plotly/plotlykt-script/README.md @@ -6,7 +6,7 @@ ## Artifact: -The Maven coordinates of this project are `space.kscience:plotlykt-script:0.7.1`. +The Maven coordinates of this project are `space.kscience:plotlykt-script:0.7.2`. **Gradle Kotlin DSL:** ```kotlin @@ -16,6 +16,6 @@ repositories { } dependencies { - implementation("space.kscience:plotlykt-script:0.7.1") + implementation("space.kscience:plotlykt-script:0.7.2") } ``` diff --git a/plotly/plotlykt-server/README.md b/plotly/plotlykt-server/README.md index 59e5a1ac..cd166774 100644 --- a/plotly/plotlykt-server/README.md +++ b/plotly/plotlykt-server/README.md @@ -6,7 +6,7 @@ ## Artifact: -The Maven coordinates of this project are `space.kscience:plotlykt-server:0.7.1`. +The Maven coordinates of this project are `space.kscience:plotlykt-server:0.7.2`. **Gradle Kotlin DSL:** ```kotlin @@ -16,6 +16,6 @@ repositories { } dependencies { - implementation("space.kscience:plotlykt-server:0.7.1") + implementation("space.kscience:plotlykt-server:0.7.2") } ``` diff --git a/visionforge-compose-html/README.md b/visionforge-compose-html/README.md index b84bbf12..fdaf0b8f 100644 --- a/visionforge-compose-html/README.md +++ b/visionforge-compose-html/README.md @@ -6,7 +6,7 @@ ## Artifact: -The Maven coordinates of this project are `space.kscience:visionforge-compose-html:0.4.1`. +The Maven coordinates of this project are `space.kscience:visionforge-compose-html:0.4.2`. **Gradle Kotlin DSL:** ```kotlin @@ -16,6 +16,6 @@ repositories { } dependencies { - implementation("space.kscience:visionforge-compose-html:0.4.1") + implementation("space.kscience:visionforge-compose-html:0.4.2") } ``` diff --git a/visionforge-compose-multiplatform/README.md b/visionforge-compose-multiplatform/README.md index aef4ef10..8d98ce14 100644 --- a/visionforge-compose-multiplatform/README.md +++ b/visionforge-compose-multiplatform/README.md @@ -6,7 +6,7 @@ ## Artifact: -The Maven coordinates of this project are `space.kscience:visionforge-compose-multiplatform:0.4.1`. +The Maven coordinates of this project are `space.kscience:visionforge-compose-multiplatform:0.4.2`. **Gradle Kotlin DSL:** ```kotlin @@ -16,6 +16,6 @@ repositories { } dependencies { - implementation("space.kscience:visionforge-compose-multiplatform:0.4.1") + implementation("space.kscience:visionforge-compose-multiplatform:0.4.2") } ``` diff --git a/visionforge-core/README.md b/visionforge-core/README.md index ebd092d8..acb74f56 100644 --- a/visionforge-core/README.md +++ b/visionforge-core/README.md @@ -6,7 +6,7 @@ ## Artifact: -The Maven coordinates of this project are `space.kscience:visionforge-core:0.4.1`. +The Maven coordinates of this project are `space.kscience:visionforge-core:0.4.2`. **Gradle Kotlin DSL:** ```kotlin @@ -16,6 +16,6 @@ repositories { } dependencies { - implementation("space.kscience:visionforge-core:0.4.1") + implementation("space.kscience:visionforge-core:0.4.2") } ``` diff --git a/visionforge-gdml/README.md b/visionforge-gdml/README.md index e26717d4..e7d0b832 100644 --- a/visionforge-gdml/README.md +++ b/visionforge-gdml/README.md @@ -6,7 +6,7 @@ ## Artifact: -The Maven coordinates of this project are `space.kscience:visionforge-gdml:0.4.1`. +The Maven coordinates of this project are `space.kscience:visionforge-gdml:0.4.2`. **Gradle Kotlin DSL:** ```kotlin @@ -16,6 +16,6 @@ repositories { } dependencies { - implementation("space.kscience:visionforge-gdml:0.4.1") + implementation("space.kscience:visionforge-gdml:0.4.2") } ``` diff --git a/visionforge-jupyter/README.md b/visionforge-jupyter/README.md index b5794ea5..4bac1459 100644 --- a/visionforge-jupyter/README.md +++ b/visionforge-jupyter/README.md @@ -6,7 +6,7 @@ Common visionforge jupyter module ## Artifact: -The Maven coordinates of this project are `space.kscience:visionforge-jupyter:0.4.1`. +The Maven coordinates of this project are `space.kscience:visionforge-jupyter:0.4.2`. **Gradle Kotlin DSL:** ```kotlin @@ -16,6 +16,6 @@ repositories { } dependencies { - implementation("space.kscience:visionforge-jupyter:0.4.1") + implementation("space.kscience:visionforge-jupyter:0.4.2") } ``` diff --git a/visionforge-jupyter/visionforge-jupyter-common/README.md b/visionforge-jupyter/visionforge-jupyter-common/README.md index 928b7167..135e6603 100644 --- a/visionforge-jupyter/visionforge-jupyter-common/README.md +++ b/visionforge-jupyter/visionforge-jupyter-common/README.md @@ -6,7 +6,7 @@ Jupyter api artifact including all common modules ## Artifact: -The Maven coordinates of this project are `space.kscience:visionforge-jupyter-common:0.4.1`. +The Maven coordinates of this project are `space.kscience:visionforge-jupyter-common:0.4.2`. **Gradle Kotlin DSL:** ```kotlin @@ -16,6 +16,6 @@ repositories { } dependencies { - implementation("space.kscience:visionforge-jupyter-common:0.4.1") + implementation("space.kscience:visionforge-jupyter-common:0.4.2") } ``` diff --git a/visionforge-markdown/README.md b/visionforge-markdown/README.md index 5aa2def9..6f157c54 100644 --- a/visionforge-markdown/README.md +++ b/visionforge-markdown/README.md @@ -6,7 +6,7 @@ ## Artifact: -The Maven coordinates of this project are `space.kscience:visionforge-markdown:0.4.1`. +The Maven coordinates of this project are `space.kscience:visionforge-markdown:0.4.2`. **Gradle Kotlin DSL:** ```kotlin @@ -16,6 +16,6 @@ repositories { } dependencies { - implementation("space.kscience:visionforge-markdown:0.4.1") + implementation("space.kscience:visionforge-markdown:0.4.2") } ``` diff --git a/visionforge-plotly/README.md b/visionforge-plotly/README.md index 1b5c3678..ff39ca87 100644 --- a/visionforge-plotly/README.md +++ b/visionforge-plotly/README.md @@ -6,7 +6,7 @@ ## Artifact: -The Maven coordinates of this project are `space.kscience:visionforge-plotly:0.4.1`. +The Maven coordinates of this project are `space.kscience:visionforge-plotly:0.4.2`. **Gradle Kotlin DSL:** ```kotlin @@ -16,6 +16,6 @@ repositories { } dependencies { - implementation("space.kscience:visionforge-plotly:0.4.1") + implementation("space.kscience:visionforge-plotly:0.4.2") } ``` diff --git a/visionforge-server/README.md b/visionforge-server/README.md index b7fa4411..9d99ac76 100644 --- a/visionforge-server/README.md +++ b/visionforge-server/README.md @@ -6,7 +6,7 @@ ## Artifact: -The Maven coordinates of this project are `space.kscience:visionforge-server:0.4.1`. +The Maven coordinates of this project are `space.kscience:visionforge-server:0.4.2`. **Gradle Kotlin DSL:** ```kotlin @@ -16,6 +16,6 @@ repositories { } dependencies { - implementation("space.kscience:visionforge-server:0.4.1") + implementation("space.kscience:visionforge-server:0.4.2") } ``` diff --git a/visionforge-solid/README.md b/visionforge-solid/README.md index e0a6e29b..6b16f945 100644 --- a/visionforge-solid/README.md +++ b/visionforge-solid/README.md @@ -6,7 +6,7 @@ ## Artifact: -The Maven coordinates of this project are `space.kscience:visionforge-solid:0.4.1`. +The Maven coordinates of this project are `space.kscience:visionforge-solid:0.4.2`. **Gradle Kotlin DSL:** ```kotlin @@ -16,6 +16,6 @@ repositories { } dependencies { - implementation("space.kscience:visionforge-solid:0.4.1") + implementation("space.kscience:visionforge-solid:0.4.2") } ``` diff --git a/visionforge-tables/README.md b/visionforge-tables/README.md index dab2ad0b..96265e13 100644 --- a/visionforge-tables/README.md +++ b/visionforge-tables/README.md @@ -6,7 +6,7 @@ ## Artifact: -The Maven coordinates of this project are `space.kscience:visionforge-tables:0.4.1`. +The Maven coordinates of this project are `space.kscience:visionforge-tables:0.4.2`. **Gradle Kotlin DSL:** ```kotlin @@ -16,6 +16,6 @@ repositories { } dependencies { - implementation("space.kscience:visionforge-tables:0.4.1") + implementation("space.kscience:visionforge-tables:0.4.2") } ``` diff --git a/visionforge-threejs/README.md b/visionforge-threejs/README.md index 0ac15cc6..68427f36 100644 --- a/visionforge-threejs/README.md +++ b/visionforge-threejs/README.md @@ -6,7 +6,7 @@ ## Artifact: -The Maven coordinates of this project are `space.kscience:visionforge-threejs:0.4.1`. +The Maven coordinates of this project are `space.kscience:visionforge-threejs:0.4.2`. **Gradle Kotlin DSL:** ```kotlin @@ -16,6 +16,6 @@ repositories { } dependencies { - implementation("space.kscience:visionforge-threejs:0.4.1") + implementation("space.kscience:visionforge-threejs:0.4.2") } ``` diff --git a/visionforge-threejs/visionforge-threejs-server/README.md b/visionforge-threejs/visionforge-threejs-server/README.md index 3190b351..ddf72330 100644 --- a/visionforge-threejs/visionforge-threejs-server/README.md +++ b/visionforge-threejs/visionforge-threejs-server/README.md @@ -6,7 +6,7 @@ ## Artifact: -The Maven coordinates of this project are `space.kscience:visionforge-threejs-server:0.4.1`. +The Maven coordinates of this project are `space.kscience:visionforge-threejs-server:0.4.2`. **Gradle Kotlin DSL:** ```kotlin @@ -16,6 +16,6 @@ repositories { } dependencies { - implementation("space.kscience:visionforge-threejs-server:0.4.1") + implementation("space.kscience:visionforge-threejs-server:0.4.2") } ```