Skip to content

Releases: ls1intum/Apollon

2.5.0

13 Mar 16:27
Compare
Choose a tag to compare

Improvements

  • Adds a 15px default margin for export
  • Change score to points

Bugfixes

  • Fixes package size bug on export

2.4.0

25 Jan 22:27
Compare
Choose a tag to compare

Improvements:

  • New diagram type flowcharts

Development:

  • Add storybooks to simplify development
  • Update dependencies
  • Fix a lint error

2.3.2

04 Jan 21:03
Compare
Choose a tag to compare

Bugfixes:

  • Petri Nets: Enter keystroke in capacity fields caused page reload -> fixed

Other:

  • Dependency updates

2.3.0

29 Nov 12:33
Compare
Choose a tag to compare

Bugfixes:

  • Performance: Bug caused redrawing of whole diagram in react virtual DOM when any element was added/changed/deleted
  • Dependencies updated:
    • React updated to from v. 16.8 -> 17.0: different handling of events required some changes in existing functionality
  • Firefox: Minor UI fixes

2.2.10

03 Nov 16:36
Compare
Choose a tag to compare

Bugfixes:

  • Change the description of error which is thrown when trying to access Apollon state after the editor is already destroyed and log the error to browser console to make it more visible

2.2.9

27 Oct 08:20
Compare
Choose a tag to compare

Bugfixes:

  • When exporting petri nets, tokens of places are also visible
  • Component + Deployment diagram: More accurate calculation of required interface bounding box -> not cut of when exporting this element

2.2.8

25 Oct 21:34
Compare
Choose a tag to compare

Bugfixes:

  • Exporting diagrams: Elements connected to redux store could not be exported (concerned Component Diagram, Deployment Diagram and Activity Diagram )
  • When exporting petri nets, elements where colored differently in export than in editor

Enhancements:

  • Updated compatible dependencies

2.2.6

22 Oct 16:31
Compare
Choose a tag to compare

Bugfixes:

  • Petri nets: elements are highlighted correctly when marked as interactive
  • Activity diagram: elements are highlighted correctly when marked as interactive