Capella-model-explorer

Latest version: v0.2.6

Safety actively analyzes 722491 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 1 of 2

0.2.6

Bug fixes

- Restore "Electrical Interfaces" table for Physical Components *by Wuestengecko* (b7d1ee395ebf88fbbcb33e78cb2bc9472dc46ed9)

0.2.5

New features

- Add definition template for `LogicalComponent`s *by ewuerger* (edd99315dff022eab7974a164e5abe6331e2b237)
- Improve physical component template based on new logical one *by Wuestengecko* (5a65223f0b5601acc5a9c11b8f2dd6e440174cef)

Bug fixes

- **templates**: Add safe default for pvmt group *by ewuerger* (95f2af38abd0f4007dba0cb93392a28be40ff60f)
- Fix syntax errors in templates *by jamilraichouni* (7a2f7c05ebab606b843f9e407f2e6e13ecce5d31)
- Avoid endlessly recalculating the breadcrumbs *by Wuestengecko* (ea2fcc74ad049632893b3239bd7792792c386277)

Build system changes

- Add `-e` flag before sed scripts *by Wuestengecko* (ba64ffb06e42e3cc42f72c1727883e61977d940f)
- Mark MODEL and TEMPLATES_DIR make vars as 'export' *by Wuestengecko* (468b61c05e66df951b456450dd80607933b2619e)
- Generate version.json for the 'dev-frontend' target too *by jamilraichouni* (675dd84cd03ece3da9a640e23563233bfa50443c)

CI/CD changes

- Improve formatting with `prettier` *by jamilraichouni* (c9d4013b14d6f81c08001268dfa99a28bf9a990f)
- Run prettier and eslint hooks from local node_modules *by Wuestengecko* (8991dcad8f8a20f54c51e887bc784485614c5118)
- Use non-Docker pre-commit hooks *by jamilraichouni* (7582a16981a20baa0f6b67ebe5470d2482f975fe)

Code refactorings

- Update and refactor various parts of the frontend *by zusorio* (79247361b5e3b5b89a7946e4105791c080838139)

Dependency changes

- **deps-dev**: Bump vite *by dependabot[bot]* (a67f6253b7c6f322d39515225827fb8579b0a59e)

0.2.3

New features

- Let dev frontend listen on all interfaces *by jamilraichouni* (0d2b1c7e9a358a030b0e1606c89aca7742429314)
- Better handling of corner cases in sysdef template *by vik378* (b5c08049205f09e7c07d9139f368d085eb0a7c1d)
- Display units of pvmt props *by vik378* (30cba975d045c7c6b7741aaf341977e8aabe4ea5)
- Sys def template upgrade *by vik378* (4dfb0f993de21b4be3dcdb3f03143c25bfe25424)
- Add a Makefile *by Wuestengecko* (3c7b0aecc971f40b60dbea6e36b1aebf11ec174f)
- Sys def template upgrade *by vik378* (c899ced0cb940cd9840e17c951692c5a14610a2d)
- Improve PA template *by vik378* (23e998a550436453d321cba77380d7ee3f9157a2)
- Improve phy component template *by vik378* (e08dd967b0bc4022728d2399bac402831ce90c99)
- FIS template *by vik378* (36fa24f6c7bc901e9f9996eea6019f42af82dfc9)

Bug fixes

- **validation**: Actually use the SystemCapability alias *by Wuestengecko* (675993860cf3d82c77c6e616acdefa1dffd026dd)
- **validation**: Remove defunct links from overview table *by Wuestengecko* (6e1d42172ece62addf3f4f6abba21d8e474c1d4a)
- Correctly enable scrollbar plugin and use it in the right place *by zusorio* (16ecfcfde9df0b04d58ba4220a26698d24365c0e)

Build system changes

