@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.
@@ -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,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