Skip to content

Releases: eweitz/ideogram

v1.2.0

07 Jul 01:13
Compare
Choose a tag to compare

v1.1.1

16 Apr 14:10
Compare
Choose a tag to compare
  • Fix bug fetching remote band data caused by CDN rewriting query string (#99)

v1.1.0

16 Apr 03:37
Compare
Choose a tag to compare
  • Support annotation heatmaps (#97)
  • Decrease size of Ideogram code by 18%, from 62 KB to 51 KB, improving performance (#98)
  • Refactor large annotations module into smaller modules, improving maintainability (#98)
  • Upgrade to webpack 4 (#98)

v1.0.0

24 Mar 20:09
Compare
Choose a tag to compare

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:

v0.16.0

25 Feb 01:41
Compare
Choose a tag to compare

v0.15.0

25 Feb 02:43
Compare
Choose a tag to compare
  • Enhance API to enable setting initial genomic range for brush (#93)
  • Speed up development iteration by refining webpack configuration (#92)
  • Fix alignment between brush and annotations (#92)

v0.14.0

15 Jan 19:35
Compare
Choose a tag to compare
  • Provide basic examples of integrating Ideogram with:
  • Restore sheen in chromosome rendering
  • Enable JS parsing for old browsers that have no ES6 support

v0.13.0

12 Dec 03:31
Compare
Choose a tag to compare
  • Redesign Ideogram.js overview to show image of each example
  • Splice centromeres into maize ideogram using cached data from Genomaize (#82)
  • Refine prepublishing version update and wait logic in test

v0.12.0

05 Dec 01:59
75297aa
Compare
Choose a tag to compare
  • Nearly double number of organisms with cytoband support; list in #87
  • Expand data providers to include Ensembl, UCSC and Genomaize, in addition to NCBI

v0.11.0

26 Sep 02:03
Compare
Choose a tag to compare
  • 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)