Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

@amolenaar
Copy link
Member

@amolenaar amolenaar commented Jan 10, 2026

PR Type

What kind of change does this PR introduce?

  • Bug fix
  • Feature
  • Chore (refactoring, formatting, local variables, other cleanup)
  • Documentation content changes

What is the current behavior?

Issue Number: Fixes #4130, #4129, #4165

What is the new behavior?

  • When an interface is assigned a stereotype, the "interface" label is no longer shown
  • When an operation is assigned a stereotype, it shows in the diagram
  • Element editor is no longer updated when hovering over an element. You have to explicitly select it.
  • Fix warning about non-escaped text in element editor.

Does this PR introduce a breaking change?

  • Yes
  • No

Other information

@github-actions github-actions bot added the python Pull requests that update Python code label Jan 10, 2026
@amolenaar amolenaar requested a review from danyeaw January 10, 2026 19:37
@amolenaar amolenaar changed the title Drop "interface" if interfaces have a stereotype assigned Stereotype updates for interfaces and operations Jan 11, 2026
The element editor was updated as soon as you hover of an element
in the diagram. This should not be the case. Only when a new element
is focused (selected), it should update the element editor.

This is triggered from the item tool, so diagram page should not notify.
Not sure why it assumes this is markup, though.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

documentation python Pull requests that update Python code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Stereotypes on interfaces

2 participants