Releases: eweitz/ideogram
Releases · eweitz/ideogram
v1.4.0
- Support legend for annotations (#119)
- Fix annotation tooltip position (#118)
- Support labels for heatmap tracks of genome annotations (#114)
- Extend support for filtering tracks to annotations that have a heatmap layout (#113)
- Support tabs and scrolling in layout (#111)
- Improve JavaScript maintainability by using smaller modules and methods (#103, #106)
v1.3.0
- Fix distortion upon rotating small chromosomes (#102)
- Support apicoplast chromosome in Plasmodium falciparum (malaria parasite)
- Add onDidRotate option
- Integrate annotation filtering code into exported Ideogram module
- Fix filtering mouse annotations
- Fix support for non-nuclear chromosomes
- Significantly improve branch coverage in automated tests
- Switch back to npm client for package management
v1.2.0
v1.1.1
v1.1.0
v1.0.0
This is the first major release of Ideogram.js, signaling its transition to a production-ready library. Ideogram has grown significantly since development on it began over three years ago.
This milestone release is dedicated to Joe Hin Tjio.
Changes since last release:
- Support custom annotation shapes (#95)
- Add onLoadAnnots event (#95)
v0.16.0
- Add annotation tooltip on mouseover (#94):
- Displays genomic range, and, if provided, name
- Customize with onWillShowAnnotTooltip
- Prevent with showAnnotTooltip: false
- Migrate to yarn for dependency management