@fdm-monster/client-next 0.0.7 → 0.0.9

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.
@@ -68,6 +68,9 @@
68
68
  "onWatcherCleanup": true,
69
69
  "useId": true,
70
70
  "useModel": true,
71
- "useTemplateRef": true
71
+ "useTemplateRef": true,
72
+ "DirectiveBinding": true,
73
+ "MaybeRef": true,
74
+ "MaybeRefOrGetter": true
72
75
  }
73
76
  }
Binary file
package/RELEASE_NOTES.MD CHANGED
@@ -1,8 +1,31 @@
1
1
  # Develop
2
2
 
3
+ # Client 0.0.9
4
+
5
+ ## Features
6
+
7
+ - Remove whitelist settings from UI
8
+ - Introduce new grid layout
9
+ - Introduce grid settings dialog on home page
10
+
11
+ ## Fixes
12
+
13
+ - Snackbar buttons look a bit better
14
+
15
+ # Client 0.0.8
16
+
17
+ ## Fixes
18
+
19
+ - PrinterStore: when deleting a printer, an error is often presented that the PrinterStore contains no printer with such id
20
+ - AddOrUpdatePrinterDialog: auto-append https if this is missing in URL before submitting
21
+
22
+ ## Features:
23
+
24
+ - User settings: create user dialog for an admin to conveniently share a new verified account with roles.
25
+
3
26
  # Client 0.0.7
4
27
 
5
- Fixes:
28
+ ## Fixes:
6
29
 
7
30
  - Account settings - cant change password
8
31
  - Account settings - apply user id number to string coercion