@fdm-monster/client-next 0.0.8 → 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,5 +1,17 @@
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
+
3
15
  # Client 0.0.8
4
16
 
5
17
  ## Fixes