Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPierre-Charles David2022-09-23 14:55:26 +0000
committerMaxime Porhel2022-10-26 08:46:56 +0000
commit53e9abc2ee6a07c751073c72cdc911f8c7abc4d8 (patch)
tree29cfa55ab5962d370d53c56cfa7e3c9231780000 /plugins/org.eclipse.sirius.doc/doc/Release_Notes.html
parent2f49b71514ed72364c04cfa3c2c46e01461a156e (diff)
downloadorg.eclipse.sirius-53e9abc2ee6a07c751073c72cdc911f8c7abc4d8.tar.gz
org.eclipse.sirius-53e9abc2ee6a07c751073c72cdc911f8c7abc4d8.tar.xz
org.eclipse.sirius-53e9abc2ee6a07c751073c72cdc911f8c7abc4d8.zip
[doc] Update release notes
Change-Id: Ia1fba2744308c046570770c7e337ab4bd0d596a3 Signed-off-by: Pierre-Charles David <pierre-charles.david@obeo.fr> Signed-off-by: Florian Barbin <florian.barbin@obeo.fr>
Diffstat (limited to 'plugins/org.eclipse.sirius.doc/doc/Release_Notes.html')
-rw-r--r--plugins/org.eclipse.sirius.doc/doc/Release_Notes.html19
1 files changed, 15 insertions, 4 deletions
diff --git a/plugins/org.eclipse.sirius.doc/doc/Release_Notes.html b/plugins/org.eclipse.sirius.doc/doc/Release_Notes.html
index c4135a0862..84cbb412dd 100644
--- a/plugins/org.eclipse.sirius.doc/doc/Release_Notes.html
+++ b/plugins/org.eclipse.sirius.doc/doc/Release_Notes.html
@@ -141,6 +141,17 @@
<code>org.eclipse.sirius.business.api.helper.task.DeleteEObjectTask.getEObjectToDelete()</code> has been added to get the EObject that will be deleted by this task.
</li>
</ul>
+ <h4 id="Migrations">Migrations</h4>
+ <ul>
+ <li><span class="label label-info">Modified</span>The migration participant introduced by
+ <a href="https://bugs.eclipse.org/bugs/show_bug.cgi?id=576423">Bug 576423 -
+ <em>Incorrect representation size when using 'Size Computation Expression'</em>
+ </a> was wrongly resizing the GMF bounds of collapsed nodes.
+ <code>org.eclipse.sirius.diagram.ui.business.internal.migration.WorkspaceImageGMFBoundsMigrationParticipant</code> migration participant has been modified to fix the previous version
+ <em>15.0.0.202201261500</em> . The corresponding version, stored in attribute version of viewpoint:DAnalysis of the aird file, is
+ <em>15.0.0.202209061200</em>.
+ </li>
+ </ul>
<h2 id="sirius7.0.4">Changes in Sirius 7.0.4</h2>
<h3 id="UserVisibleChanges2">User-Visible Changes</h3>
<p>Minor release to avoid errors thrown during indirect deletion of edges whose label is selected (deletion done from outside the diagram editor or from a custom command).</p>
@@ -529,7 +540,7 @@
<code>org.eclipse.sirius.tests.support.api.EclipseTestsSupportHelper.copyDirectory(String, String)</code> have been added to ease to the copy of the test files from the test plugin to the junit workspace.
</li>
</ul>
- <h4 id="Migrations">Migrations</h4>
+ <h4 id="Migrations2">Migrations</h4>
<ul>
<li><span class="label label-success">Added</span> A migration participant has been added to repair size of GMF nodes with Workspace Image style description. A default size was set for this type of nodes, which resulted in graphical inconsistencies (see
<a href="https://bugs.eclipse.org/bugs/show_bug.cgi?id=576423)">Bug 576423 -
@@ -595,7 +606,7 @@
<code>org.eclipse.sirius.diagram.ui.edit.api.part.AbstractDDiagramEditPart.refreshChildren()</code> has been overridden to redraw the edges figures according to the order of the GMF edges.
</li>
</ul>
- <h4 id="Migrations2">Migrations</h4>
+ <h4 id="Migrations3">Migrations</h4>
<ul>
<li><span class="label label-success">Added</span> A migration participant has been added to set a changeId value for each DRepresentationDescriptor that did not have one. Some old models were missing the changeId attribute, which could lead to technical problems. The migration participant
<code>org.eclipse.sirius.diagram.ui.business.internal.migration.SetChangeIdMigrationParticipant</code> sets a random changeId if it didn&#8217;t already exist. The corresponding version, stored in attribute version of viewpoint:DAnalysis of the aird file, is
@@ -607,7 +618,7 @@
</ul>
<h2 id="sirius6.5.1">Changes in Sirius 6.5.1</h2>
<h3 id="DeveloperVisibleChanges7">Developer-Visible Changes</h3>
- <h4 id="Migrations3">Migrations</h4>
+ <h4 id="Migrations4">Migrations</h4>
<ul>
<li><span class="label label-info">Modified</span> The migration participant
<code>org.eclipse.sirius.diagram.ui.business.internal.migration.NoteShapeDefaultLabelAlignmentMigrationParticipant</code> has been updated to repair Notes with a potential wrong vertical label alignment. This problem can occur since Sirius 6.3.2 used in a collaborative environment, Obeo Designer Team Edition or Team For Capella for example. The corresponding version, stored in the attribute version of viewpoint:DAnalysis of the aird file, is
@@ -747,7 +758,7 @@
<code>org.eclipse.sirius.ext.gmf.runtime.editparts.GraphicalHelper.getAbsoluteBoundsWithoutLabelsIn100Percent(GraphicalEditPart)</code> has been added to get the rectangle bounds without taking labels into account. This is used, in particular, to compute the bendpoints of an edge when the source or the target of the edge is an edge.
</li>
</ul>
- <h4 id="Migrations4">Migrations</h4>
+ <h4 id="Migrations5">Migrations</h4>
<ul>
<li><span class="label label-success">Added</span> A migration participant has been added to repair rectilinear edges containing only one bendpoint. Bracket edges are not relevant. The corresponding version, stored in attribute version of viewpoint:DAnalysis of the aird file, is
<em>14.5.0.202104070943</em>.

Back to the top