Skip to content

v2.2.21

Compare
Choose a tag to compare
@Raynesz Raynesz released this 27 Aug 21:41
· 7 commits to main since this release

v2.2.21 (27/08/2022)
Changes:

  • Optional attributes are now represented with a dashed line connecting them to their entity.

Bug fixes:

  • Fixed an issue where diagram elements could appear outside the drawing area when added on large monitors.
  • Users now receive proper feedback when the account registration process fails.

... and various improvements and corrections across the application.


v2.2.20 (21/09/2021)
Bug fixes:

  • Deleting an entity should now also delete the extension connections it takes part in.

v2.2.19 (19/08/2021)
Changes:

  • Users can now save up to 25 diagrams.

Bug fixes:

  • Editor sidepanel now properly changing sides when appropriate.

v2.2.18 (05/08/2021)
Service workers are now enabled and ERD Maker is a PWA.


v2.2.17 (04/08/2021)
Patches up until this version attempt to make all kinds of improvements and fix different issues and vulnerabilities in the entirity of the app.


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


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


v2.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.

v2.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.

v2.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