-
Notifications
You must be signed in to change notification settings - Fork 64
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
116 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,71 @@ | ||
--- | ||
title: v2.11.1 Release | ||
date: 2024-05-11 02:16:09 | ||
tags: ['release', 'jbrowse 2'] | ||
--- | ||
|
||
This fixes a couple of bugs: | ||
|
||
- fixed inkscape/illustrator compatibility with SVG exports | ||
- fixed an issue where bookmarks would show up or crash due to loading on the | ||
incorrect assembly, and more | ||
- improved remembering of the state of the collapsed categories in the track | ||
selector using localStorage | ||
|
||
![](https://github.com/GMOD/jbrowse-components/assets/6511937/f3e14ae5-1a38-489c-900c-50824825e96e) | ||
|
||
Screenshot of fixed alpha channel from exported SVGs that improves usage with | ||
Inkscape/Adobe Illustrator | ||
|
||
## Downloads | ||
|
||
- [v2.11.1](https://github.com/GMOD/jbrowse-components/releases/tag/v2.11.1) | ||
|
||
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](https://jbrowse.org/jb2/docs/quickstart_web) for more | ||
details. | ||
|
||
yarn run v1.22.19 $ lerna-changelog --silent --silent --next-version 2.11.1 | ||
|
||
## 2.11.1 (2024-05-11) | ||
|
||
#### :rocket: Enhancement | ||
|
||
- `core` | ||
- [#4354](https://github.com/GMOD/jbrowse-components/pull/4354) Allow | ||
capitalizing CDS sequences and lowercasing introns in sequence feature panel | ||
([@cmdcolin](https://github.com/cmdcolin)) | ||
- Other | ||
- [#4351](https://github.com/GMOD/jbrowse-components/pull/4351) Store and | ||
retrieve user track selector settings in local storage | ||
([@cmdcolin](https://github.com/cmdcolin)) | ||
|
||
#### :bug: Bug Fix | ||
|
||
- `core` | ||
- [#4381](https://github.com/GMOD/jbrowse-components/pull/4381) Replace all | ||
rgba(...) color strings with rgb(...) in SVG exports to fix usage in | ||
illustrator/inkscape ([@cmdcolin](https://github.com/cmdcolin)) | ||
- [#4364](https://github.com/GMOD/jbrowse-components/pull/4364) Fix tooltips | ||
creating a scrollbar when overflowing off the screen in Chrome | ||
([@cmdcolin](https://github.com/cmdcolin)) | ||
- Other | ||
- [#4366](https://github.com/GMOD/jbrowse-components/pull/4366) Fix for regex | ||
sequence search on reverse strand features | ||
([@cmdcolin](https://github.com/cmdcolin)) | ||
- [#4362](https://github.com/GMOD/jbrowse-components/pull/4362) Auto-detect | ||
file format better when importing BED or TSV bookmarks | ||
([@cmdcolin](https://github.com/cmdcolin)) | ||
- [#4357](https://github.com/GMOD/jbrowse-components/pull/4357) Fix bookmark | ||
showing up on wrong assembly/crashing | ||
([@cmdcolin](https://github.com/cmdcolin)) | ||
- [#4353](https://github.com/GMOD/jbrowse-components/pull/4353) Remove snap | ||
package ([@cmdcolin](https://github.com/cmdcolin)) | ||
- `app-core` | ||
- [#4350](https://github.com/GMOD/jbrowse-components/pull/4350) Fix Fab | ||
positioning on @jbrowse/react-app ([@cmdcolin](https://github.com/cmdcolin)) | ||
|
||
#### Committers: 1 | ||
|
||
- Colin Diesh ([@cmdcolin](https://github.com/cmdcolin)) Done in 1.13s. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters