@iobroker/adapter-react-v5 8.2.8 → 8.2.9
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 -0
- package/package.json +5 -5
package/README.md
CHANGED
|
@@ -690,6 +690,9 @@ You can find the migration instructions:
|
|
|
690
690
|
-->
|
|
691
691
|
|
|
692
692
|
## Changelog
|
|
693
|
+
### 8.2.9 (2026-06-12)
|
|
694
|
+
- (@GermanBluefox) Updated socket-client package to support reverse proxy
|
|
695
|
+
|
|
693
696
|
### 8.2.8 (2026-06-11)
|
|
694
697
|
- (@GermanBluefox) Added object and file navigation
|
|
695
698
|
|
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.9",
|
|
4
4
|
"description": "React components to develop ioBroker interfaces with react.",
|
|
5
5
|
"author": {
|
|
6
6
|
"name": "bluefox",
|
|
@@ -53,15 +53,15 @@
|
|
|
53
53
|
"homepage": "https://github.com/ioBroker/adapter-react-v5#readme",
|
|
54
54
|
"dependencies": {
|
|
55
55
|
"@iobroker/js-controller-common": "^7.1.2",
|
|
56
|
-
"@iobroker/js-controller-common-db": "^7.1.2
|
|
57
|
-
"@iobroker/socket-client": "^5.
|
|
56
|
+
"@iobroker/js-controller-common-db": "^7.1.2",
|
|
57
|
+
"@iobroker/socket-client": "^5.2.0",
|
|
58
58
|
"@iobroker/type-detector": "^5.0.13",
|
|
59
59
|
"@iobroker/types": "^7.1.2",
|
|
60
60
|
"@sentry/browser": "^10.57.0",
|
|
61
|
-
"cronstrue": "^3.
|
|
61
|
+
"cronstrue": "^3.14.0",
|
|
62
62
|
"file-selector": "^2.1.2",
|
|
63
63
|
"react-color": "^2.19.3",
|
|
64
|
-
"react-colorful": "^5.
|
|
64
|
+
"react-colorful": "^5.7.0",
|
|
65
65
|
"react-cropper": "^2.3.3",
|
|
66
66
|
"react-dropzone": "^15.0.0",
|
|
67
67
|
"react-icons": "^5.6.0",
|