Skip to content

Commit

Permalink
Update NEWS.md
Browse files Browse the repository at this point in the history
  • Loading branch information
cmdcolin committed Jul 13, 2023
1 parent 164831c commit ded0954
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 14 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: JBrowseR
Title: An R Interface to the JBrowse 2 Genome Browser
Version: 0.10.0
Version: 0.10.1
Authors@R:
c(person(given = "Elliot",
family = "Hershberg",
Expand Down
25 changes: 12 additions & 13 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,31 +1,30 @@
# JBrowseR 0.10.1

- Update to @jbrowse/react-linear-genome-view@2.6.2
- Update webpack build and dev dependencies

# JBrowseR 0.10.0

- Updated `@jbrowse/react-linear-genome-view` to latest release (2.5.0)
- Updated to @jbrowse/react-linear-genome-view@2.5.0
- Updated to webpack 5
- Fixed issue clicking features when running outside of Shiny

# JBrowse 0.9.1

- Updated `@jbrowse/react-linear-genome-view` to latest release (2.0.1). Check
out the
[JB2 release notes](https://jbrowse.org/jb2/blog/2022/07/13/v2.0.1-release/)
to learn about all of the features!
- Updated to @jbrowse/react-linear-genome-view@2.0.1
- Added a new function `text_index()` to provide support for text search.

# JBrowseR 0.9.0

- Updated `@jbrowse/react-linear-genome-view` to latest release (1.4.4). Check
out the
[JB2 release notes](https://jbrowse.org/jb2/blog/2021/09/14/v1.4.4-release/)
to learn about all of the features!
- Updated to @jbrowse/react-linear-genome-view@1.4.4
- Fixed the code example for `track_wiggle()`.
- Updated the URL for the hg38 to fix the CORS error from the old source.

# JBrowseR 0.8.1

This release consists of updates to the JS side of the package:

- Upgrades `@jbrowse/react-linear-genome-view` to latest release (1.3.2). This
includes:
- Updated to @jbrowse/react-linear-genome-view@1.3.2. This includes:
- new SVG export feature! 📸
- a fix for better supporting Dialog components in the UI 🔨
- performance improvements 🚀
Expand All @@ -46,8 +45,8 @@ There are no changes to the R interface.
# JBrowseR 0.7.1

- Updated URLS in Description to reflect new home in GMOD Github organization.
- Upgraded to @jbrowse/react-linear-genome-view version 1.0.4 (fixes issues with
Safari and iOS compatibility).
- Updated to @jbrowse/react-linear-genome-view@1.0.4 (fixes issues with Safari
and iOS compatibility).

# JBrowseR 0.7.0

Expand Down

0 comments on commit ded0954

Please sign in to comment.