@datagrok/sequence-translator 1.4.8 → 1.4.10

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/.eslintrc.json CHANGED
@@ -22,7 +22,7 @@
22
22
  "max-len": ["error", 120],
23
23
  "max-params": ["warn", 5],
24
24
  "max-lines-per-function": ["warn", 300],
25
- "max-lines": ["warn", 500],
25
+ "max-lines": ["warn", 1000],
26
26
  "no-unused-vars": "off",
27
27
  "@typescript-eslint/no-unused-vars": "warn",
28
28
  "require-jsdoc": "off",
package/CHANGELOG.md CHANGED
@@ -1,5 +1,23 @@
1
1
  # Sequence Translator changelog
2
2
 
3
+ ## 1.4.10 (2024-11-01)
4
+
5
+ ### Bug fixes
6
+
7
+ * Fix build
8
+
9
+ ## 1.4.9 (2024-10-31)
10
+
11
+ ### Bug fixes
12
+
13
+ * Fix package initializing helmHelper
14
+ * Fix Chain using HelmAtom.bio of type PtBio
15
+ * Fix PT Enumerate dialog for harmonized sequences
16
+ * Fix PT Enumerate for monomer hovering
17
+ * Fix PT Enumerate for historical values
18
+ * Fix PT Enumerate adding buildCyclizedMonomerHoverLink, WIP
19
+ * Fix adding CyclizedGridCellRenderBack
20
+
3
21
  ## 1.4.8 (2024-10-25)
4
22
 
5
23
  ### Bug fixes