@fdm-monster/client-next 0.0.11 → 0.0.13

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.2.cjs
3
+ yarnPath: .yarn/releases/yarn-4.5.3.cjs
package/RELEASE_NOTES.MD CHANGED
@@ -1,5 +1,24 @@
1
1
  # Develop
2
2
 
3
+ # Client 0.0.13
4
+
5
+ ## Fixes
6
+
7
+ - Tile: add tooltips, fix: add pausing as paused state
8
+ - Print grid: floor toggle would de-synchronize with store
9
+ - Print grid: include new grid and tile design including thumbnail (and bugfixes)
10
+
11
+ # Client 0.0.12
12
+
13
+ ## Fixes
14
+
15
+ - File delete/download: Deleting or downloading a file path is now encoded in url path
16
+ - Layout: theming, color reduction and imports -- backported from vue2 client
17
+ - Import dialog: broken import of OctoFarm import dialog
18
+ - PrinterList: updated action buttons to a more acceptable implementation
19
+ - OctoFarmImportDialog: roughly imported and converted dialog to Vuetify3 stepper
20
+ - Removed dialogsStore preferring useDialog composable
21
+
3
22
  # Client 0.0.11
4
23
 
5
24
  ## Fixes