From 085465aa65b2d4d2af6f581c4211946a72f16f4e Mon Sep 17 00:00:00 2001 From: Elliot Hershberg Date: Wed, 7 Jul 2021 13:20:47 -0700 Subject: [PATCH] Update news --- NEWS.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/NEWS.md b/NEWS.md index 2191a9a..f3254b4 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,3 +1,16 @@ +# JBrowser 0.8.1 + +This PR consists of updates to the JS side of the package: + +- Upgrades `@jbrowse/react-linear-genome-view` to latest release (1.3.2). This includes: + - new SVG export feature! 📸 + - a fix for better supporting Dialog components in the UI 🔨 + - performance improvements 🚀 + - better theming support (you can now change the colors of the bases!) 🎨 +- Updates the internal React components in the package based on new API changes to the React LGV + +There are no changes to the R interface. + # JBrowseR 0.8.0 * Added the `track_data_frame()` track type. This makes it possible to create JB2 tracks directly