@datagrok/bio 2.16.3 → 2.16.5

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
@@ -9,7 +9,7 @@
9
9
  "parser": "@typescript-eslint/parser",
10
10
  "parserOptions": {
11
11
  "ecmaVersion": 2022,
12
- "project": "./tsconfig.json",
12
+ "project": "./packages/bio/tsconfig.json",
13
13
  "sourceType": "module"
14
14
  },
15
15
  "plugins": [
package/CHANGELOG.md CHANGED
@@ -1,5 +1,24 @@
1
1
  # Bio changelog
2
2
 
3
+ ## 1.16.5 (2024-10-18)
4
+
5
+ ### Bug fixes
6
+
7
+ * Weblogo: fix compatibility with column types and fix aggregations
8
+ * Monomer manager: Fix validations
9
+
10
+ ### Features
11
+
12
+ Monomer manager: Add new empty monomer
13
+
14
+ ## 2.16.4 (2024-10-16)
15
+
16
+ ### Bug fixes
17
+
18
+ * Fix helm parser for separate simple polymers, add tests
19
+ * Fix adding MonomerPlacer lengths tests
20
+ * Fix monomer lib getTooltip for gaps
21
+
3
22
  ## 2.16.3 (2024-10-15)
4
23
 
5
24
  ### Bug fixes