@datagrok/bio 2.15.8 → 2.15.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/CHANGELOG.md CHANGED
@@ -1,5 +1,21 @@
1
1
  # Bio changelog
2
2
 
3
+ ## 2.15.10 (2024-10-04)
4
+
5
+ Monomer manager: Better discoverabilty of errors.
6
+
7
+ ## 2.15.9 (2024-10-03)
8
+
9
+ ### New features
10
+
11
+ * Add monomer lib getMonomerTextColor
12
+
13
+ ### Bug fixes
14
+
15
+ * Fix sample monomer Aca colors
16
+ * Fix Difference, Monomer renderers to use getMonomerTextColor
17
+ * Fix MacromoleculeCustomCellRenderer console error on onMouseLeave
18
+
3
19
  ## 2.15.8 (2024-10-02)
4
20
 
5
21
  ### New features
@@ -63,4 +63,8 @@
63
63
  width: 100% !important;
64
64
  overflow-x: clip;
65
65
  overflow-y: auto;
66
+ }
67
+
68
+ .monomer-manager-form-tab-control input.d4-invalid {
69
+ background: #ff000030;
66
70
  }