v2.12.0 released (Layout bugfix, AsciiDoc) #394
kirchsth
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
It is time for a new release v2.12.0!
The new main features/bugfixes are
Lay_...() functions have correct orientation in combination with LAYOUT_LANDSCAPE()
Important
PlantUML v2.12.0: Layouts may change with this bugfix.
When
LAYOUT_LANDSCAPE()
is combined withLay_*()
calls, elements are now positioned correctly based on the new implementation.Previously, the implementation swapped up/left and down/right (see issue 376).
To restore the old behavior, set
!NO_LAY_ROTATE=1
. For more details, see Compatibility modeNO_LAY_ROTATE=1
.IntelliJ live templates supports AsciiDoc too
Thanks to @marcelstoer, the IntelliJ live templates can now be used with AsciiDoc as well. See details in Live Templates for IntelliJ (#392).
I hope you like it
Helmut
Beta Was this translation helpful? Give feedback.
All reactions