v1.3.1 Release
ยท 3 min read
Hello everyone! This release offers a couple important bug fixes.
For users of @jbrowse/react-linear-genome-view
, we have fixes that improve
speed, CSS style consistency, and theming. We also have another speed
improvement for users with many scaffolds or contigs. Please see the release
notes below for more details!
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.
1.3.1 (2021-07-06)โ
๐ Enhancementโ
core
- #2094 More usage of typography to improve consistent text styling (@cmdcolin)
- #2068 Add non-indexed and plaintext VCF Adapter to variants plugin (@carolinebridge-oicr)
- #2067 Better error message if a file location has an empty string (@garrettjstevens)
- #2064 Export offscreenCanvasPonyfil from core/util (@garrettjstevens)
- #2060 Improve performance with large numbers of reference sequences by using MST volatiles (@cmdcolin)
- #2050 Configurable app logo for web (@elliothershberg)
- Other
- #2104 Use ScopedCssBaseline to help style the embedded component (@cmdcolin)
- #2015 Deprecate
ThemeProvider in
@jbrowse/react-linear-genome-view
(@garrettjstevens)
๐ Bug Fixโ
- Other
- #2097 Improve speed for laying out features for embedded/mainthreadrpc scenarios (@cmdcolin)
- #2096 Fix issue with page reload after editing session title (@cmdcolin)
- #2074 Fix support for opening local files in spreadsheet/SV inspector (@cmdcolin)
- #2061 Fix issue with using --force error when no track was previously loaded (@cmdcolin)
- #2024 Flip drawing of negative strand PAF features in linear synteny and dotplot views (@cmdcolin)
- #2023 Fix infinite loop in adding some plugins on desktop (@cmdcolin)
- #2019 Fix session import to use blob map for opening local files (@cmdcolin)
core
- #2071 Add indicator to the end of ref name dropdown to suggest user to type the searchbox for more (@teresam856)
- #2056 Fix infinite recursion in FromConfigAdaptor by avoiding mutating the passed in data when using SimpleFeature (@cmdcolin)
- #2018 Fix 3'UTR in sequence detail panels when no UTRs are in gff (@cmdcolin)
๐ Internalโ
core
- #1967 Omit configurationSchema snapshot when it matches the default (@garrettjstevens)
- #2078 Restore eslint rule for no-unused-vars (@cmdcolin)
- #2051 Add missing named exports to shared core modules (@garrettjstevens)
- #2045 Add basic architecture for text searching (@teresam856)
- Other
Committers: 5โ
- Caroline Bridge (@carolinebridge-oicr)
- Colin Diesh (@cmdcolin)
- Elliot Hershberg (@elliothershberg)
- Garrett Stevens (@garrettjstevens)
- Teresa Martinez (@teresam856)