@iobroker/adapter-react-v5 3.2.2 → 3.2.3
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/ColorPicker.d.ts +1 -1
- package/Components/ColorPicker.js +77 -53
- package/Components/ColorPicker.js.map +1 -1
- package/Components/ObjectBrowser.d.ts +21 -24
- package/Components/ObjectBrowser.js +624 -655
- package/Components/ObjectBrowser.js.map +1 -1
- package/README.md +3 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -643,6 +643,9 @@ If you still have questions, try to find an answer [here](https://mui.com/guides
|
|
|
643
643
|
-->
|
|
644
644
|
|
|
645
645
|
## Changelog
|
|
646
|
+
### 3.2.3 (2022-10-26)
|
|
647
|
+
* (bluefox) Corrected expert mode for object browser
|
|
648
|
+
|
|
646
649
|
### 3.2.2 (2022-10-25)
|
|
647
650
|
* (bluefox) Added support of prefixes for translations
|
|
648
651
|
|