@fdm-monster/client-next 0.0.15 → 0.0.17

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.6.0.cjs
package/RELEASE_NOTES.MD CHANGED
@@ -1,5 +1,25 @@
1
1
  # Develop
2
2
 
3
+ # Client 0.0.17
4
+
5
+ ## Chores
6
+
7
+ - Adjust server version api response (no more isPm2 or isNodemon flags)
8
+ - Backport: update emergency commands to latest version of Vue2
9
+
10
+ ## Fixes
11
+
12
+ - Delete files on printer details (sidenav) should be protected by a confirmation dialog.
13
+ - Emergency commands: server restart does not work - broken button removed
14
+
15
+ # Client 0.0.16
16
+
17
+ ## Fixes
18
+
19
+ - Vuetify Tooltip: improve styling of tooltip for better legibility
20
+ - Settings: use constants settings map
21
+ - Printer tile: clicking on an empty tile should not enable grid mode
22
+
3
23
  # Client 0.0.15
4
24
 
5
25
  ## Features