Skip to main content

v1.5.8 Release

ยท One min read

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!

Also we now can access the parent feature in jexl callbacks with parent(feature) or get(feature, 'parent') which is often needed when coloring subfeatures like exon/CDS features

This release also was made because v1.5.6 and v1.5.7 only were half-published to npm, so v1.5.8 fixes it here

Downloadsโ€‹

To install JBrowse 2 for the web, you can download the link above, or you can use the JBrowse CLI to automatically download the latest version. See the JBrowse web quick start for more details.

๐Ÿš€ 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)

Committers: 2โ€‹