@datagrok/bio 2.21.1 → 2.21.3

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,19 @@
1
1
  # Bio changelog
2
2
 
3
+ ## 2.21.3 (2025-05-01)
4
+
5
+ * Similarity search viewer: Fix for clearing selection
6
+ * Substructure filter: Corrected even management for setting separator
7
+
8
+ ## 2.21.2 (2025-04-28)
9
+
10
+ Monomer Manager:
11
+
12
+ * Style fixes
13
+ * Calculations of missing monomer properties when saving/loading monomer libraries
14
+ * Date column fixes
15
+ * Null meta fixes
16
+
3
17
  ## 2.21.1 (2025-04-22)
4
18
 
5
19
  * Weblogo: Fix behavior, correct fitting, reaction to slider, property harmonization
@@ -9,6 +9,7 @@
9
9
 
10
10
  .monomer-manager-sketcher .ketcher-host {
11
11
  height: 100% !important;
12
+ width: unset !important;
12
13
  }
13
14
 
14
15
  .monomer-manager-root > div:first-child {