@iobroker/adapter-react-v5 4.7.2 → 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 +16 -16
- package/Components/ColorPicker.js.map +1 -1
- 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 +12 -5
- package/package.json +7 -7
package/README.md
CHANGED
|
@@ -670,9 +670,16 @@ 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
|
+
|
|
677
|
+
### 4.7.3 (2023-11-08)
|
|
678
|
+
* (bluefox) Updated packages
|
|
679
|
+
|
|
673
680
|
### 4.7.2 (2023-11-03)
|
|
674
681
|
* (foxriver76) fixed problem with color picker, where editing TextField was buggy
|
|
675
|
-
* (foxriver76) fixed light mode color of path in FileBrowser
|
|
682
|
+
* (foxriver76) fixed light mode color of a path in FileBrowser
|
|
676
683
|
|
|
677
684
|
### 4.7.0 (2023-10-31)
|
|
678
685
|
* (bluefox) Synced with admin
|
|
@@ -849,7 +856,7 @@ socket.getObjectViewCustom('custom', 'state', 'startKey', 'endKey')
|
|
|
849
856
|
* (bluefox) Corrected expert mode for object browser
|
|
850
857
|
|
|
851
858
|
### 3.2.2 (2022-10-25)
|
|
852
|
-
* (bluefox) Added support
|
|
859
|
+
* (bluefox) Added support for prefixes for translations
|
|
853
860
|
|
|
854
861
|
### 3.2.1 (2022-10-24)
|
|
855
862
|
* (bluefox) Corrected color inversion
|
|
@@ -902,7 +909,7 @@ socket.getObjectViewCustom('custom', 'state', 'startKey', 'endKey')
|
|
|
902
909
|
* (bluefox) Update object browser
|
|
903
910
|
|
|
904
911
|
### 3.1.15 (2022-06-27)
|
|
905
|
-
* (bluefox)
|
|
912
|
+
* (bluefox) Allowed using of spaces in name
|
|
906
913
|
|
|
907
914
|
### 3.1.14 (2022-06-23)
|
|
908
915
|
* (bluefox) Added translations
|
|
@@ -914,7 +921,7 @@ socket.getObjectViewCustom('custom', 'state', 'startKey', 'endKey')
|
|
|
914
921
|
* (bluefox) Added translations
|
|
915
922
|
|
|
916
923
|
### 3.1.9 (2022-06-20)
|
|
917
|
-
* (bluefox) Allowed
|
|
924
|
+
* (bluefox) Allowed working behind reverse proxy
|
|
918
925
|
|
|
919
926
|
### 3.1.7 (2022-06-19)
|
|
920
927
|
* (bluefox) Added file select dialog
|
|
@@ -926,7 +933,7 @@ socket.getObjectViewCustom('custom', 'state', 'startKey', 'endKey')
|
|
|
926
933
|
* (bluefox) Added new document icon (read only)
|
|
927
934
|
|
|
928
935
|
### 3.1.1 (2022-06-09)
|
|
929
|
-
* (bluefox) Allowed
|
|
936
|
+
* (bluefox) Allowed working behind reverse proxy
|
|
930
937
|
|
|
931
938
|
### 3.1.0 (2022-06-07)
|
|
932
939
|
* (bluefox) Some german texts were corrected
|
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
|
-
"@mui/styles": "5.14.
|
|
36
|
-
"@mui/x-date-pickers": "^6.
|
|
37
|
-
"@sentry/browser": "^7.
|
|
38
|
-
"@sentry/integrations": "^7.
|
|
35
|
+
"@mui/styles": "5.14.14",
|
|
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
|
}
|