Releases: Lattice-Automation/seqviz
Releases · Lattice-Automation/seqviz
3.7.4
Full Changelog: 3.7.3...3.7.4
- Change cut-site labels in the Linear Viewer to have some overlap awareness
- Change hovering behavior so hovering the cut-site highlights the whole thing
- Change hovering behavior so hovering the cut-site or label increases the weight of the label
Before
After
3.7.3
What's Changed
- Bump loader-utils from 1.4.1 to 1.4.2 by @dependabot in #186
- Bump json5, css-loader and html-webpack-plugin by @dependabot in #188
- Restore highlight of cut-sites on hovering their name
- Unify most font-sizes to 12px
Full Changelog: 3.7.2...3.7.3
3.7.2
3.7.1
Full Changelog: 3.7.0...3.7.1
- in theory there's no change in this patch/release, but it's a really huge refactor to selection and event handling. This is prep work to make it easier to add new viewer types: #179
- if you see any bugs, please let me know by opening a GitHub issue
3.7.0
Full Changelog: 3.6.3...3.7.0
- render amino acid sequence (only) when an amino-acid is passed to
seq
:
like:
<SeqViz seq="MSKGEELFTGVVPILVELDGDVNGHKFS" />
Side-effect: if an amino-acid sequence is passed, translations
are ignored
3.6.3
3.6.2
What's Changed
- Bump loader-utils from 1.4.0 to 1.4.1 by @dependabot in #184
- Fix setting of complement sequence for RNA sequences if not passed to
compSeq
- Fix setting of complement for AA sequences: don't
Full Changelog: 3.6.0...3.6.2
3.6.0
Full Changelog: 3.5.30...3.6.0
- add
selection
prop to externally manage sequence selection: https://github.com/Lattice-Automation/seqviz#selection- - remove
gc
andtm
fields fromonSelection
callback
3.5.30
3.5.29
Full Changelog: 3.5.28...3.5.29