@fdm-monster/client-next 0.0.26 → 0.0.28
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 +29 -0
- package/dist/assets/index-BMvBSgsG.css +1 -0
- package/dist/assets/index-ClwvElud.js +60 -0
- package/dist/assets/index-ClwvElud.js.map +1 -0
- package/dist/index.html +13 -135
- package/index.html +9 -2
- package/package.json +1 -1
- package/vite.config.ts +2 -8
- package/dist/assets/index-Do7s4nYD.css +0 -1
- package/dist/assets/index-DptX0-sw.js +0 -60
- package/dist/assets/index-DptX0-sw.js.map +0 -1
package/.yarn/install-state.gz
CHANGED
|
Binary file
|
package/RELEASE_NOTES.MD
CHANGED
|
@@ -1,5 +1,34 @@
|
|
|
1
1
|
# Develop
|
|
2
2
|
|
|
3
|
+
## Client 0.0.28
|
|
4
|
+
|
|
5
|
+
Fixes
|
|
6
|
+
|
|
7
|
+
- The overlay scrim added connected to Vuetify theme
|
|
8
|
+
- The overlay does not allow clicking away, it is persistent and click animation is removed
|
|
9
|
+
- The HTML vertical scrollbar now auto instead of scroll (Vuetify _reset.scss problem)
|
|
10
|
+
- The HTML background now matches theme color
|
|
11
|
+
- Navigation logo alignment improved by centering and size constraints
|
|
12
|
+
- Page content height now calculated with 100% to avoid pixel discrepancies on Edge for Desktop
|
|
13
|
+
|
|
14
|
+
Chores
|
|
15
|
+
|
|
16
|
+
- Replace sass with sass-embedded for increased compilation performance
|
|
17
|
+
- Remove dev splash screen
|
|
18
|
+
- Cleanup main.ts imports, add helpful CSS hints with vuetify-variables.d.css typing for Vuetify theme CSS variables
|
|
19
|
+
- Vite console doesnt clear screen anymore
|
|
20
|
+
|
|
21
|
+
## Client 0.0.27
|
|
22
|
+
|
|
23
|
+
Feature
|
|
24
|
+
|
|
25
|
+
- SocketIO debug page in settings
|
|
26
|
+
|
|
27
|
+
Fixes
|
|
28
|
+
|
|
29
|
+
- The frontend now only support number id types (dropping mongodb support)
|
|
30
|
+
- User Roles changes have been switched to role name strings
|
|
31
|
+
|
|
3
32
|
## Client 0.0.26
|
|
4
33
|
|
|
5
34
|
Fixes
|