Releases: Lattice-Automation/seqviz
3.5.6
3.5.5
Full Changelog: 3.5.4...3.5.5
- refactor: add
source-map
and remove minimization optimizations from npm build output - refactor: remove
pUC
example part
3.5.4
What's Changed
- fix: Bump terser from 4.8.0 to 4.8.1 by @dependabot in #164
- refactor: remove a flaky test file that wasn't adding much value
- fix: second selection block when an annotation wraps all the way around a plasmid
Full Changelog: 3.5.3...3.5.4
3.5.3
Full Changelog: 3.5.2...3.5.3
refactor: bump to webpack 5
refactor: bump jest to 2.28.0
, remove babel for ts-jest
alone
refactor: remove lots of no longer needed dependencies, fix all security warnings
In theory none of the above should introduce any breaking changes. But if you notice anything, please open an issue at https://github.com/Lattice-Automation/seqviz/issues
3.5.2
3.5.1
Full Changelog: 3.5.0...3.5.1
- change: deprecated
highlightedRegions
forhighlights
: https://github.com/Lattice-Automation/seqviz#highlights-. This isn't part of a breaking change. I'm just changing the prop and adding@deprecated
to the old one
3.5.0
Full Changelog: 3.4.2...3.5.0
add: range
to Enzyme
to limit the range over which enzymes are applied. Eg:
enzymes: [
{
name: "custom",
fcut: 5,
rcut: 5,
rseq: "cacgnnnn" /* pass in color */,
range: {
start: 80,
end: 300,
},
},
],
3.4.2
Full Changelog: 3.4.1...3.4.2
fix: don't render elements on the next block if they end on the last bp of the prior block
fix: a bunch of small issues with enzymes beginning/ending on the first/last bps of blocks
3.4.1
Full Changelog: 3.4.0...3.4.1
- change: reduce the height of selection edges
- fix: the horizontal positioning of the index (ticks, numbers), bases, and elements
- fix: edges at small zooms to reduce overlap with bases (remain 1px more often)
3.4.0
Full Changelog: 3.3.16...3.4.0
- Add RNA and AA input support. Supports wildcard search and sequence type awareness