Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create v1.2.0.md, draft of release announcements #1935

Merged
merged 5 commits into from
May 3, 2021
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
33 changes: 33 additions & 0 deletions website/release_announcement_drafts/v1.2.0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
We're excited to announce the v1.2.0 release of JBrowse Web!

## New plugin store added to website

One of the core aspects of JBrowse 2 is that it is an extensible
platform for biological visualization that can be extended with
plugins. We are excited to introduce the first version of our
plugin store, where we list the current external plugins that
are available. Check it out [here](https://jbrowse.org/jb2/plugin_store).
In the coming weeks, we will also be bringing this plugin store directly
into the application, allowing plugin installation with the click of a button.
Stay tuned!

## Native SVG export
elliothershberg marked this conversation as resolved.
Show resolved Hide resolved

We're excited to introduce a new feature to JBrowse Web: built-in
SVG export of track visualizations!
elliothershberg marked this conversation as resolved.
Show resolved Hide resolved

![](./img/svg_screenshot.png)
elliothershberg marked this conversation as resolved.
Show resolved Hide resolved

With the addition of this feature, it is now even easier to create
publication-ready screenshots of JBrowse views.

## Virtualized track lists

An important consideration for genomics software is scaling to very large
datasets. We have implemented a virtualization of our hierarchical track
selector, enabling it to support arbitrarily large track lists.

## Lazy loading

We have expanded our use of [lazy loading](https://reactjs.org/docs/code-splitting.html#reactlazy), which optimizes app performance and
improves load times.
Binary file added website/static/img/svg_screenshot.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.