Skip to content

0.7.1 - bypass row-gap fix

Choose a tag to compare

@pinin4fjords pinin4fjords released this 17 May 20:11
a5a457b

Patch release fixing a layout regression in v0.7.0.

Cross-column bypass routes that descend below intervening sections could land in the inter-row gap close enough to the next row's section header that the stacked-line bundle visually crowded the badge. Most visible on the nf-core/differentialabundance metro map, where the limma -> reporting bypass sat ~6px above the Plots header.

Section placement is now bypass-aware: the row gap is sized against the deepest predicted bypass route, not just bbox bottoms. Only the gallery's differentialabundance / differentialabundance_default and the topology complex_multipath plus the da_pipeline and genomeassembly_organellar fixtures change visually (each gains 25px height); 41 other fixtures are byte-identical.

#380

Full Changelog: 0.7.0...0.7.1