Skip to content

Releases: eclipse-esmf/esmf-aspect-model-editor

v4.2.1

18 Apr 15:51
f98c0ca

Choose a tag to compare

What's Changed

  • File with ext. reference can now be saved by @michelu89 in #21
  • Update doc to new version and change import export page by @michelu89 in #22

Full Changelog: v4.2.0...v4.2.1

v4.2.0

16 Nov 12:27

Choose a tag to compare

What's Changed

Full Changelog: v4.1.0...v4.2.0

v4.1.0

27 Oct 15:22

Choose a tag to compare

What's Changed

  • AME 4.1.0 is the first AME version to support BAMM 2.0.0 which most notably introduces the concepts of Abstract and Entity inheritance. Find https://openmanufacturingplatform.github.io/sds-bamm-aspect-meta-model/bamm-specification/2.0.0/appendix/release-notes.html for the details
  • AME 4.1.0 includes a BAMM migrator for models with older BAMM versions. This migrator allows to migrate the entire workspace upon first start of AME 4.1.0 or at a later time. It also supports to migrate individual Aspect Models.
  • AME 4.1.0 is the first version to support predefined BAMM Entities for reuse (Point3D and FileResource)
  • Highlight incoming and outgoing edges and their target elements to guide users about the structure of Aspect Models with many incoming/outgoing edges for an individual element
  • Fix bugs with connecting the BAMM element event.
  • Fix bugs with exporting packages
  • Fix bug that permitted adding multiple Entities to one Characteristic
  • Bugfix: Add missing minus in the tooltip for datatype Integer
  • Bugfix: Correct tooltip for data types nonpositive and nonnegative int
  • Bugfix: remove "Add" button on BAMM element Unit
  • Bugfix: Remove non-required setting to "show additional popups for notifications"
  • Bugfix: Refresh value when updating referenceUnit in BAMM element Unit
  • Bugfix: Treat identical entries in notifications correctly
  • Bugfix: Remove unsupported context menu entries for copy/paste
  • Fix bug where in some scenarios the edit dialog was not refreshed
  • Fix bug to not show an edit dialog when an element has been deleted
  • Fix bug that did not allow modifying the class of a Constraint when it is not related to any other BAMM elements
  • Fix bug with an add button disappearing when deleting a Trait
  • Added missing tooltips for several icons
  • Bugfix: Show a message whenever a validation fails
  • Bugfix: Show "select language" only when selecting a different langauge
  • Update icons for consistent design
  • Bugfix: Reset notification counter when a notifications dialog has been opened
  • Add explanation in documentation that running two instances of the editor is not supported
  • Bugfix: Show models in correct BAMM coloring scheme after startup
  • Bugfix: Display overlapping elements correctly
  • Bugfix: Correct confirmation message when adding a Property to an Operation
  • Adjust left frame to display all descriptions of BAMM elements
  • Improve visual highlighting when selecting a diagram element
  • Remove non-required filter type for Units
  • Fix bug when showing the data type in Characteristic overview where curie is selected
  • Correct display of predefined Characteristic instances by refreshing whenever required
  • Immediately display entered details of a Characteristic when editing
  • Remove non-required second scrollbar from namespace settings
  • Improve confirmation dialog for saving/discarding changes when loading an Aspect Model from your workspace
  • Make diagram element names unique in all cases
  • Fix bug that would displace a Characteristic when clicking "add Trait"

Full Changelog: v4.0.2...v4.1.0

v4.0.2

05 Sep 10:24
6c2e464

Choose a tag to compare

What's Changed

Full Changelog: v4.0.1...v4.0.2

v4.0.1

05 Aug 14:03
e4237e7

Choose a tag to compare

What's Changed

  • Add missing minus in the tooltip for datatype Integer
  • Correct tooltip for data types nonpositive and nonnegative int
  • Remove non-required setting to "show additional popups for notifications"
  • Refresh value when updating referenceUnit in BAMM element Unit
  • Treatment of identical entries in notificiations
  • Remove unsupported context menu entries for copy/paste
  • Refresh edit dialog in all scenarios
  • Edit dialog still appears if the element was deleted
  • Allow changing the class of a Constraint (also when it is not related to other BAMM elements)
  • Fix bug with an add button disappearing when deleting a Trait
  • Add missing tooltips for several icons
  • Show a message whenever a validation fails
  • Show "select language" only when selecting a different language
  • Use consistent designs of icons
  • Reset notification counter when notifications dialog has been opened
  • Add explanation in documentation that running two instances of the editor is unsupported
  • Show models in correct BAMM coloring scheme after startup Subtask TO DO Unassigned
  • Fix display of overlapping elements
  • Correct confirmation message when adding a Property to an Operation
  • Adjust left frame to display all descriptions of BAMM elements
  • Improve visual highlighting of selected diagram elements
  • Remove non-required filter type for Units
  • Fix bug that does shown show data type in Characteristic overview when curie is selected
  • Correct display of predefined Characteristic instances by refreshing whenever required
  • Immediately display populated details of Characteristic when editing
  • Remove non-required second scrollbar from namespace settings
  • Improve confirmation dialog for saving/discarding changes when loading an Aspect Model from your workspace
  • Make diagram element names unique
  • Characteristic jumps aside if "add trait" was clicked on

New Contributors

Full Changelog: v4.0.0...v4.0.1

v4.0.0

15 Jul 13:06
69be58d

Choose a tag to compare

The Aspect Model Editor is a visual editor for managing Aspect Models based on the BAMM Aspect Meta Model 1.0.0 and is available for Windows, MacOS and Linux.

4.0.0 is the initial open source version which is the successor of the Aspect Model Editor 3.0.0 previously released as freeware.

The following outlines the major changes of 4.0.0 as a successor of 3.0.0:

  • UI redesign and UI improvements including
    • Introduce a new BAMM Coloring scheme to express the meaning of BAMM elements and their similarity
    • Lean and user friendly UI with a collapsible left frame for dragging new elements and existing elements from your workspace onto a diagram
    • Improved auto-layout of diagram to allow adding new elements with smart + button while avoiding to lose other elements out of focus
    • Improved workflow to easily add Traits and Constraints to a Characteristic
    • Refer to elements from other models via text input search to make connecting elements faster
    • Improved configuration options in settings
    • Indicate element source (internal/reference/BAMM core) as an icon in diagram view
  • Features
    • Provide linux installer (in addition to existing Windows and Mac installer)
    • Generate JSON schema and JSON sample payload from a valid Aspect Model
  • Bug fixing and technical including
    • Fix bug to allow smart unit search for Measurements and Quantifiables
    • Improve system configuration to avoid backend not running (Backend will now start on a random free port)
    • Update to Electron 19.0.6 and Angular 13

New Contributors

Full Changelog: https://github.com/OpenManufacturingPlatform/sds-aspect-model-editor/commits/v4.0.0