@fdm-monster/client-next 0.0.25 → 0.0.27

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.
Binary file
package/RELEASE_NOTES.MD CHANGED
@@ -1,5 +1,23 @@
1
1
  # Develop
2
2
 
3
+ ## Client 0.0.27
4
+
5
+ Feature
6
+
7
+ - SocketIO debug page in settings
8
+
9
+ Fixes
10
+
11
+ - The frontend now only support number id types (dropping mongodb support)
12
+ - User Roles changes have been switched to role name strings
13
+
14
+ ## Client 0.0.26
15
+
16
+ Fixes
17
+
18
+ - Remove unused printer group feature flag
19
+ - Remove unused typeorm feature flag
20
+
3
21
  ## Client 0.0.25
4
22
 
5
23
  Fixes