iobroker.admin 7.7.28 → 7.7.30
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/README.md +3 -3
- package/adminWww/assets/{index-D4duMcFr.js → index-BbUNbJD7.js} +1 -1
- package/adminWww/assets/index-CcaRpeLO.js +135 -0
- package/adminWww/mf-manifest.json +1 -1
- package/adminWww/remoteEntry.js +2 -2
- package/io-package.json +14 -14
- package/package.json +2 -2
- package/adminWww/assets/index-BiffItm1.js +0 -5
- package/adminWww/js/app.js +0 -2
- package/adminWww/js/app.js.map +0 -1
package/README.md
CHANGED
|
@@ -167,6 +167,9 @@ The icons may not be reused in other projects without the proper flaticon licens
|
|
|
167
167
|
<!--
|
|
168
168
|
### **WORK IN PROGRESS**
|
|
169
169
|
-->
|
|
170
|
+
### 7.7.30 (2026-02-12)
|
|
171
|
+
- (@GermanBluefox) Added better table layout for JSON Config
|
|
172
|
+
|
|
170
173
|
### 7.7.28 (2026-02-08)
|
|
171
174
|
- (@GermanBluefox) Added iframe support for JSON Config
|
|
172
175
|
|
|
@@ -181,9 +184,6 @@ The icons may not be reused in other projects without the proper flaticon licens
|
|
|
181
184
|
- (@GermanBluefox) Small optimizations
|
|
182
185
|
- (@GermanBluefox) Allowed to upload objects via text
|
|
183
186
|
|
|
184
|
-
### 7.7.19 (2025-10-26)
|
|
185
|
-
- (@GermanBluefox) Updated schema location for JsonConfig
|
|
186
|
-
|
|
187
187
|
## License
|
|
188
188
|
|
|
189
189
|
The MIT License (MIT)
|