Skip to content

Releases: Lattice-Automation/seqviz

3.5.6

26 Jul 01:55
Compare
Choose a tag to compare

Full Changelog: 3.5.5...3.5.6

  • fix: parsing of Benchling annotation's directions (#166)

3.5.5

25 Jul 02:28
Compare
Choose a tag to compare

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

24 Jul 22:36
Compare
Choose a tag to compare

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

Screen Shot 2022-07-24 at 4 31 24 PM

Full Changelog: 3.5.3...3.5.4

3.5.3

18 Jul 02:36
Compare
Choose a tag to compare

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

17 Jul 16:48
Compare
Choose a tag to compare

Full Changelog: 3.5.1...3.5.2

change: move circular highlights to beneath the index

Screen Shot 2022-07-17 at 12 32 44 PM

3.5.1

17 Jul 16:25
Compare
Choose a tag to compare

Full Changelog: 3.5.0...3.5.1

3.5.0

17 Jul 16:03
Compare
Choose a tag to compare

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,
        },
      },
    ],

Screen Shot 2022-07-17 at 12 02 35 PM

3.4.2

17 Jul 14:04
Compare
Choose a tag to compare

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
Screen Shot 2022-07-16 at 1 13 30 PM

fix: a bunch of small issues with enzymes beginning/ending on the first/last bps of blocks
Screen Shot 2022-07-16 at 7 39 46 PM

3.4.1

16 Jul 04:20
Compare
Choose a tag to compare

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

Screen Shot 2022-07-15 at 11 21 33 PM

  • fix: edges at small zooms to reduce overlap with bases (remain 1px more often)

Screen Shot 2022-07-15 at 11 24 13 PM

3.4.0

14 Jul 04:08
Compare
Choose a tag to compare

Full Changelog: 3.3.16...3.4.0

  • Add RNA and AA input support. Supports wildcard search and sequence type awareness