Releases: eweitz/ideogram
Releases · eweitz/ideogram
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
v0.15.0
v0.14.0
v0.13.0
v0.12.0
v0.11.0
- Simplify embedding Ideogram as a component; use CDN for default
dataDir
in most cases - Support old reference human genome assembly, GCF_000001405.12 (i.e. NCBI36, hg18; #81)
- Enable inspecting library version: use
Ideogram.version
- Improve maintainability by refactoring massive core module into 8 smaller modules (#80)