@fdm-monster/client-next 0.0.8 → 0.0.10
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/.eslintrc-auto-import.json +4 -1
- package/.yarn/install-state.gz +0 -0
- package/RELEASE_NOTES.MD +17 -0
- package/dist/assets/{index-xg8J8Ham.css → index-B9gkoFzI.css} +1 -1
- package/dist/assets/index-CM4We7__.js +90 -0
- package/dist/assets/index-CM4We7__.js.map +1 -0
- package/dist/index.html +116 -4
- package/dist/vite.svg +1 -0
- package/package.json +1 -1
- package/plugins/plugin.ts +123 -0
- package/public/vite.svg +1 -0
- package/vite.config.mts +8 -6
- package/dist/assets/index-FAsYkUz6.js +0 -90
- package/dist/assets/index-FAsYkUz6.js.map +0 -1
package/.yarn/install-state.gz
CHANGED
|
Binary file
|
package/RELEASE_NOTES.MD
CHANGED
|
@@ -1,5 +1,22 @@
|
|
|
1
1
|
# Develop
|
|
2
2
|
|
|
3
|
+
## Fixes
|
|
4
|
+
|
|
5
|
+
- First-time setup: background was appearing above first-time-setup, not fixed and below
|
|
6
|
+
- Printer tile: port over removal change of S/SA/P printer subtitle and replace with Awaiting
|
|
7
|
+
|
|
8
|
+
# Client 0.0.9
|
|
9
|
+
|
|
10
|
+
## Features
|
|
11
|
+
|
|
12
|
+
- Remove whitelist settings from UI
|
|
13
|
+
- Introduce new grid layout
|
|
14
|
+
- Introduce grid settings dialog on home page
|
|
15
|
+
|
|
16
|
+
## Fixes
|
|
17
|
+
|
|
18
|
+
- Snackbar buttons look a bit better
|
|
19
|
+
|
|
3
20
|
# Client 0.0.8
|
|
4
21
|
|
|
5
22
|
## Fixes
|