@datagrok/peptides 1.11.3 → 1.12.0

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,23 +1,20 @@
1
1
  # Peptides changelog
2
2
 
3
- ## 1.12.0 (WIP)
3
+ ## 1.12.0 (2023-08-30)
4
4
 
5
5
  ### Features
6
6
 
7
- * Improved Identity panel UI.
8
- * Added sequence similarity functionality.
9
- * Moved Similarity & Identity form to Toolbox.
10
- * Other UI/UX improvements.
11
- * Peptides moved to Bio > Analyze > SAR
7
+ * Added sequence identity and similairty functionality.
8
+ * Peptides moved to Bio > Analyze > SAR.
9
+ * Added tooltips for all inputs and buttons.
10
+ * Added Selection panel which shows the current selection as a separate table.
11
+ * UI/UX improvements.
12
12
 
13
13
  ### Bug Fixes
14
14
 
15
15
  * Fixed table view tooltips.
16
16
  * Fixed selection with WebLogo in the column header.
17
- * Fixed identity scoring formula.
18
17
  * Fixed table view couldn't be filtered by monomer position columns.
19
- * Fixed identity panel not considering filtered table view.
20
- * Fixed the Identity button not disabling on incorrect input.
21
18
 
22
19
  ## 1.11.0 (2023-08-03)
23
20