- **deps**: Bump the npm_and_yarn group across 1 directory with 2 updates (66) *by dependabot[bot]* (a65f778757951d4bafe52b4ad34711292dfa63c6)
- **deps**: Bump the npm_and_yarn group across 1 directory with 2 updates *by dependabot[bot]* (59d78c20727452af01f0ccfed6007a4b5cbffeb8)
- **deps-dev**: Bump vite *by dependabot[bot]* (6fdde41641107b7cce41f4d5bf6151026e4404f3)
- **deps**: Bump nanoid *by dependabot[bot]* (8510753cb67d7f36ed8a0a73e6d31644c37277da)
- **deps**: Bump the npm_and_yarn group across 1 directory with 2 updates *by dependabot[bot]* (1ce2b2ab8794d751549a81b1dedef307c1112491)
- **deps**: Bump rollup *by dependabot[bot]* (5e23e16bbb9fb659e8a1d8aeb6842b198d4928b5)
- **deps-dev**: Bump postcss *by dependabot[bot]* (1ad37f22b5d59b23792a8c0cd381fa6655149533)

CI/CD changes

- Merge Docker build job into general build workflow *by Wuestengecko* (53a8f7f7df22bad02b84e7c903d5307c5a0bf410)
- Don't commitlint dependabot *by Wuestengecko* (f8a446940f180351a02bafb10b14563a17bad658)
- Update and pin prettier version in pre-commit *by Wuestengecko* (ad143f5464ebd6aae7c65025e48d9ba775783e1a)
- Update pre-commit hooks *by Wuestengecko* (816e51de0bb3f54e795fae3dbc8166c25fc00c71)
- Use pre-commit v3 *by Wuestengecko* (8eb0c21b113d3e9096138fa2a57c84d32d2627ab)

Templates

- Corrected some typos in sysdef *by vik378* (8ce2f4c16dbe7a1ca1838449c81079dc35acb91b)

0.2.2

New features

- **frontend**: Display better error messages during model comparison *by freshavocado7* (cbca3b0ab20c67ab33b30c470ce16a69a4d262ab)
- Improve dark mode *by huyenngn* (ff31801c0f06c0c5e92038f9acbd4c350eb0b919)
- **templates**: Include new PhysicalLink interface context-diagram *by ewuerger* (9c9a5534999e405506c78616a2bc84a282ce955a)
- Improve app information component *by freshavocado7* (c6b8facc78192a4a24554371e8ed719a9b0f75a8)
- Update page title based on current view *by freshavocado7* (e44cda35e503f755859601a97753833c56c811d8)
- Upgrade to capellambse v0.6.x *by Wuestengecko* (11c600953a09f22b289e608ef6381d01e1e7a9ed)
- Implement UI review comments *by freshavocado7* (30f0cff7c1aac81abc85f58d9a935a6d82ff63d1)
- Improve tree explorer UI & object diff template *by freshavocado7* (dc83ae16cef721b120839247841f6025868c88ea)
- Allow version selection for model comparison *by freshavocado7* (d2f409e25d69dedf221cd2aeccac099091927fcd)
- Show compared model versions *by freshavocado7* (c7f9c6f81b572fbffa64c180f26c313fdc23662a)
- Implement model diff template *by freshavocado7* (732f2dec1ccc37b68c8daf256ffadaf9aa337aab)
- Display model diff on objects in sidebar *by freshavocado7* (bc19bece42523280d7749a50b6551dbe0471270d)

Bug fixes

- Apply filter to all SVGs *by huyenngn* (08ad134a991b8184bae422d4e881d492ed6c238f)
- Include icons in `allocated_functions` list *by ewuerger* (fe6eecd6bf8da5e98093880c1921e48a3c0a1b3e)
- Include object with icon in `FunctionalExchange` list *by ewuerger* (a3877c32f50e5195326a7ef36cbc10bd2d105a67)
- Show AppInfo when no object was selected yet *by freshavocado7* (338df828c3a997054d226722d157d0a0373886aa)
- Use the public function to preinstall elk.js *by Wuestengecko* (eb2078b309a65e8c2286ccc3b48421bda1b433d0)
- **frontend**: Allign file icon with folder icon *by freshavocado7* (ad5671052c5eed9fb69074a951b62747a39659c9)
- **docker**: Mark the model directory as safe for git *by Wuestengecko* (1b2a4bf9d0fefdaf1d929703664378dfb55635e7)
- **frontend**: Swap expanded/retracted icons in diff explorer *by Wuestengecko* (7999ab4a85473f256401fb33d3f69be27aa1623d)
- Fix comparison in Docker under random UID *by Wuestengecko* (611106081e4687e9ae5b72cc62d7d76d86ac6ae1)
- Resolve broken routing *by freshavocado7* (971c4f8d977cb0722f4ef9ab203c7e5e8f49bfa4)
- **physical_components**: Don't show description and context diagram twice *by Wuestengecko* (c9e41572598e87b9b947b76432e6ce03edd60c84)
- Solve various problems with templates *by ewuerger* (0eb2872b8234270488ab4959048b663e22212b64)
- **templates**: Solve various problems *by ewuerger* (128af7e6743378fae8a3bd6f616414547698a54a)
- Center spinner when loading object diff *by freshavocado7* (a79503a84ddf5a2faaf2f4366e23f8f5e29d294b)
- Constrain capellambse to v0.5.x *by Wuestengecko* (5157aa11028d8c1d6d173c9b5a7bea9be35966c7)
- Display compared version information *by freshavocado7* (aebd283d53cfb90c3a1ad80da8c39775ac665890)
- Commits list loads only when compare requested *by vik378* (6d343c36c176e51b82588416c29456821e8e382b)

