@fdm-monster/client-next 2.2.8 → 2.3.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.
- package/.yarn/install-state.gz +0 -0
- package/RELEASE_NOTES.MD +13 -0
- package/dist/assets/index-C6yoh_h_.js +105 -0
- package/dist/assets/{index-t4wGF9Yj.js.map → index-C6yoh_h_.js.map} +1 -1
- package/dist/assets/{index-BNPmr0-e.css → index-CYfkdRY1.css} +1 -1
- package/dist/index.html +3 -3
- package/package.json +1 -1
- package/dist/assets/index-t4wGF9Yj.js +0 -105
package/.yarn/install-state.gz
CHANGED
|
Binary file
|
package/RELEASE_NOTES.MD
CHANGED
|
@@ -1,5 +1,18 @@
|
|
|
1
1
|
# Develop
|
|
2
2
|
|
|
3
|
+
## Client 2.3.1
|
|
4
|
+
|
|
5
|
+
## Fixes
|
|
6
|
+
|
|
7
|
+
- Fix MMU support causing UI errors
|
|
8
|
+
- Fix index 0 thumbnail not disabling query and failing to load
|
|
9
|
+
|
|
10
|
+
## Client 2.3.0
|
|
11
|
+
|
|
12
|
+
## Fixes
|
|
13
|
+
|
|
14
|
+
- Use new simplified dequeue from file endpoint
|
|
15
|
+
|
|
3
16
|
## Client 2.2.8
|
|
4
17
|
|
|
5
18
|
## Fixes
|