@fdm-monster/client-next 0.0.9 → 0.0.11
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/.yarn/releases/{yarn-4.5.1.cjs → yarn-4.5.2.cjs} +292 -292
- package/.yarnrc.yml +1 -1
- package/RELEASE_NOTES.MD +15 -0
- package/dist/assets/{index-62zQFVxx.css → index-B9gkoFzI.css} +1 -1
- package/dist/assets/index-DYmkB_cv.js +90 -0
- package/dist/assets/index-DYmkB_cv.js.map +1 -0
- package/dist/index.html +2 -2
- package/package.json +2 -2
- package/dist/assets/index-q5smeA3f.js +0 -90
- package/dist/assets/index-q5smeA3f.js.map +0 -1
package/.yarnrc.yml
CHANGED
package/RELEASE_NOTES.MD
CHANGED
|
@@ -1,5 +1,20 @@
|
|
|
1
1
|
# Develop
|
|
2
2
|
|
|
3
|
+
# Client 0.0.11
|
|
4
|
+
|
|
5
|
+
## Fixes
|
|
6
|
+
|
|
7
|
+
- Dialog avatar: undefined would sometimes appear in avatar (once or twice)
|
|
8
|
+
- File sidenav: avatar didnt render properly
|
|
9
|
+
- Printer dialog: Create printer would trigger update printer mode
|
|
10
|
+
|
|
11
|
+
# Client 0.0.10
|
|
12
|
+
|
|
13
|
+
## Fixes
|
|
14
|
+
|
|
15
|
+
- First-time setup: background was appearing above first-time-setup, not fixed and below
|
|
16
|
+
- Printer tile: port over removal change of S/SA/P printer subtitle and replace with Awaiting
|
|
17
|
+
|
|
3
18
|
# Client 0.0.9
|
|
4
19
|
|
|
5
20
|
## Features
|