File tree Expand file tree Collapse file tree 2 files changed +25
-20
lines changed
Expand file tree Collapse file tree 2 files changed +25
-20
lines changed Original file line number Diff line number Diff line change 33## Unreleased
44
55### Added
6+
7+ ### Changed
8+
9+ ### Deprecated
10+
11+ ### Removed
12+
13+ ### Fixed
14+
15+ ### Security
16+
17+ ## 0.5.0 - 2025-03-21
18+
19+ ### Added
20+
621- Plotly refactored on top of visionforge/server. Now it is called ` plotly-kt ` . Version follows general VisionForge version.
722
823### Changed
24+
925- Simplified Vision and VisionGroup logic. Observation logic moved out.
1026- Use ` Name ` for child designation and ` Path ` for tree access
1127- The default intensity for AmbientLight is 1.0. The intensity scale for Three-js is 3.0.
1228
13- ### Deprecated
14-
1529### Removed
30+
1631- VisionChildren and VisionProperties
1732
1833### Fixed
34+
1935- Vision server now automatically switches to WSS protocol for updates if incoming protocol is HTTPS
2036- Issue with track removal in muon monitor demo.
2137
22- ### Security
23-
2438## 0.4.2 - 2024-06-06
2539
2640### Added
Original file line number Diff line number Diff line change @@ -9,15 +9,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
99### Added
1010
1111### Changed
12- - Name change from ` plotlykt ` to ` plotly-kt ` . Version now follows VisionForge version.
13- - Moved plotly implementation on top of VisionForge framework.
14- - ` Plot ` and ` Trace ` now inherit ` Vision ` .
15- - ` Trace ` no longer inherit ` Scheme ` . It requires ` Trace.Factory ` and import of ` space.kscience.plotly.models.invoke ` to be automatically created.
16- - ` makeFile ` -> ` show `
17- - ` PlotlyFragment ` -> ` HtmlVisionFragment ` , ` PlotlyPage ` -> ` HtmlVisionPage `
18- - Explicitly passing renderer in fragments is no longer necessary
19- - ` Plotly.serve ` is replaced by ` embeddedServer(...){ plotlyPage(...) } `
20- - KTor 3.x
2112
2213### Deprecated
2314
@@ -27,6 +18,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2718
2819### Security
2920
21+ ## 0.5.0 (package and versioning change!)
22+
23+ ### Changed
24+
25+ - Package changed to plotly-kt. Now use VisionForge versions.
26+ - Plotly-kt now fully relies on VisionForge classes.
27+
3028## 0.7.2 - 2024-06-06
3129
3230### Changed
@@ -101,13 +99,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
10199- #85
102100- Rendering in JS that used backend HTML generation
103101
104- ## 0.5.0
105-
106- ### Changed
107-
108- - Switch to DataForge 0.5
109- -
110-
111102## 0.4.4
112103
113104### Added
You can’t perform that action at this time.
0 commit comments