@fdm-monster/client-next 2.1.0 → 2.1.2
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 +19 -0
- package/dist/assets/{index-Be5iL3bK.css → index-DXDsPY8I.css} +1 -1
- package/dist/assets/index-OI8gVNsF.js +104 -0
- package/dist/assets/{index-C21mR4iS.js.map → index-OI8gVNsF.js.map} +1 -1
- package/dist/index.html +3 -3
- package/package.json +1 -1
- package/dist/assets/index-C21mR4iS.js +0 -104
- package/plugins/plugin.ts +0 -125
package/.yarn/install-state.gz
CHANGED
|
Binary file
|
package/RELEASE_NOTES.MD
CHANGED
|
@@ -1,5 +1,23 @@
|
|
|
1
1
|
# Develop
|
|
2
2
|
|
|
3
|
+
Features
|
|
4
|
+
|
|
5
|
+
- Grid can sort by name without leaving gaps, Shift+S is a shortcut for it.
|
|
6
|
+
|
|
7
|
+
Fixes
|
|
8
|
+
|
|
9
|
+
- Add Files Nav title (it was missing).
|
|
10
|
+
|
|
11
|
+
## Client 2.1.1
|
|
12
|
+
|
|
13
|
+
Features
|
|
14
|
+
|
|
15
|
+
- Printer grid and other pages share type and tag filter
|
|
16
|
+
|
|
17
|
+
Fixes
|
|
18
|
+
|
|
19
|
+
- Printer Tag filter is now of AND type. This makes more sense in its usage.
|
|
20
|
+
|
|
3
21
|
## Client 2.1.0
|
|
4
22
|
|
|
5
23
|
Features
|
|
@@ -8,6 +26,7 @@ Features
|
|
|
8
26
|
- Queue submit button in top bar panel
|
|
9
27
|
|
|
10
28
|
Fixes
|
|
29
|
+
|
|
11
30
|
- Extra camera and floor actions on printer list
|
|
12
31
|
- Camera advanced settings applied
|
|
13
32
|
|