Skip to content

Release v1.5.8

Choose a tag to compare

@github-actions github-actions released this 13 Jan 03:29

This release fixes an important issue where @jbrowse/react-linear-genome-view and other embedded packages did not work with v1.5.5 due to a babel misconfiguration apologies to all affected! This release fixes this issue, and adds a vertically drag handle to the dotplot view, and allows users to get the parent feature in jexl expressions.

Also note that v1.5.6 and v1.5.7 were not published to npm properly due to broken uploads but are fixed here

🚀 Enhancement

  • core
    • #2629 Add ability to get parent feature in jexl syntax with either parent(feature) or get(feature,'parent') (@cmdcolin)
    • #2632 Add vertical resize handle to dotplot view (@cmdcolin)