@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/.eslintrc-auto-import.json +13 -12
- package/.yarn/install-state.gz +0 -0
- package/.yarn/releases/yarn-4.10.3.cjs +942 -0
- package/.yarnrc.yml +1 -1
- package/RELEASE_NOTES.MD +19 -0
- package/dist/assets/index-Cu6fadRj.js +93 -0
- package/dist/assets/index-Cu6fadRj.js.map +1 -0
- package/dist/assets/index-MwpeX3td.css +5 -0
- package/dist/index.html +3 -3
- package/package.json +2 -2
- package/.yarn/releases/yarn-4.9.1.cjs +0 -948
- package/dist/assets/index-DEBy2iV3.css +0 -5
- package/dist/assets/index-tOR9YF1n.js +0 -93
- package/dist/assets/index-tOR9YF1n.js.map +0 -1
package/.yarnrc.yml
CHANGED
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
|