Release 2.2.0#549
Merged
Merged
Conversation
…leware chore: Rename Middleware to Proxy per NextJS Deprecation Warning
…names-in-submodels-overview
…s-in-submodels-overview feat(SubmodelOverview) fixed SubmodelOverviewCardnot showing displaynames for the Submodel
chore(deps): prisma version upgraded to 7.4.1 chore(deps): cypress dependency upgraded to v15.11.0
…ing-rules-in-blueprints Conditional mapping rules in blueprints
…ncies added resultions for vulnerable prisma dependencies
Increased version to 2.1.2
hofermo
approved these changes
Mar 12, 2026
…ser version to 2.2.0
updated prisma dependencies, aas-generator version and increased browser version
pawel-baran-se
approved these changes
Mar 12, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This pull request introduces several enhancements and dependency updates to the blueprint editing functionality and the overall project configuration. The main focus is on improving the blueprint editor UI by adding support for "Filter Mapping Info" qualifiers, displaying the model type in the editor, and updating key dependencies and Docker image versions.
Blueprint Editor Enhancements:
FilterMappingInfoEditComponentto the blueprint editor, allowing users to add, edit, or remove "Filter Mapping Info" qualifiers for submodels and submodel elements. This includes UI controls and supporting JSON schema. (src/app/[locale]/templates/_components/blueprint-edit/edit-components/filter-mapping-info/FilterMappingInfoEditComponent.tsxR1-R100, src/app/[locale]/templates/_components/blueprint-edit/edit-components/filter-mapping-info/filter-mapping-info.jsonR1-R21, src/app/[locale]/templates/_components/blueprint-edit/BlueprintEditFields.tsxR138-R142)BlueprintEditSectionHeadingto support and display section headings, icons, and descriptions for "Filter Mapping Info". (src/app/[locale]/templates/_components/blueprint-edit/BlueprintEditSectionHeading.tsxL1-R12, src/app/[locale]/templates/_components/blueprint-edit/BlueprintEditSectionHeading.tsxR25-R26, src/app/[locale]/templates/_components/blueprint-edit/BlueprintEditSectionHeading.tsxR47-R48, src/app/[locale]/templates/_components/blueprint-edit/BlueprintEditSectionHeading.tsxR60-R61)modelTypeof the currently edited part, providing users with more context. (src/app/[locale]/templates/_components/blueprint-edit/BlueprintEditFields.tsxR111-R122)UI and Documentation Improvements:
Dependency and Configuration Updates:
cypress(to 15.11.0) andprisma(to 7.5.0), and added resolutions forlodash,hono, and@hono/node-serverto ensure consistent versions. [1] [2] [3]2.2.0for bothmnestix-browserandmnestix-aas-generator, reflecting the new release. [1] [2] [3] [4]Refactoring and File Organization:
CollectionMappingInfoEditComponentto a more appropriate location within the blueprint edit components, improving code organization. (src/app/[locale]/templates/_components/blueprint-edit/edit-components/collection-mapping-info/CollectionMappingInfoEditComponent.tsxL8-R8, src/app/[locale]/templates/_components/blueprint-edit/BlueprintEditFields.tsxL3-L21)These changes collectively improve the blueprint editing experience, maintain up-to-date dependencies, and ensure the application is ready for the next release.