@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.
- package/.yarn/install-state.gz +0 -0
- package/RELEASE_NOTES.MD +20 -0
- package/dist/assets/{index-Dpeitx7U.css → index-BtV5KDmJ.css} +1 -1
- package/dist/assets/index-ChDxgErF.js +104 -0
- package/dist/assets/index-ChDxgErF.js.map +1 -0
- package/dist/index.html +2 -2
- package/package.json +1 -1
- package/dist/assets/index-vXXmdbT1.js +0 -104
- package/dist/assets/index-vXXmdbT1.js.map +0 -1
package/.yarn/install-state.gz
CHANGED
|
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
|