Releases: igvteam/igv.js
Releases · igvteam/igv.js
2.12.2
2.12.1
Whats changed
- Adjust heuristic for resolution at which to draw feature labels
Full Changelog: v2.12.0...v2.12.1
2.12.0
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
- 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
What's Changed
- Implemented support for reference genomes compressed with the BGZIP by @PSB-mibel in #1452
- Many improvements to interaction tracks by @cheehongsg in #1445 and #1447
- bug fix - IGV js hangs parsing malformed query parameters in URL by @eyal-elkevity in #1461
New Contributors
- @cheehongsg made their first contribution in #1445
- @eyal-elkevity made their first contribution in #1461
- @PSB-mibel made their first contribution in #1452
Full Changelog: v2.10.5...v2.11.0
2.10.5
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
2.10.2
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
- @f-krull made their first contribution in #1379
- @alfonsogarciacaro made their first contribution in #1392
Full Changelog: v2.10.1...v2.10.2
2.10.0
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).