You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.adoc
+17-1
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,22 @@
1
1
= Changelog
2
2
3
-
== v2025.4.0 (work in progress)
3
+
== v2025.6.0 (work in progress)
4
+
5
+
=== Shapes
6
+
7
+
=== Breaking changes
8
+
9
+
=== Dependency update
10
+
11
+
=== Bug fixes
12
+
13
+
=== Improvements
14
+
15
+
- https://github.com/eclipse-syson/syson/issues/1233[#1233] [general-view] Add a creation tool of State sub actions with referenced action inside State elements
Copy file name to clipboardExpand all lines: backend/application/syson-application/src/test/java/org/eclipse/syson/application/controllers/diagrams/general/view/GVSubNodeStateTransitionCreationTests.java
Copy file name to clipboardExpand all lines: backend/application/syson-application/src/test/java/org/eclipse/syson/application/data/GeneralViewWithTopNodesTestProjectData.java
+2
Original file line number
Diff line number
Diff line change
@@ -47,6 +47,8 @@ public static final class SemanticIds {
Copy file name to clipboardExpand all lines: backend/views/syson-diagram-common-view/src/main/java/org/eclipse/syson/diagram/common/view/services/ViewCreateService.java
Copy file name to clipboardExpand all lines: backend/views/syson-diagram-general-view/src/main/java/org/eclipse/syson/diagram/general/view/nodes/ActionsCompartmentNodeDescriptionProvider.java
Copy file name to clipboardExpand all lines: backend/views/syson-diagram-general-view/src/main/java/org/eclipse/syson/diagram/general/view/services/GeneralViewNodeToolSectionSwitch.java
- New tools have been introduced in `Behavior` section of State elements (Usage and Definition) to create state sub actions (`Entry`, `Do`, and `Exit`) referencing an existing `ActionUsage`.
18
+
Existing tools `New Entry Action`, `New Do Action` and `New Exit Action` have been updated to be aligned with SysMLV2 specification.
19
+
20
+
== Dependency update
21
+
22
+
23
+
== Technical details
24
+
25
+
* For technical details on this {product} release please refer to https://github.com/eclipse-syson/syson/blob/main/CHANGELOG.adoc[changelog].
0 commit comments