Documentation changes

- Add instructions how to use CCM integration as user *by MoritzWeber0* (47b0a6dc8ce0977a9ebb2dad2c07cc33d5c5071c)
- Add sharing option to CCM integration *by MoritzWeber0* (85ecf1a3f8ad67e869734fdfa5d2aec7652e9247)

Build system changes

- Extend prettier setup *by freshavocado7* (04ca35ecc2188bcad1bf104f727e669ecdad0864)
- **deps**: Bump send and express in /frontend *by dependabot[bot]* (acd43b390d5e0a08f33889e474b552e4aef234dc)

CI/CD changes

- Update upload artifact action *by ewuerger* (6d9fdd82448cbe0b1330270f60a37cfd9bd0426a)
- Update upload artifact action *by huyenngn* (3a678501472a56773897cb90e06369acaad76bd3)
- Update frontend and pre-commit versions *by MoritzWeber0* (99a8442bed6f3322880bab672c8075e4c5028ee0)

Code refactorings

- Implement more review comments *by freshavocado7* (25b502591e99caeee6ecd994ba51a29f5bfc06d5)
- Rename object_diff to object_comparison *by freshavocado7* (d22b47f3f0f6aafefee2567af6437901fd4428d3)
- Refactor model comparison feature to include tree view explorer *by freshavocado7* (08350f2859652ce564c4b9f8b51c10f5f1165aa0)
- Apply review comments *by freshavocado7* (675648bb5d7c5effe7a691c51cbccbb4b3299232)
- Diff endpoints & stuff *by vik378* (e72ae5009986dcad8867a58ce9d717cc90c03ab7)

New Contributors
* huyenngn made their first contribution in https://github.com/DSD-DBS/capella-model-explorer/pull/37
* dependabot made their first contribution in https://github.com/DSD-DBS/capella-model-explorer/pull/39
* ewuerger made their first contribution in https://github.com/DSD-DBS/capella-model-explorer/pull/38
* Wuestengecko made their first contribution in https://github.com/DSD-DBS/capella-model-explorer/pull/28

0.2.1

What's Changed
* Template improvements by vik378 in https://github.com/DSD-DBS/capella-model-explorer/pull/25
* Introduced modeling rules compliance report for SA
* Improved various OA templates
* Improved common macros
* Improved template error reporting
**Full Changelog**: https://github.com/DSD-DBS/capella-model-explorer/compare/v0.2.0...v0.2.1

0.2.0

What's Changed
* feat: Add print option for diagrams only by freshavocado7 in https://github.com/DSD-DBS/capella-model-explorer/pull/17
* fix: Break long words in details sideview by freshavocado7 in https://github.com/DSD-DBS/capella-model-explorer/pull/21
* Template card improvements by vik378 in https://github.com/DSD-DBS/capella-model-explorer/pull/22
* feat: template improvements by vik378 in https://github.com/DSD-DBS/capella-model-explorer/pull/14
* feat: Improve instance count visibility by freshavocado7 in https://github.com/DSD-DBS/capella-model-explorer/pull/23

**Full Changelog**: https://github.com/DSD-DBS/capella-model-explorer/compare/v0.1.0...v0.2.0

Page 1 of 2

Links

Releases

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.