@iobroker/adapter-react-v5 4.0.11 → 4.0.12
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 +2 -2
package/README.md
CHANGED
|
@@ -661,6 +661,9 @@ socket.getObjectViewCustom('custom', 'state', 'startKey', 'endKey')
|
|
|
661
661
|
-->
|
|
662
662
|
|
|
663
663
|
## Changelog
|
|
664
|
+
### 4.0.12 (2023-02-15)
|
|
665
|
+
* (bluefox) made the fix for `echarts`
|
|
666
|
+
|
|
664
667
|
### 4.0.11 (2023-02-14)
|
|
665
668
|
* (bluefox) Updated packages
|
|
666
669
|
* (bluefox) The `chartReady` event was omitted
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@iobroker/adapter-react-v5",
|
|
3
|
-
"version": "4.0.
|
|
3
|
+
"version": "4.0.12",
|
|
4
4
|
"description": "React classes to develop admin interfaces for ioBroker with react.",
|
|
5
5
|
"author": {
|
|
6
6
|
"name": "bluefox",
|
|
@@ -33,7 +33,7 @@
|
|
|
33
33
|
"@mui/material": "^5.11.8",
|
|
34
34
|
"@mui/styles": "^5.11.7",
|
|
35
35
|
"@mui/x-date-pickers": "5.0.18",
|
|
36
|
-
"@iobroker/socket-client": "^2.0.
|
|
36
|
+
"@iobroker/socket-client": "^2.0.4",
|
|
37
37
|
"react-cropper": "^2.1.8",
|
|
38
38
|
"@sentry/browser": "^7.37.2",
|
|
39
39
|
"@sentry/integrations": "^7.37.2",
|