@fdm-monster/client-next 0.0.6 → 0.0.8

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.
Binary file
package/RELEASE_NOTES.MD CHANGED
@@ -1,5 +1,25 @@
1
1
  # Develop
2
2
 
3
+ # Client 0.0.8
4
+
5
+ ## Fixes
6
+
7
+ - PrinterStore: when deleting a printer, an error is often presented that the PrinterStore contains no printer with such id
8
+ - AddOrUpdatePrinterDialog: auto-append https if this is missing in URL before submitting
9
+
10
+ ## Features:
11
+
12
+ - User settings: create user dialog for an admin to conveniently share a new verified account with roles.
13
+
14
+ # Client 0.0.7
15
+
16
+ ## Fixes:
17
+
18
+ - Account settings - cant change password
19
+ - Account settings - apply user id number to string coercion
20
+
21
+ # Client 0.0.6
22
+
3
23
  ## Features:
4
24
 
5
25
  - User settings: add user roles dropdown to change verified users from GUEST role to OPERATOR or ADMIN.