@iobroker/adapter-react-v5 4.7.3 → 4.7.4
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/Components/404.js +3 -3
- package/Components/ColorPicker.d.ts +1 -1
- package/Components/ColorPicker.js +14 -14
- package/Components/ComplexCron.js +3 -6
- package/Components/ComplexCron.js.map +1 -1
- package/Components/FileBrowser.js +5 -5
- package/Components/FileBrowser.js.map +1 -1
- package/Components/JsonConfigComponent/ChipInput.js +4 -5
- package/Components/JsonConfigComponent/ChipInput.js.map +1 -1
- package/Components/JsonConfigComponent/ConfigCheckLicense.js +2 -2
- package/Components/JsonConfigComponent/ConfigTable.js +2 -2
- package/Components/Loader.js +5 -5
- package/Components/Loaders/PT.js +5 -5
- package/Components/Loaders/Vendor.js +5 -5
- package/Components/ObjectBrowser.js +9 -8
- package/Components/ObjectBrowser.js.map +1 -1
- package/Components/TableResize.js +5 -5
- package/Dialogs/Confirm.js +5 -5
- package/Dialogs/Confirm.js.map +1 -1
- package/Dialogs/Error.js +5 -5
- package/Dialogs/Error.js.map +1 -1
- package/Dialogs/Message.js +5 -5
- package/Dialogs/Message.js.map +1 -1
- package/Dialogs/SelectFile.js +5 -5
- package/Dialogs/SelectFile.js.map +1 -1
- package/Dialogs/SelectID.js +5 -5
- package/Dialogs/SelectID.js.map +1 -1
- package/GenericApp.js +5 -5
- package/LegacyConnection.d.ts +2 -1
- package/LegacyConnection.js +14 -8
- package/LegacyConnection.js.map +1 -1
- package/README.md +4 -0
- package/package.json +6 -6
package/README.md
CHANGED
|
@@ -670,6 +670,10 @@ socket.getObjectViewCustom('custom', 'state', 'startKey', 'endKey')
|
|
|
670
670
|
-->
|
|
671
671
|
|
|
672
672
|
## Changelog
|
|
673
|
+
### 4.7.4 (2023-11-23)
|
|
674
|
+
* (bluefox) Updated packages
|
|
675
|
+
* (bluefox) Made getStates method in legacy connection compatible with new one
|
|
676
|
+
|
|
673
677
|
### 4.7.3 (2023-11-08)
|
|
674
678
|
* (bluefox) Updated packages
|
|
675
679
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@iobroker/adapter-react-v5",
|
|
3
|
-
"version": "4.7.
|
|
3
|
+
"version": "4.7.4",
|
|
4
4
|
"description": "React classes to develop admin interfaces for ioBroker with react.",
|
|
5
5
|
"author": {
|
|
6
6
|
"name": "Denis Haev (bluefox)",
|
|
@@ -30,18 +30,18 @@
|
|
|
30
30
|
"@emotion/react": "^11.11.1",
|
|
31
31
|
"@emotion/styled": "^11.11.0",
|
|
32
32
|
"@iobroker/socket-client": "^2.3.11",
|
|
33
|
-
"@mui/icons-material": "^5.14.
|
|
33
|
+
"@mui/icons-material": "^5.14.18",
|
|
34
34
|
"@mui/material": "5.14.14",
|
|
35
35
|
"@mui/styles": "5.14.14",
|
|
36
|
-
"@mui/x-date-pickers": "^6.18.
|
|
37
|
-
"@sentry/browser": "^7.
|
|
38
|
-
"@sentry/integrations": "^7.
|
|
36
|
+
"@mui/x-date-pickers": "^6.18.2",
|
|
37
|
+
"@sentry/browser": "^7.81.1",
|
|
38
|
+
"@sentry/integrations": "^7.81.1",
|
|
39
39
|
"@types/iobroker": "^4.0.5",
|
|
40
40
|
"react-color": "^2.19.3",
|
|
41
41
|
"react-colorful": "^5.6.1",
|
|
42
42
|
"react-cropper": "^2.3.3",
|
|
43
43
|
"react-dropzone": "^14.2.3",
|
|
44
|
-
"react-icons": "^4.
|
|
44
|
+
"react-icons": "^4.12.0",
|
|
45
45
|
"react-inlinesvg": "4.0.3",
|
|
46
46
|
"react-text-mask": "^5.5.0"
|
|
47
47
|
}
|