@datagrok/sequence-translator 1.10.20 → 1.10.22
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +7 -1
- package/dist/package-test.js +1 -1
- package/dist/package-test.js.map +1 -1
- package/dist/package.js +1 -1
- package/dist/package.js.map +1 -1
- package/package.json +1 -1
- package/src/oligo-renderer/canvas-renderer.ts +180 -102
- package/src/oligo-renderer/legend-panel.ts +20 -12
- package/src/oligo-renderer/monomer-colors.ts +60 -0
- package/src/polytool/pt-chem-enum-dialog.ts +17 -5
- package/src/tests/oligo-renderer-tests.ts +75 -13
- package/test-console-output-1.log +155 -149
- package/test-record-1.mp4 +0 -0
package/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,12 @@
|
|
|
1
1
|
# Sequence Translator changelog
|
|
2
2
|
|
|
3
|
-
## 1.10.
|
|
3
|
+
## 1.10.22 (2026-05-15)
|
|
4
|
+
|
|
5
|
+
* OligoNucleotide renderer: strand-oriented redesign — sugar stripes on the outside edge of each strand, linkages as rounded apex arches; all colors sourced from the Bio monomer library.
|
|
6
|
+
* OligoNucleotide renderer: fixed reversed-antisense linkage placement (was shifted by one gap and dropping the leftmost-data linkage).
|
|
7
|
+
* Speedup canonicalization of Markush enumeration results.
|
|
8
|
+
|
|
9
|
+
## 1.10.21 (2026-05-14)
|
|
4
10
|
|
|
5
11
|
* Markush enumeration UI redesign, history and bug fixes
|
|
6
12
|
|