@iobroker/adapter-react-v5 8.2.12 → 8.2.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/README.md +5 -2
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -690,12 +690,15 @@ You can find the migration instructions:
|
|
|
690
690
|
-->
|
|
691
691
|
|
|
692
692
|
## Changelog
|
|
693
|
+
### 8.2.13 (2026-06-21)
|
|
694
|
+
- (@GermanBluefox) Updated socket-client package to support web-socket-only mode
|
|
695
|
+
|
|
693
696
|
### 8.2.12 (2026-06-20)
|
|
694
|
-
- (@GermanBluefox)
|
|
697
|
+
- (@GermanBluefox) Corrected InfoBox color
|
|
695
698
|
|
|
696
699
|
### 8.2.11 (2026-06-19)
|
|
697
700
|
- (@GermanBluefox) Correcting background of state if overloaded
|
|
698
|
-
- (@GermanBluefox) Moved translations for json-config to
|
|
701
|
+
- (@GermanBluefox) Moved translations for json-config to another package
|
|
699
702
|
|
|
700
703
|
### 8.2.10 (2026-06-16)
|
|
701
704
|
- (@GermanBluefox) Corrected the folder creation
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@iobroker/adapter-react-v5",
|
|
3
|
-
"version": "8.2.
|
|
3
|
+
"version": "8.2.13",
|
|
4
4
|
"description": "React components to develop ioBroker interfaces with react.",
|
|
5
5
|
"author": {
|
|
6
6
|
"name": "bluefox",
|
|
@@ -54,7 +54,7 @@
|
|
|
54
54
|
"dependencies": {
|
|
55
55
|
"@iobroker/js-controller-common": "^7.2.2",
|
|
56
56
|
"@iobroker/js-controller-common-db": "^7.2.2",
|
|
57
|
-
"@iobroker/socket-client": "^5.2.
|
|
57
|
+
"@iobroker/socket-client": "^5.2.1",
|
|
58
58
|
"@iobroker/type-detector": "^5.0.13",
|
|
59
59
|
"@iobroker/types": "^7.2.2",
|
|
60
60
|
"@sentry/browser": "^10.57.0",
|