@iobroker/json-config 9.0.22 → 9.0.23
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 +5 -0
- package/package.json +8 -8
package/README.md
CHANGED
|
@@ -1907,6 +1907,11 @@ The schema is used here: https://github.com/SchemaStore/schemastore/blob/6da29cd
|
|
|
1907
1907
|
### **WORK IN PROGRESS**
|
|
1908
1908
|
-->
|
|
1909
1909
|
## Changelog
|
|
1910
|
+
### 9.0.23 (2026-08-27)
|
|
1911
|
+
(@krobipd) Corrected: the object browser stayed empty after closing the object customization dialog if any object was changed while the dialog was open (ioBroker/ioBroker.admin#3391)
|
|
1912
|
+
(@krobipd) Changed: `ObjectBrowserClass.subscribes` and `.recordStates` are Sets instead of arrays now
|
|
1913
|
+
(@krobipd) Improved: object browser performance on large installations — bursts of object changes cause one tree rebuild instead of several, state-change echoes no longer trigger redraws, subscription bookkeeping is no longer quadratic, and rows outside the viewport skip layout and paint
|
|
1914
|
+
|
|
1910
1915
|
### 9.0.22 (2026-08-21)
|
|
1911
1916
|
- (@GermanBluefox) Corrected layout of Config view
|
|
1912
1917
|
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@iobroker/json-config",
|
|
3
3
|
"description": "This package contains the ioBroker JSON config UI components",
|
|
4
|
-
"version": "9.0.
|
|
4
|
+
"version": "9.0.23",
|
|
5
5
|
"author": {
|
|
6
6
|
"name": "bluefox",
|
|
7
7
|
"email": "dogafox@gmail.com"
|
|
@@ -37,17 +37,17 @@
|
|
|
37
37
|
"dependencies": {
|
|
38
38
|
"@emotion/react": "^11.14.0",
|
|
39
39
|
"@emotion/styled": "^11.14.1",
|
|
40
|
-
"@iobroker/gui-components": "^10.
|
|
41
|
-
"@module-federation/runtime": "^2.
|
|
40
|
+
"@iobroker/gui-components": "^10.2.0",
|
|
41
|
+
"@module-federation/runtime": "^2.9.0",
|
|
42
42
|
"@mui/icons-material": "^9.3.1",
|
|
43
43
|
"@mui/material": "^9.3.1",
|
|
44
|
-
"@mui/x-date-pickers": "^9.
|
|
44
|
+
"@mui/x-date-pickers": "^9.12.0",
|
|
45
45
|
"crypto-js": "^4.2.0",
|
|
46
46
|
"json5": "^2.2.3",
|
|
47
47
|
"react": "^19.2.8",
|
|
48
48
|
"react-ace": "^15.0.0",
|
|
49
49
|
"react-dom": "^19.2.8",
|
|
50
|
-
"react-dropzone": "^20.1.
|
|
50
|
+
"react-dropzone": "^20.1.1",
|
|
51
51
|
"react-qr-code": "^2.2.0",
|
|
52
52
|
"yaml": "^2.9.0"
|
|
53
53
|
},
|
|
@@ -58,10 +58,10 @@
|
|
|
58
58
|
"@iobroker/eslint-config": "^2.3.4",
|
|
59
59
|
"@iobroker/types": "^7.2.2",
|
|
60
60
|
"@types/crypto-js": "^4.2.2",
|
|
61
|
-
"@types/node": "^26.
|
|
61
|
+
"@types/node": "^26.4.0",
|
|
62
62
|
"@types/react": "^19.2.18",
|
|
63
63
|
"@types/react-color": "^3.0.13",
|
|
64
|
-
"@types/react-dom": "^19.2.
|
|
64
|
+
"@types/react-dom": "^19.2.5",
|
|
65
65
|
"ajv": "^8.20.0",
|
|
66
66
|
"date-fns": "^4.4.0",
|
|
67
67
|
"react-color": "^2.19.3",
|
|
@@ -72,7 +72,7 @@
|
|
|
72
72
|
"react": "^19.2.8",
|
|
73
73
|
"react-dom": "^19.2.8",
|
|
74
74
|
"@types/react": "^19.2.18",
|
|
75
|
-
"@types/react-dom": "^19.2.
|
|
75
|
+
"@types/react-dom": "^19.2.5"
|
|
76
76
|
},
|
|
77
77
|
"files": [
|
|
78
78
|
"build/",
|