@fdm-monster/client-next 0.0.21 → 0.0.22

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