Skip to content

Releases: igvteam/igv.js

2.12.2

12 Apr 05:39
Compare
Choose a tag to compare

What's Changed

  • Support CircularView from "view as pairs" mode.

Full Changelog: v2.12.1...v2.12.2

2.12.1

12 Apr 05:38
Compare
Choose a tag to compare

Whats changed

  • Adjust heuristic for resolution at which to draw feature labels

Full Changelog: v2.12.0...v2.12.1

2.12.0

12 Apr 05:35
Compare
Choose a tag to compare

What's Changed

  • Fix autoscaling on merged tracks. #1473
  • Add numeric menu items to merged tracks
  • Fix rendering bug when leftmost feature partially overlaps view. #1474
  • Use chromosome name aliasing when fetching sequence. #1475

Full Changelog: v2.11.0...v2.12.0

2.11.2

14 Mar 23:11
Compare
Choose a tag to compare
  • Support "bigInteract" files with explicit format setting, format: 'biginteract
  • Bug fix -- leftmost feature that is partially in viewport could extend across entire view

Full Changelog: v.2.11...v2.11.2

2.11.0

14 Mar 03:26
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.10.5...v2.11.0

2.10.5

02 Mar 17:14
Compare
Choose a tag to compare

What's Changed

  • Miscellaneous changes to support JBrowse circular view integration
  • Title background in multi-locus view is now colored to reflect chromosome of the region
  • add clickToHighlight to gCNV track by @jethror1 in #1429
  • Track Gear Menu width restriction removed. by @turner in #1433
  • Center position fix -- fixes #1438 by @turner in #1439
  • Wrong last sequence in the overview -- see #1423 by @turner in #1435
  • Multi-locus view. Better close button legibility. by @turner in #1442

New Contributors

Full Changelog: v2.10.4...v2.10.5

2.10.4

30 Oct 03:44
Compare
Choose a tag to compare

What's Changed

Bug Fixes

  • #1406 - Popup broken and rendering issues for splice junction track
  • #1410 - Browser hangs when zooming in on large simple (no exon) bed features

Full Changelog: v2.10.2...v2.10.4

2.10.2

20 Oct 05:29
Compare
Choose a tag to compare

What's Changed

Bug Fixes

  • #1382 - zoom slider not working in Firefox and Safari
  • #1386 - error when removing a browser.
  • #1389 - list of sequences not cleared when changing genome
  • #1388 - browser.toSVG() returns a Promise
  • #1397 - showCenterGuide option is ignored
  • #1400 - browser.zoomIn(), browser.zoomOut() methods restored
  • #1395. - SVG output broken for interaction (arc) tracks
  • #1392 - fail quickly if missing initial locus by @alfonsogarciacaro
  • #1379 - rulerViewport: check tooltip defined in mouseMove/setTimeout by @f-krull

New Features

  • New option to search for features based on GFF column 9 fields.

New Contributors

Full Changelog: v2.10.1...v2.10.2

2.10.0

08 Sep 04:55
Compare
Choose a tag to compare

New features

  • Exon numbers are now displayed in feature popup text (issue #922)
  • URL linkouts for feature tracks can now be specified in the track configuration or track line (issue #430)
  • Expanded support for GFF features, including popup text for composite feature parts (exon, CDS, UTR, etc).

Bug fixes

  • svg of +/- bedgraph lacks the zero line (issue #1332)
  • currentLoci() slightly off (issue #1334)
  • issues with info popup for "mut" files (issue #1350)
  • errors when loading bam and bigwig files via data URLS (issue #1359 and #1366)

2.9.4

02 Aug 19:04
Compare
Choose a tag to compare

Packaging change -- igv-ui and igv-utils are now "devDependencies" as they are not needed at runtime.