Releases: GMOD/JBrowseR
Releases Β· GMOD/JBrowseR
JBrowseR 0.10.2
What's Changed
- Update webpack.config.js to webpack 5 and use latest @jbrowse/react-linear-genome-view by @cmdcolin in #20
- Update DESCRIPTION by @cmdcolin in #21
- Add to CRAN ignores and fix 404 link by @cmdcolin in #22
- Deploy demos to shinyapps.io by @cmdcolin in #24
- Ability to add plugins to JBrowseR by @cmdcolin in #27
New Contributors
Full Changelog: v0.9.1...v0.10.2
JBrowseR 0.9.1
- Updated
@jbrowse/react-linear-genome-view
to latest release (2.0.1). Check out the JB2 release notes to learn about all of the features! - 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 to learn about all of the features! - 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:- new SVG export feature! πΈ
- a fix for better supporting Dialog components in the UI π¨
- performance improvements π
- better theming support (you can now change the colors of the bases!) π¨
- Updates the internal React components in the package based on new API changes to the React LGV
There are no changes to the R interface.
JBrowseR 0.8.0
- Added the
track_data_frame()
track type. This makes it possible to create JB2 tracks directly
from R data frames without any files. - Updated all views to now send Shiny messages to
input$selectedFeature
recorded what feature was
clicked on. Check out the new example appbookmark_app.R
for a demo!
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).
Initial release
Initial package release! π