@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/.yarn/install-state.gz +0 -0
- package/.yarn/releases/{yarn-4.5.2.cjs → yarn-4.5.3.cjs} +80 -80
- package/.yarnrc.yml +1 -1
- package/RELEASE_NOTES.MD +19 -0
- package/dist/assets/{index-B9gkoFzI.css → index-C8Fdk8eZ.css} +1 -1
- package/dist/assets/index-CMvASMLB.js +90 -0
- package/dist/assets/index-CMvASMLB.js.map +1 -0
- package/dist/assets/octofarm-printer-export-Dw0Zh14I.gif +0 -0
- package/dist/index.html +6 -6
- package/package.json +2 -2
- package/plugins/plugin.ts +1 -1
- package/vite.config.mts +1 -0
- package/dist/assets/index-DYmkB_cv.js +0 -90
- package/dist/assets/index-DYmkB_cv.js.map +0 -1
- package/package.default.json +0 -42
package/.yarnrc.yml
CHANGED
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
|