@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.
- package/.yarn/install-state.gz +0 -0
- package/RELEASE_NOTES.MD +18 -0
- package/dist/assets/index-BZk9iFrb.css +1 -0
- package/dist/assets/index-f6jB29eV.js +60 -0
- package/dist/assets/index-f6jB29eV.js.map +1 -0
- package/dist/index.html +2 -2
- package/package.json +1 -1
- package/dist/assets/index-B4EII2lh.js +0 -60
- package/dist/assets/index-B4EII2lh.js.map +0 -1
- package/dist/assets/index-Do7s4nYD.css +0 -1
package/.yarn/install-state.gz
CHANGED
|
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
|