@fdm-monster/client-next 0.0.21 → 0.0.23

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.9.1.cjs
3
+ yarnPath: .yarn/releases/yarn-4.12.0.cjs
package/RELEASE_NOTES.MD CHANGED
@@ -1,5 +1,30 @@
1
1
  # Develop
2
2
 
3
+ ## Client 0.0.23
4
+
5
+ Fixes
6
+
7
+ - Printer tile: 'No USB' label replaced with 'Unknown state'
8
+ -
9
+ ## Client 0.0.22
10
+
11
+ Feature
12
+
13
+ - Detect server disconnects, presenting this in overlay message with page reload
14
+ - Ability to add startPrint to specify print or not after upload
15
+
16
+ Fixes
17
+
18
+ - Camera page wasn't flagged as requiring authentication
19
+ - SocketIO service now detects and handles expired JWT token
20
+ - SocketIO service now detects server disconnects and reconnects
21
+ - ServerProtectionSettings wouldn't validate refresh attempts correctly
22
+
23
+ Chore
24
+
25
+ - Cleaned up and rewrote SocketIO client
26
+ - Package updates
27
+
3
28
  ## Client 0.0.21
4
29
 
5
30
  Feature