@fdm-monster/client-next 2.1.1 → 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 +11 -0
- package/dist/assets/{index-eHafxhNf.css → index-DXDsPY8I.css} +1 -1
- package/dist/assets/{index-DmB9AJVw.js → index-OI8gVNsF.js} +61 -61
- package/dist/assets/{index-DmB9AJVw.js.map → index-OI8gVNsF.js.map} +1 -1
- package/dist/index.html +2 -2
- package/package.json +1 -1
package/.yarn/install-state.gz
CHANGED
|
Binary file
|
package/RELEASE_NOTES.MD
CHANGED
|
@@ -1,10 +1,21 @@
|
|
|
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
|
+
|
|
3
13
|
Features
|
|
4
14
|
|
|
5
15
|
- Printer grid and other pages share type and tag filter
|
|
6
16
|
|
|
7
17
|
Fixes
|
|
18
|
+
|
|
8
19
|
- Printer Tag filter is now of AND type. This makes more sense in its usage.
|
|
9
20
|
|
|
10
21
|
## Client 2.1.0
|