Skip to content

Releases: jauhl/mecEdit

v0.7.0

04 Jul 15:22
Compare
Choose a tag to compare

v0.7.0

general:

  • Node and constraint visibility is now reset for each new model.
  • Fixed a bug where the drag&drop overlay would persist.

v0.6.9

general:

  • UI updates & optimization.
  • Added option to export the model as a standalone html file for viewing.
  • Copy a JSON-String of your model to the clipboard by clicking the new copy button in the JSON editor.
  • A snippet for chart-views is provided for you to copy to your clipboard and paste it in the JSON editor.
  • Drag&Drop your JSON models directly to the canvas.
  • You can now reach mecEdit under mecedit.com
  • (internal change) you should now get & set app.dragMode only via app.editing.

v0.6.8

general:

  • mec2 charts-views are now fully supported. Charts have to be added via the JSON-editor. They can either be rendered directly to the main canvas or to a separate canvas for each chart. To do so simply give the chart definition in your model a property "canvas":"canvasId" with an arbitrary id as a value. Everything else is handled by mecEdit.
  • Added an option to scale the radius of each node by its mass. This can be toggled from the navigationbar under View -> Nodescaling.
  • Some CSS fine-tuning.

v0.6.6

06 Jan 19:36
Compare
Choose a tag to compare

v0.6.6

general:

  • Fixed some bugs.

v0.6.5

general:

  • Updated mec2 to v0.8.5 which introduced major changes to references in constraints.
  • Updated vendor dependency bootstrap to v4.1.3.
  • The contextmenu of constraits now shows values for their current orientation and length.

v0.6.1

11 Dec 14:47
Compare
Choose a tag to compare

v0.6.1

general:

  • The JSON-editor is now emptied before dragging & dropping files into it.
  • Placing components can now be canceled by clicking on the navbar or sidebar in addition to pressing [Esc] so mobile users won't get stuck.
  • Some other small changes.