@fdm-monster/client-next 2.1.3 → 2.1.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.
Binary file
package/RELEASE_NOTES.MD CHANGED
@@ -1,5 +1,25 @@
1
1
  # Develop
2
2
 
3
+ ## Client 2.1.5
4
+
5
+ Features
6
+
7
+ - Ability to analyze file from Files page
8
+
9
+ Fixes
10
+
11
+ - Drag over files page upload box would flicker
12
+
13
+ ## Client 2.1.4
14
+
15
+ Features
16
+
17
+ - Add ability to set slicer api key, which exempts it from needing normal JWT Bearer token for login in headers.
18
+
19
+ Fixes
20
+
21
+ - Sorting grid by name (instead of showing by position) is not leaving gaps anymore.
22
+
3
23
  ## Client 2.1.3
4
24
 
5
25
  Fixes