Skip to content

Releases: weng-lab/logojs-package

LogoJS v2 release candidate

01 Jan 17:55
Compare
Choose a tag to compare
v2.0.0

capitalization

v1.6.4

30 Dec 18:47
Compare
Choose a tag to compare
try fixing certificate config

v1.6.3

29 Dec 20:10
Compare
Choose a tag to compare
upper case FASTA

v1.6.2

29 Dec 19:53
Compare
Choose a tag to compare
fix empty column bug

v1.6.1

29 Dec 19:41
Compare
Choose a tag to compare
fix pseudocount

add pseudocounts

29 Dec 19:33
Compare
Choose a tag to compare

This release adds a prop which adds a constant pseudocount value when a FASTA sequence or PFM is passed to generate a logo.

v1.5.1

28 Dec 23:44
Compare
Choose a tag to compare
version bump

FASTA sequences

28 Dec 23:18
Compare
Choose a tag to compare

This release allows FASTA sequences to be passed as a prop to generate logos, and also introduces optimizations which reduce the bundle size by a factor of 10.

1.4.7

27 Dec 18:17
Compare
Choose a tag to compare
fix some bugs

event API

27 Dec 17:08
Compare
Choose a tag to compare

This release adds mouse events for logos:
-- onSymbolClick
-- onSymbolMouseOver
-- onSymbolMouseOut

All events receive the position of the symbol within the logo and the symbol data from the logo's alphabet as arguments.