@fdm-monster/client-next 0.0.26 → 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,16 @@
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
+
3
14
  ## Client 0.0.26
4
15
 
5
16
  Fixes