@fdm-monster/client-next 0.0.27 → 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.
Binary file
package/RELEASE_NOTES.MD CHANGED
@@ -1,5 +1,23 @@
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
+
3
21
  ## Client 0.0.27
4
22
 
5
23
  Feature