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-common-view/src/main/java/org/eclipse/syson/diagram/common/view/services/ViewToolService.java
+22
Original file line number
Diff line number
Diff line change
@@ -1316,6 +1316,28 @@ public List<? extends Object> getActorSelectionDialogChildren(Object selectionDi
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
0 commit comments