Skip to content

Commit

Permalink
[4371] Export NewObject, NewRootObject, and NewRepresentation modals
Browse files Browse the repository at this point in the history
Bug: #4317
Signed-off-by: Gwendal Daniel <[email protected]>
  • Loading branch information
gdaniel committed Dec 16, 2024
1 parent 030ade4 commit eb89fad
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,7 @@ This is now fixed
- https://github.com/eclipse-sirius/sirius-web/issues/4261[#4261] [core] Enable image cache
- https://github.com/eclipse-sirius/sirius-web/issues/4225[#4225] [emf] Add support for localized enumeration literals in EMF property forms
- https://github.com/eclipse-sirius/sirius-web/issues/4227[#4227] [emf] Add support for custom numeric and boolean types in property forms
- https://github.com/eclipse-sirius/sirius-web/issues/4317[#4317] [sirius-web] Export `NewObjectModal`, `NewRootObjectModal`, and `NewRepresentationModal`



Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -106,3 +106,6 @@ export {
type ProjectSettingTabProps,
} from './views/project-settings/ProjectSettingsView.types';
export * from './views/project-settings/ProjectSettingsViewExtensionPoints';
export { NewObjectModal } from './modals/new-object/NewObjectModal';
export { NewRepresentationModal } from './modals/new-representation/NewRepresentationModal';
export { NewRootObjectModal } from './modals/new-root-object/NewRootObjectModal';

0 comments on commit eb89fad

Please sign in to comment.