@fdm-monster/client-next 2.1.2 → 2.1.4

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,23 @@
1
1
  # Develop
2
2
 
3
+ ## Client 2.1.4
4
+
5
+ Features
6
+
7
+ - Add ability to set slicer api key, which exempts it from needing normal JWT Bearer token for login in headers.
8
+
9
+ Fixes
10
+
11
+ - Sorting grid by name (instead of showing by position) is not leaving gaps anymore.
12
+
13
+ ## Client 2.1.3
14
+
15
+ Fixes
16
+
17
+ - Grid sort is now horizontal.
18
+
19
+ ## Client 2.1.2
20
+
3
21
  Features
4
22
 
5
23
  - Grid can sort by name without leaving gaps, Shift+S is a shortcut for it.