@fdm-monster/client-next 2.0.0 → 2.0.1

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,27 @@
1
1
  # Develop
2
2
 
3
+ ## Client 2.0.1
4
+
5
+ Features
6
+
7
+ - Tag color system
8
+ - Tag management dialog with color picker
9
+ - Clickable floor/tag/camera chips to open edit dialogs
10
+ - Action menus on printer list for floors, tags, and cameras
11
+ - Job (and queue) page
12
+ - Queue top menu
13
+ - Files page
14
+ - Set complete/failed/cancelled/unknown on job page
15
+ - Job thumbnails viewer dialog
16
+ - Redesign navigation bars
17
+
18
+ Fixes
19
+
20
+ - Reordering floors now works
21
+ - YAML export dialog now exports exportTags
22
+ - Camera grid camera filter clear now works
23
+ - AppLoader will redirect properly even when VueRouter hasnt kicked in
24
+
3
25
  ## Client 2.0.0
4
26
 
5
27
  Features