@iobroker/adapter-react-v5 4.0.4 → 4.0.5
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/ObjectBrowser.js +88 -21
- package/Components/ObjectBrowser.js.map +1 -1
- package/README.md +2 -2
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -10,7 +10,7 @@ If you want to create the configuration page with react:
|
|
|
10
10
|
- Change `name` from `src` to `ADAPTERNAME-admin` (Of course replace `ADAPTERNAME` with yours)
|
|
11
11
|
- Add to devDependencies:
|
|
12
12
|
```
|
|
13
|
-
"@iobroker/adapter-react": "^4.0.
|
|
13
|
+
"@iobroker/adapter-react": "^4.0.5",
|
|
14
14
|
```
|
|
15
15
|
Versions can be higher.
|
|
16
16
|
So your src/package.json should look like:
|
|
@@ -660,7 +660,7 @@ socket.getObjectViewCustom('custom', 'state', 'startKey', 'endKey')
|
|
|
660
660
|
-->
|
|
661
661
|
|
|
662
662
|
## Changelog
|
|
663
|
-
### 4.0.
|
|
663
|
+
### 4.0.5 (2022-12-14)
|
|
664
664
|
* (bluefox) Added support of custom palette for color picker
|
|
665
665
|
|
|
666
666
|
### 4.0.2 (2022-12-01)
|