@fdm-monster/client-next 2.1.5 → 2.1.7
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 +25 -0
- package/dist/assets/{index-ChDxgErF.js → index-IpDWnXUl.js} +57 -57
- package/dist/assets/index-IpDWnXUl.js.map +1 -0
- package/dist/assets/{index-BtV5KDmJ.css → index-Kfg5V0Lq.css} +1 -1
- package/dist/index.html +3 -3
- package/package.json +1 -1
- package/dist/assets/index-ChDxgErF.js.map +0 -1
package/.yarn/install-state.gz
CHANGED
|
Binary file
|
package/RELEASE_NOTES.MD
CHANGED
|
@@ -1,5 +1,30 @@
|
|
|
1
1
|
# Develop
|
|
2
2
|
|
|
3
|
+
## Client 2.1.7
|
|
4
|
+
|
|
5
|
+
Features
|
|
6
|
+
|
|
7
|
+
- Bring back printer maintenance dialog
|
|
8
|
+
|
|
9
|
+
Fixes
|
|
10
|
+
|
|
11
|
+
- Maintenance dialog now uses context, not store variable
|
|
12
|
+
- Sidenav would log warning that its open state could not be written to
|
|
13
|
+
|
|
14
|
+
Chore
|
|
15
|
+
|
|
16
|
+
- Clean up printer store code a bit
|
|
17
|
+
|
|
18
|
+
## Client 2.1.6
|
|
19
|
+
|
|
20
|
+
Fixes
|
|
21
|
+
|
|
22
|
+
- Disabled printers would show as READY on dashboard page
|
|
23
|
+
|
|
24
|
+
Chores
|
|
25
|
+
|
|
26
|
+
- Remove corepack enable in cicd as duplicate
|
|
27
|
+
|
|
3
28
|
## Client 2.1.5
|
|
4
29
|
|
|
5
30
|
Features
|