@fdm-monster/client-next 0.0.16 → 0.0.18

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/.yarnrc.yml CHANGED
@@ -1,3 +1,3 @@
1
1
  nodeLinker: node-modules
2
2
 
3
- yarnPath: .yarn/releases/yarn-4.5.3.cjs
3
+ yarnPath: .yarn/releases/yarn-4.7.0.cjs
package/RELEASE_NOTES.MD CHANGED
@@ -1,5 +1,23 @@
1
1
  # Develop
2
2
 
3
+ ## Client 0.0.18
4
+
5
+ Fixes
6
+
7
+ - Upload progress bar won't get stuck anymore, requires FDMM server 1.8.3 or higher!
8
+
9
+ # Client 0.0.17
10
+
11
+ ## Chores
12
+
13
+ - Adjust server version api response (no more isPm2 or isNodemon flags)
14
+ - Backport: update emergency commands to latest version of Vue2
15
+
16
+ ## Fixes
17
+
18
+ - Delete files on printer details (sidenav) should be protected by a confirmation dialog.
19
+ - Emergency commands: server restart does not work - broken button removed
20
+
3
21
  # Client 0.0.16
4
22
 
5
23
  ## Fixes