@iobroker/dm-gui-components 10.0.4 → 10.0.5
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 +1 -1
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -197,7 +197,7 @@ const indicator = {
|
|
|
197
197
|
-->
|
|
198
198
|
|
|
199
199
|
## Changelog
|
|
200
|
-
### 10.0.
|
|
200
|
+
### 10.0.5 (2026-07-26)
|
|
201
201
|
- (@GermanBluefox) Added custom status indicators for devices and instances
|
|
202
202
|
- (@GermanBluefox) Added `placement: 'status'` for device actions
|
|
203
203
|
- (@GermanBluefox) Added user-configurable visibility of indicators
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@iobroker/dm-gui-components",
|
|
3
|
-
"version": "10.0.
|
|
3
|
+
"version": "10.0.5",
|
|
4
4
|
"description": "ReactJS components to develop admin interface for ioBroker device manager.",
|
|
5
5
|
"author": {
|
|
6
6
|
"name": "Jey Cee",
|
|
@@ -53,7 +53,7 @@
|
|
|
53
53
|
"homepage": "https://github.com/ioBroker/dm-gui-components#readme",
|
|
54
54
|
"dependencies": {
|
|
55
55
|
"@iobroker/gui-components": "^10.0.3",
|
|
56
|
-
"@iobroker/json-config": "^9.0.
|
|
56
|
+
"@iobroker/json-config": "^9.0.4",
|
|
57
57
|
"@mui/icons-material": "^9.2.0",
|
|
58
58
|
"@mui/material": "^9.2.0"
|
|
59
59
|
},
|