Skip to content

Migration guide v1.8.0

Florian Dupuy edited this page Nov 16, 2020 · 8 revisions

Layout parameter shiftFeedersPosition removed

In this release shiftFeedersPosition parameter of LayoutParameter and the related getters and setters have been removed. In order to deal with labels overlapping each other, you can use LayoutParameter.setLabelDiagonal(true) instead, together with LayoutParameter.setAngleLabelShift() to change the label default rotation angle.

Layout parameter feederArrowsSymmetry added

In this release the default behaviour for feeder arrows is the following: active feeder arrows are above the reactive ones. If you'd like the previous behaviour (active above in top cells, reactive above in bottom cells), use LayoutParameter.setFeederArrowsSymmetry(true).