@iobroker/adapter-react-v5 4.0.24 → 4.0.25
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/FileBrowser.js +2 -2
- package/Components/FileBrowser.js.map +1 -1
- package/Components/TextWithIcon.js +19 -11
- package/Components/TextWithIcon.js.map +1 -1
- package/Components/Utils.js +5 -5
- package/Components/Utils.js.map +1 -1
- package/Dialogs/Confirm.js.map +1 -1
- package/LegacyConnection.js +2 -2
- package/LegacyConnection.js.map +1 -1
- package/README.md +3 -0
- package/package.json +8 -8
package/README.md
CHANGED
|
@@ -661,6 +661,9 @@ socket.getObjectViewCustom('custom', 'state', 'startKey', 'endKey')
|
|
|
661
661
|
-->
|
|
662
662
|
|
|
663
663
|
## Changelog
|
|
664
|
+
### 4.0.25 (2023-04-23)
|
|
665
|
+
* (bluefox) Extended `TextWithIcon` with defined color and icon
|
|
666
|
+
|
|
664
667
|
### 4.0.24 (2023-04-03)
|
|
665
668
|
* (bluefox) Updated the file selector in tile mode
|
|
666
669
|
|
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.25",
|
|
4
4
|
"description": "React classes to develop admin interfaces for ioBroker with react.",
|
|
5
5
|
"author": {
|
|
6
6
|
"name": "bluefox",
|
|
@@ -29,14 +29,14 @@
|
|
|
29
29
|
"dependencies": {
|
|
30
30
|
"@emotion/react": "^11.10.6",
|
|
31
31
|
"@emotion/styled": "^11.10.6",
|
|
32
|
-
"@mui/icons-material": "^5.11.
|
|
33
|
-
"@mui/material": "^5.
|
|
34
|
-
"@mui/styles": "^5.
|
|
35
|
-
"@mui/x-date-pickers": "6.
|
|
32
|
+
"@mui/icons-material": "^5.11.16",
|
|
33
|
+
"@mui/material": "^5.12.1",
|
|
34
|
+
"@mui/styles": "^5.12.0",
|
|
35
|
+
"@mui/x-date-pickers": "6.2.1",
|
|
36
36
|
"@iobroker/socket-client": "^2.0.7",
|
|
37
|
-
"react-cropper": "^2.3.
|
|
38
|
-
"@sentry/browser": "^7.
|
|
39
|
-
"@sentry/integrations": "^7.
|
|
37
|
+
"react-cropper": "^2.3.3",
|
|
38
|
+
"@sentry/browser": "^7.49.0",
|
|
39
|
+
"@sentry/integrations": "^7.49.0",
|
|
40
40
|
"@types/iobroker": "^4.0.5",
|
|
41
41
|
"react-color": "^2.19.3",
|
|
42
42
|
"react-colorful": "^5.6.1",
|