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
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -165,11 +165,12 @@ Some part of each namespace may not be supported yet.
165
165
Do not hesitate to read the ADR-214 for further understanding.
166
166
- https://github.com/eclipse-sirius/sirius-web/issues/5673[#5673] [sirius-web] The EditingContext expose a new method `Map<String, IViewConversionData> getViewConversionData()`
167
167
This can be used to retrieve a `ViewDiagramConversionData` that contains the mapping between view `IDiagramElementDescription` and programmatic `IDiagramElementDescription`.
168
+
- https://github.com/eclipse-sirius/sirius-web/issues/2809[#2809] [browser] Add support for overriding the tree description to use for a specific model browser.
169
+
In particular, this can be used to customize the tree used for the model browser of a particular reference widget by discriminating on the `descriptionId` parameter of the `modelBrowser://` id.
168
170
169
171
170
172
=== Improvements
171
173
172
-
- https://github.com/eclipse-sirius/sirius-web/issues/5608[#5608] [diagram] Hide empty sections on the palette
173
174
- https://github.com/eclipse-sirius/sirius-web/issues/5608[#5608] [diagram] Hide empty sections on the palette
174
175
- https://github.com/eclipse-sirius/sirius-web/issues/5416[#5416] [palette] Move the component `PaletteToolList` from `sirius-components-diagrams` to `sirius-components-palette`
175
176
- https://github.com/eclipse-sirius/sirius-web/issues/5662[#5662] [diagram] Add a bottom padding for child nodes
@@ -197,6 +198,7 @@ As a result, some of those menu items are not contributed anymore on invalid use
Copy file name to clipboardExpand all lines: packages/browser/backend/sirius-components-collaborative-browser/src/main/java/org/eclipse/sirius/components/collaborative/browser/ModelBrowserEventProcessorFactory.java
Copy file name to clipboardExpand all lines: packages/forms/backend/sirius-components-widget-reference-tests/src/main/java/org/eclipse/sirius/components/widget/reference/tests/assertions/ReferenceWidgetAssert.java
+6Lines changed: 6 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -47,6 +47,12 @@ public ReferenceWidgetAssert hasNoValue() {
Copy file name to clipboardExpand all lines: packages/sirius-web/backend/sirius-web-application/src/main/java/org/eclipse/sirius/web/application/browser/DefaultModelBrowsersMetadataProvider.java
0 commit comments