@fdm-monster/client-next 0.0.12 → 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/RELEASE_NOTES.MD +8 -0
- package/dist/assets/{index-CYOIRHnM.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/index.html +2 -2
- package/package.json +1 -1
- package/dist/assets/index-gnyRPCyk.js +0 -90
- package/dist/assets/index-gnyRPCyk.js.map +0 -1
package/.yarn/install-state.gz
CHANGED
|
Binary file
|
package/RELEASE_NOTES.MD
CHANGED
|
@@ -1,5 +1,13 @@
|
|
|
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
|
+
|
|
3
11
|
# Client 0.0.12
|
|
4
12
|
|
|
5
13
|
## Fixes
|