Skip to main content

v1.3.5 Release

· 4 min read

We're excited to announce the v1.3.5 release of JBrowse! Some highlights of this release include:

New embedding build of @jbrowse/react-linear-genome-view

This release adds a new UMD build of our @jbrowse/react-linear-genome-view React component. This build will allow users to use our React Linear Genome View in a website that doesn't otherwise use React. See a tutorial for how to get started using this build:

A preliminary beta version of this build was used in a tutorial at BOSC2020, and that tutorial was also on our website. If you've used that version, the interface has changed somewhat, so come check out the new tutorial for the official released version!

Bookmark widget

A new widget has been added that is accessible from the Linear Genome View view menu or when you click and drag over a region in the header (a.k.a rubber band selection). This view keeps a list of bookmarked regions, which you can add custom labels to, and also which you can use to navigate back to that region. The bookmarks can also be exported.

Bookmark widget in use

Note to plugin developers

If your plugin adds menu items or context menu items to a track, or customizes renderProps, there may be some changes that affect how those menu items work, particularly in #2226 and #2229. Also see an updated example of context menu items 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.

See "Packages in this release" in the changelog for links to packages published on NPM.

1.3.5 (2021-08-23)

🚀 Enhancement

🐛 Bug Fix

📝 Documentation

🏠 Internal

  • core
    • #2057 Use idMaker for dataAdapterCache key for faster FromConfigAdapter performance (@cmdcolin)
    • #2231 Export offscreenCanvasUtils (@cmdcolin)
    • #2226 Use superRenderProps and superTrackMenuItems for better simulated inheritance model (@cmdcolin)
    • #1874 Add aborting to CoreGetFeatures rpcManager call (@cmdcolin)
  • Other

Committers: 4