@fdm-monster/client-next 0.0.10 → 0.0.12

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.
package/.yarnrc.yml CHANGED
@@ -1,3 +1,3 @@
1
1
  nodeLinker: node-modules
2
2
 
3
- yarnPath: .yarn/releases/yarn-4.5.1.cjs
3
+ yarnPath: .yarn/releases/yarn-4.5.3.cjs
package/RELEASE_NOTES.MD CHANGED
@@ -1,5 +1,26 @@
1
1
  # Develop
2
2
 
3
+ # Client 0.0.12
4
+
5
+ ## Fixes
6
+
7
+ - File delete/download: Deleting or downloading a file path is now encoded in url path
8
+ - Layout: theming, color reduction and imports -- backported from vue2 client
9
+ - Import dialog: broken import of OctoFarm import dialog
10
+ - PrinterList: updated action buttons to a more acceptable implementation
11
+ - OctoFarmImportDialog: roughly imported and converted dialog to Vuetify3 stepper
12
+ - Removed dialogsStore preferring useDialog composable
13
+
14
+ # Client 0.0.11
15
+
16
+ ## Fixes
17
+
18
+ - Dialog avatar: undefined would sometimes appear in avatar (once or twice)
19
+ - File sidenav: avatar didnt render properly
20
+ - Printer dialog: Create printer would trigger update printer mode
21
+
22
+ # Client 0.0.10
23
+
3
24
  ## Fixes
4
25
 
5
26
  - First-time setup: background was appearing above first-time-setup, not fixed and below