Skip to content

Commit

Permalink
Prepare for v2.11.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
cmdcolin committed May 11, 2024
1 parent 12580a2 commit 1f77450
Show file tree
Hide file tree
Showing 3 changed files with 116 additions and 1 deletion.
44 changes: 44 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,47 @@
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.

yarn run v1.22.19 $ lerna-changelog --silent --silent --next-version 2.11.0

## 2.11.0 (2024-04-16)
Expand Down
71 changes: 71 additions & 0 deletions website/blog/2024-05-11-v2.11.1-release.md
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.
2 changes: 1 addition & 1 deletion website/docusaurus.config.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@
"organizationName": "GMOD",
"projectName": "jbrowse-components",
"customFields": {
"currentVersion": "v2.11.0"
"currentVersion": "v2.11.1"
}
}

0 comments on commit 1f77450

Please sign in to comment.