Releases: ls1intum/Apollon
Releases · ls1intum/Apollon
2.5.0
Improvements
- Adds a 15px default margin for export
- Change score to points
Bugfixes
- Fixes package size bug on export
2.4.0
Improvements:
- New diagram type flowcharts
Development:
- Add storybooks to simplify development
- Update dependencies
- Fix a lint error
2.3.2
Bugfixes:
- Petri Nets: Enter keystroke in capacity fields caused page reload -> fixed
Other:
2.3.0
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
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
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
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
Bugfixes:
- Petri nets: elements are highlighted correctly when marked as interactive
- Activity diagram: elements are highlighted correctly when marked as interactive