@fdm-monster/client-next 2.0.0 → 2.1.0

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/README.md CHANGED
@@ -8,18 +8,15 @@ This is the official scaffolding tool for Vuetify, designed to give you a head s
8
8
  ### Generate API Client
9
9
 
10
10
  ```bash
11
- # One command to fetch spec and generate client
12
- yarn generate:api
11
+ # Fetch OpenAPI spec from backend and generate TypeScript client
12
+ yarn openapi-ts
13
13
  ```
14
14
 
15
15
  Or run the steps separately:
16
16
 
17
17
  ```bash
18
- # 1. Fetch OpenAPI spec from backend
19
- yarn fetch:openapi
20
-
21
- # 2. Generate TypeScript client
22
- yarn openapi-ts
18
+ # Start watch mode
19
+ yarn openapi-ts:watch
23
20
  ```
24
21
 
25
22
  ## Notes to self
package/RELEASE_NOTES.MD CHANGED
@@ -1,5 +1,38 @@
1
1
  # Develop
2
2
 
3
+ ## Client 2.1.0
4
+
5
+ Features
6
+
7
+ - Auto place printers on grid
8
+ - Queue submit button in top bar panel
9
+
10
+ Fixes
11
+ - Extra camera and floor actions on printer list
12
+ - Camera advanced settings applied
13
+
14
+ ## Client 2.0.1
15
+
16
+ Features
17
+
18
+ - Tag color system
19
+ - Tag management dialog with color picker
20
+ - Clickable floor/tag/camera chips to open edit dialogs
21
+ - Action menus on printer list for floors, tags, and cameras
22
+ - Job (and queue) page
23
+ - Queue top menu
24
+ - Files page
25
+ - Set complete/failed/cancelled/unknown on job page
26
+ - Job thumbnails viewer dialog
27
+ - Redesign navigation bars
28
+
29
+ Fixes
30
+
31
+ - Reordering floors now works
32
+ - YAML export dialog now exports exportTags
33
+ - Camera grid camera filter clear now works
34
+ - AppLoader will redirect properly even when VueRouter hasnt kicked in
35
+
3
36
  ## Client 2.0.0
4
37
 
5
38
  Features