Skip to content

erdMaker v2.2.8

Compare
Choose a tag to compare
@Raynesz Raynesz released this 17 Oct 18:50

2.2.8 (23/01/2021)
Updated a vulnerable npm package and various minor improvements.

2.2.6
This patch attempts to fix a problem with the exported image of the diagram on HiDPI and Retina screens.

2.2.3
Changes:

  • Added partially unique keys for weak entities.
  • Upon entering the editor, the user, now, receives a warning that prompts them to, always, manually save their progress before closing their diagram. The warning disappears after the user's first click.
  • Min and Max input fields no longer auto complete or modify relevant properties.
  • Various improvements and bug fixes.

2.1.4
Improvements:

  • Increased the size of the canvas to 2560x1412.
  • Exporting as Image now crops the diagram down to the rectangular area the elements occupy on the canvas.
  • Name input field is now ,automatically, focused and selected when elements are selected for instant editing.
  • Reduced the size of certain elements to allow for more of them to fit on small screens.

2.0.0
This version of erdMaker introduces some extended-ERD (EER) features and makes various improvements to the application. In more detail, these new features and improvements include:

  • Superclasses/Sublclasses: Users can now click on an Entity and select "Add Extension". This will create a new extension node on the canvas. By selecting it, users can now create subclasses for that Entity by selecting Type: "Specialize".
  • Unions: Following the same process, when users select Type: "Union", they can unite other Entities to the parent Entity of the extension.
  • Changes to min/max/exactMin/exactMax values of relationship connections automatically adjust relevant fields.
  • Improved name text and color display on canvas
  • Added backwards compatibility function
  • Various improvements and bug fixes