Skip to content

Releases: GMOD/JBrowseR

JBrowseR 0.10.2

20 Dec 18:06
Compare
Choose a tag to compare

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

20 Jul 15:41
db77e79
Compare
Choose a tag to compare
  • 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

17 Oct 23:21
399fc2d
Compare
Choose a tag to compare
  • 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

08 Jul 00:08
Compare
Choose a tag to compare

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

24 May 17:28
Compare
Choose a tag to compare
  • 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 app bookmark_app.R for a demo!

JBrowseR 0.7.1

29 Mar 17:47
Compare
Choose a tag to compare
  • 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

22 Feb 18:39
Compare
Choose a tag to compare

Initial package release! 🎉