Skip to content

v0.7.0

Latest
Compare
Choose a tag to compare
@jauhl jauhl released this 04 Jul 15:22

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.