Skip to content

capella-model-explorer v0.3.0

Choose a tag to compare

@Wuestengecko Wuestengecko released this 05 May 11:45
· 113 commits to master since this release
v0.3.0
b127885

Notable changes

  • With this release, the model explorer has largely been rewritten. The new frontend uses HTMX (via FastHTML) and Tailwind, instead of React. This drastically reduces the amount of Javascript and moves much more of the application logic into Python code.

    This release also features a new CLI, which replaces the previously used Makefile interface. Use cme --help for more details.

    Currently, the comparison / diffing feature has not yet been reimplemented. It will be re-added in a later release.

Full changelog

New features

Performance improvements

Bug fixes

Documentation changes

Build system changes

CI/CD changes

Unit test changes

Code refactorings