The component title used to be centered which was true even for multi-line text. Now the text lines are rendered left-aligned. I liked it better before.
I'd like a way get the old behavior using a skinparam.
PNG of this code: ["component title\n more component info"]<<myStereotype>> now looks like:
------------------------------
| <<myStereotype>> |
| component title |
| more component info |
------------------------------
but it used to look like:
------------------------------
| <<myStereotype>> |
| component title |
| more component info |
------------------------------
However this only seems to happen, when the title exceeds some length. Weird.