@fdm-monster/client-next 2.1.4 → 2.1.6
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 +18 -0
- package/dist/assets/{index-DIlYcrKY.css → index-CgklCgrK.css} +1 -1
- package/dist/assets/index-DnVHiqnS.js +104 -0
- package/dist/assets/{index-DfSS6Eby.js.map → index-DnVHiqnS.js.map} +1 -1
- package/dist/index.html +2 -2
- package/package.json +1 -1
- package/dist/assets/index-DfSS6Eby.js +0 -104
package/.yarn/install-state.gz
CHANGED
|
Binary file
|
package/RELEASE_NOTES.MD
CHANGED
|
@@ -1,5 +1,23 @@
|
|
|
1
1
|
# Develop
|
|
2
2
|
|
|
3
|
+
Fixes
|
|
4
|
+
|
|
5
|
+
- Disabled printers would show as READY on dashboard page.
|
|
6
|
+
|
|
7
|
+
Chores
|
|
8
|
+
|
|
9
|
+
- Remove corepack enable in cicd as duplicate
|
|
10
|
+
|
|
11
|
+
## Client 2.1.5
|
|
12
|
+
|
|
13
|
+
Features
|
|
14
|
+
|
|
15
|
+
- Ability to analyze file from Files page
|
|
16
|
+
|
|
17
|
+
Fixes
|
|
18
|
+
|
|
19
|
+
- Drag over files page upload box would flicker
|
|
20
|
+
|
|
3
21
|
## Client 2.1.4
|
|
4
22
|
|
|
5
23
|
Features
|