Skip to content

Commit

Permalink
[4317] 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 authored and AxelRICHARD committed Dec 17, 2024
1 parent f45d2f5 commit 7bbe647
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,8 @@ This is now fixed
- 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/4319[#4319] [view] Rename "Hide/Show Tool Section" tool section to "Show/Hide".
- https://github.com/eclipse-sirius/sirius-web/issues/4317[#4317] [sirius-web] Export `NewObjectModal`, `NewRootObjectModal`, and `NewRepresentationModal` frontend components
These components could be reused by downstream applications in custom creation tool.


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

0 comments on commit 7bbe647

Please sign in to comment.