@iobroker/adapter-react-v5 4.13.2 → 4.13.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.
Files changed (2) hide show
  1. package/README.md +261 -261
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -669,414 +669,414 @@ socket.getObjectViewCustom('custom', 'state', 'startKey', 'endKey')
669
669
  ### **WORK IN PROGRESS**
670
670
  -->
671
671
 
672
- ## Changelog
673
- ### 4.13.2 (2024-04-01)
674
- * (bluefox) used new connection classes
675
-
672
+ ## Changelog
673
+ ### 4.13.3 (2024-04-01)
674
+ * (bluefox) used new connection classes
675
+
676
676
  ### 4.12.3 (2024-03-30)
677
- * (bluefox) Migrated legacy connection to typescript
678
-
677
+ * (bluefox) Migrated legacy connection to typescript
678
+
679
679
  ### 4.12.2 (2024-03-25)
680
- * (bluefox) Added support for remote cloud
681
-
680
+ * (bluefox) Added support for remote cloud
681
+
682
682
  ### 4.11.6 (2024-03-19)
683
- * (bluefox) Corrected rendering of LoaderMV
684
-
683
+ * (bluefox) Corrected rendering of LoaderMV
684
+
685
685
  ### 4.11.4 (2024-03-18)
686
- * (bluefox) Corrected types of IconPicker
687
-
686
+ * (bluefox) Corrected types of IconPicker
687
+
688
688
  ### 4.11.3 (2024-03-17)
689
- * (bluefox) Made filters for the file selector dialog optional
690
-
689
+ * (bluefox) Made filters for the file selector dialog optional
690
+
691
691
  ### 4.11.2 (2024-03-16)
692
- * (bluefox) Migrated GenericApp to typescript
693
-
692
+ * (bluefox) Migrated GenericApp to typescript
693
+
694
694
  ### 4.10.4 (2024-03-16)
695
- * (bluefox) Migrated some components to typescript
696
-
695
+ * (bluefox) Migrated some components to typescript
696
+
697
697
  ### 4.10.1 (2024-03-11)
698
- * (bluefox) Migrated some components to typescript
699
-
698
+ * (bluefox) Migrated some components to typescript
699
+
700
700
  ### 4.9.11 (2024-03-08)
701
- * (foxriver76) type GenericApp socket correctly
702
-
701
+ * (foxriver76) type GenericApp socket correctly
702
+
703
703
  ### 4.9.10 (2024-02-21)
704
704
  * (bluefox) translations
705
- * (bluefox) updated json config
706
-
705
+ * (bluefox) updated json config
706
+
707
707
  ### 4.9.9 (2024-02-16)
708
- * (foxriver76) also check plugin state of instance to see if Sentry is explicitly disabled
709
-
708
+ * (foxriver76) also check plugin state of instance to see if Sentry is explicitly disabled
709
+
710
710
  ### 4.9.8 (2024-02-13)
711
- * (bluefox) allowed hiding wizard in cron dialog
712
-
711
+ * (bluefox) allowed hiding wizard in cron dialog
712
+
713
713
  ### 4.9.7 (2024-02-03)
714
- * (foxriver76) allow passing down the instance number do avoid determining from url
715
-
714
+ * (foxriver76) allow passing down the instance number do avoid determining from url
715
+
716
716
  ### 4.9.5 (2024-01-01)
717
- * (foxriver76) make `copyToClipboard` event parameter optional
718
-
717
+ * (foxriver76) make `copyToClipboard` event parameter optional
718
+
719
719
  ### 4.9.4 (2024-01-01)
720
- * (foxriver76) try to fix `SelectID` scrolling
721
-
720
+ * (foxriver76) try to fix `SelectID` scrolling
721
+
722
722
  ### 4.9.2 (2023-12-30)
723
- * (foxriver76) bump version of `@iobroker/json-config`
724
-
723
+ * (foxriver76) bump version of `@iobroker/json-config`
724
+
725
725
  ### 4.9.1 (2023-12-22)
726
- * (foxriver76) `@iobroker/json-config` moved to real dependencies
727
-
726
+ * (foxriver76) `@iobroker/json-config` moved to real dependencies
727
+
728
728
  ### 4.9.0 (2023-12-22)
729
729
  * (foxriver76) migrate to `@iobroker/json-config` module to have a single point of truth
730
- * (bluefox) Allowed using of `filterFunc` as string
731
-
730
+ * (bluefox) Allowed using of `filterFunc` as string
731
+
732
732
  ### 4.8.1 (2023-12-14)
733
- * (bluefox) Added Device manager to JSON Config
734
-
733
+ * (bluefox) Added Device manager to JSON Config
734
+
735
735
  ### 4.7.15 (2023-12-12)
736
- * (bluefox) Corrected parsing of a text
737
-
736
+ * (bluefox) Corrected parsing of a text
737
+
738
738
  ### 4.7.13 (2023-12-10)
739
- * (bluefox) Added possibility to define the root style and embedded property
740
-
739
+ * (bluefox) Added possibility to define the root style and embedded property
740
+
741
741
  ### 4.7.11 (2023-12-06)
742
- * (bluefox) Extended color picker with "noInputField" option
743
-
742
+ * (bluefox) Extended color picker with "noInputField" option
743
+
744
744
  ### 4.7.9 (2023-12-04)
745
- * (bluefox) Corrected the icon picker
746
-
745
+ * (bluefox) Corrected the icon picker
746
+
747
747
  ### 4.7.8 (2023-12-04)
748
- * (foxriver76) port to `@iobroker/types`
749
-
748
+ * (foxriver76) port to `@iobroker/types`
749
+
750
750
  ### 4.7.6 (2023-11-29)
751
- * (bluefox) Added translations
752
-
751
+ * (bluefox) Added translations
752
+
753
753
  ### 4.7.5 (2023-11-28)
754
- * (bluefox) Corrected subscribe on objects in the legacy connection
755
-
754
+ * (bluefox) Corrected subscribe on objects in the legacy connection
755
+
756
756
  ### 4.7.4 (2023-11-23)
757
757
  * (bluefox) Updated packages
758
- * (bluefox) Made getStates method in legacy connection compatible with new one
759
-
758
+ * (bluefox) Made getStates method in legacy connection compatible with new one
759
+
760
760
  ### 4.7.3 (2023-11-08)
761
- * (bluefox) Updated packages
762
-
761
+ * (bluefox) Updated packages
762
+
763
763
  ### 4.7.2 (2023-11-03)
764
764
  * (foxriver76) fixed problem with color picker, where editing TextField was buggy
765
- * (foxriver76) fixed light mode color of a path in FileBrowser
766
-
765
+ * (foxriver76) fixed light mode color of a path in FileBrowser
766
+
767
767
  ### 4.7.0 (2023-10-31)
768
768
  * (bluefox) Synced with admin
769
- * (bluefox) Added GIF to image files
770
-
769
+ * (bluefox) Added GIF to image files
770
+
771
771
  ### 4.6.7 (2023-10-19)
772
- * (bluefox) Added return value for `subscribeOnInstance` for Connection class
773
-
772
+ * (bluefox) Added return value for `subscribeOnInstance` for Connection class
773
+
774
774
  ### 4.6.6 (2023-10-13)
775
- * (bluefox) Fixed the legacy connection
776
-
775
+ * (bluefox) Fixed the legacy connection
776
+
777
777
  ### 4.6.5 (2023-10-12)
778
- * (foxriver76) fixed object browser with date
779
-
778
+ * (foxriver76) fixed object browser with date
779
+
780
780
  ### 4.6.4 (2023-10-11)
781
- * (bluefox) Updated the packages
782
-
781
+ * (bluefox) Updated the packages
782
+
783
783
  ### 4.6.3 (2023-10-09)
784
784
  * (bluefox) Just updated the packages
785
- * (bluefox) Synced with admin
786
-
785
+ * (bluefox) Synced with admin
786
+
787
787
  ### 4.6.2 (2023-09-29)
788
- * (bluefox) Experimental feature added: update states on re-subscribe
789
-
788
+ * (bluefox) Experimental feature added: update states on re-subscribe
789
+
790
790
  ### 4.5.5 (2023-09-27)
791
- * (bluefox) Added export for IconNoIcon
792
-
791
+ * (bluefox) Added export for IconNoIcon
792
+
793
793
  ### 4.5.4 (2023-09-17)
794
- * (bluefox) Added the restricting to folder property for select file dialog
795
-
794
+ * (bluefox) Added the restricting to folder property for select file dialog
795
+
796
796
  ### 4.5.3 (2023-08-20)
797
- * (foxriver76) fixed css classes of TableResize, see https://github.com/ioBroker/ioBroker.admin/issues/1860
798
-
797
+ * (foxriver76) fixed css classes of TableResize, see https://github.com/ioBroker/ioBroker.admin/issues/1860
798
+
799
799
  ### 4.5.2 (2023-08-20)
800
- * (foxriver76) added missing export of TableResize
801
-
800
+ * (foxriver76) added missing export of TableResize
801
+
802
802
  ### 4.5.1 (2023-08-19)
803
- * (foxriver76) fix dialog TextInput
804
-
803
+ * (foxriver76) fix dialog TextInput
804
+
805
805
  ### 4.5.0 (2023-08-18)
806
- * (bluefox) Synchronize components with admin
807
-
806
+ * (bluefox) Synchronize components with admin
807
+
808
808
  ### 4.4.8 (2023-08-17)
809
- * (bluefox) Added translations
810
-
809
+ * (bluefox) Added translations
810
+
811
811
  ### 4.4.7 (2023-08-10)
812
812
  * (bluefox) Added `subscribeStateAsync` method to wait for answer
813
- * (bluefox) Added support for arrays for un/subscriptions
814
-
813
+ * (bluefox) Added support for arrays for un/subscriptions
814
+
815
815
  ### 4.4.5 (2023-08-01)
816
- * (bluefox) Updated packages
817
-
816
+ * (bluefox) Updated packages
817
+
818
818
  ### 4.3.3 (2023-07-28)
819
- * (bluefox) Added translations
820
-
819
+ * (bluefox) Added translations
820
+
821
821
  ### 4.3.0 (2023-07-19)
822
822
  * (bluefox) Updated packages
823
823
  * (bluefox) Added translations
824
824
  * (bluefox) Synced object browser
825
- * (bluefox) formatting
826
-
825
+ * (bluefox) formatting
826
+
827
827
  ### 4.2.1 (2023-07-17)
828
828
  * (bluefox) Updated packages
829
- * (bluefox) Added translations
830
-
829
+ * (bluefox) Added translations
830
+
831
831
  ### 4.2.0 (2023-07-07)
832
832
  * (bluefox) Updated packages
833
- * (bluefox) Added new method `getObjectsById` to the socket communication
834
-
833
+ * (bluefox) Added new method `getObjectsById` to the socket communication
834
+
835
835
  ### 4.1.2 (2023-06-20)
836
- * (bluefox) Allowed setting theme name directly by theme toggle
837
-
836
+ * (bluefox) Allowed setting theme name directly by theme toggle
837
+
838
838
  ### 4.1.0 (2023-05-10)
839
- * (bluefox) `craco-module-federation.js` was added. For node 16
840
-
839
+ * (bluefox) `craco-module-federation.js` was added. For node 16
840
+
841
841
  ### 4.0.27 (2023-05-09)
842
- * (bluefox) Allowed showing only specific root in SelectIDDialog
843
-
842
+ * (bluefox) Allowed showing only specific root in SelectIDDialog
843
+
844
844
  ### 4.0.26 (2023-05-08)
845
- * (bluefox) Added IDs to the buttons in the dialog for GUI tests
846
-
845
+ * (bluefox) Added IDs to the buttons in the dialog for GUI tests
846
+
847
847
  ### 4.0.25 (2023-04-23)
848
- * (bluefox) Extended `TextWithIcon` with defined color and icon
849
-
848
+ * (bluefox) Extended `TextWithIcon` with defined color and icon
849
+
850
850
  ### 4.0.24 (2023-04-03)
851
- * (bluefox) Updated the file selector in tile mode
852
-
851
+ * (bluefox) Updated the file selector in tile mode
852
+
853
853
  ### 4.0.23 (2023-03-27)
854
- * (bluefox) Added translations
855
-
854
+ * (bluefox) Added translations
855
+
856
856
  ### 4.0.22 (2023-03-22)
857
- * (bluefox) Re-Activate legacy connection
858
-
857
+ * (bluefox) Re-Activate legacy connection
858
+
859
859
  ### 4.0.21 (2023-03-22)
860
- * (bluefox) Added translations
861
-
860
+ * (bluefox) Added translations
861
+
862
862
  ### 4.0.20 (2023-03-21)
863
- * (bluefox) Color picker was improved
864
-
863
+ * (bluefox) Color picker was improved
864
+
865
865
  ### 4.0.19 (2023-03-20)
866
866
  * (bluefox) Packages were updated
867
- * (bluefox) Added new translations
868
-
867
+ * (bluefox) Added new translations
868
+
869
869
  ### 4.0.18 (2023-03-16)
870
- * (bluefox) Packages were updated
871
-
870
+ * (bluefox) Packages were updated
871
+
872
872
  ### 4.0.17 (2023-03-15)
873
873
  * (bluefox) Added translations
874
- * (bluefox) Added port controller to JSON config
875
-
874
+ * (bluefox) Added port controller to JSON config
875
+
876
876
  ### 4.0.15 (2023-03-12)
877
- * (bluefox) Updated the object browser and file browser
878
-
877
+ * (bluefox) Updated the object browser and file browser
878
+
879
879
  ### 4.0.14 (2023-03-03)
880
- * (bluefox) added handler of alert messages
881
-
880
+ * (bluefox) added handler of alert messages
881
+
882
882
  ### 4.0.13 (2023-02-15)
883
- * (bluefox) Corrected the theme button
884
-
883
+ * (bluefox) Corrected the theme button
884
+
885
885
  ### 4.0.12 (2023-02-15)
886
- * (bluefox) made the fix for `echarts`
887
-
886
+ * (bluefox) made the fix for `echarts`
887
+
888
888
  ### 4.0.11 (2023-02-14)
889
889
  * (bluefox) Updated packages
890
- * (bluefox) The `chartReady` event was omitted
891
-
890
+ * (bluefox) The `chartReady` event was omitted
891
+
892
892
  ### 4.0.10 (2023-02-10)
893
893
  * (bluefox) Updated packages
894
- * (bluefox) made the fix for `material`
895
-
894
+ * (bluefox) made the fix for `material`
895
+
896
896
  ### 4.0.9 (2023-02-02)
897
- * (bluefox) Updated packages
898
-
897
+ * (bluefox) Updated packages
898
+
899
899
  ### 4.0.8 (2022-12-19)
900
- * (bluefox) Extended socket with `log` command
901
-
900
+ * (bluefox) Extended socket with `log` command
901
+
902
902
  ### 4.0.6 (2022-12-19)
903
- * (bluefox) Corrected URL for the connection
904
-
903
+ * (bluefox) Corrected URL for the connection
904
+
905
905
  ### 4.0.5 (2022-12-14)
906
- * (bluefox) Added support of custom palette for color picker
907
-
906
+ * (bluefox) Added support of custom palette for color picker
907
+
908
908
  ### 4.0.2 (2022-12-01)
909
- * (bluefox) use `@iobroker/socket-client` instead of `Connection.js`
910
-
909
+ * (bluefox) use `@iobroker/socket-client` instead of `Connection.js`
910
+
911
911
  ### 3.5.3 (2022-11-30)
912
- * (bluefox) Improved `renderTextWithA` function to support `<b>` and `<i>` tags
913
-
912
+ * (bluefox) Improved `renderTextWithA` function to support `<b>` and `<i>` tags
913
+
914
914
  ### 3.5.2 (2022-11-30)
915
- * (bluefox) updated json config component
916
-
915
+ * (bluefox) updated json config component
916
+
917
917
  ### 3.4.1 (2022-11-29)
918
- * (bluefox) Added button text for message dialog
919
-
918
+ * (bluefox) Added button text for message dialog
919
+
920
920
  ### 3.4.0 (2022-11-29)
921
- * (bluefox) Added file selector
922
-
921
+ * (bluefox) Added file selector
922
+
923
923
  ### 3.3.0 (2022-11-26)
924
- * (bluefox) Added subscribe on files
925
-
924
+ * (bluefox) Added subscribe on files
925
+
926
926
  ### 3.2.7 (2022-11-13)
927
- * (bluefox) Added `fullWidth` property to `Dialog`
928
-
927
+ * (bluefox) Added `fullWidth` property to `Dialog`
928
+
929
929
  ### 3.2.6 (2022-11-08)
930
- * (xXBJXx) Improved TreeTable component
931
-
930
+ * (xXBJXx) Improved TreeTable component
931
+
932
932
  ### 3.2.5 (2022-11-08)
933
- * (bluefox) Added the role filter for the object browser
934
-
933
+ * (bluefox) Added the role filter for the object browser
934
+
935
935
  ### 3.2.4 (2022-11-03)
936
- * (bluefox) Added support for alfa channel for `invertColor`
937
-
936
+ * (bluefox) Added support for alfa channel for `invertColor`
937
+
938
938
  ### 3.2.3 (2022-10-26)
939
- * (bluefox) Corrected expert mode for object browser
940
-
939
+ * (bluefox) Corrected expert mode for object browser
940
+
941
941
  ### 3.2.2 (2022-10-25)
942
- * (bluefox) Added support for prefixes for translations
943
-
942
+ * (bluefox) Added support for prefixes for translations
943
+
944
944
  ### 3.2.1 (2022-10-24)
945
- * (bluefox) Corrected color inversion
946
-
945
+ * (bluefox) Corrected color inversion
946
+
947
947
  ### 3.2.0 (2022-10-19)
948
- * (bluefox) Added ukrainian translation
949
-
948
+ * (bluefox) Added ukrainian translation
949
+
950
950
  ### 3.1.35 (2022-10-17)
951
- * (bluefox) small changes for material
952
-
951
+ * (bluefox) small changes for material
952
+
953
953
  ### 3.1.34 (2022-08-24)
954
- * (bluefox) Implemented fallback to english by translations
955
-
954
+ * (bluefox) Implemented fallback to english by translations
955
+
956
956
  ### 3.1.33 (2022-08-24)
957
- * (bluefox) Added support for onchange flag
958
-
957
+ * (bluefox) Added support for onchange flag
958
+
959
959
  ### 3.1.30 (2022-08-23)
960
960
  * (bluefox) Added method `getCompactSystemRepositories`
961
- * (bluefox) corrected error in `ObjectBrowser`
962
-
961
+ * (bluefox) corrected error in `ObjectBrowser`
962
+
963
963
  ### 3.1.27 (2022-08-01)
964
- * (bluefox) Disable file editing in FileViewer
965
-
964
+ * (bluefox) Disable file editing in FileViewer
965
+
966
966
  ### 3.1.26 (2022-08-01)
967
967
  * (bluefox) Added translations
968
- * (bluefox) JSON schema was extended with missing definitions
969
-
968
+ * (bluefox) JSON schema was extended with missing definitions
969
+
970
970
  ### 3.1.24 (2022-07-28)
971
- * (bluefox) Updated file browser and object browser
972
-
971
+ * (bluefox) Updated file browser and object browser
972
+
973
973
  ### 3.1.23 (2022-07-25)
974
- * (bluefox) Extend custom filter for object selector
975
-
974
+ * (bluefox) Extend custom filter for object selector
975
+
976
976
  ### 3.1.22 (2022-07-22)
977
- * (bluefox) Added i18n tools for development
978
-
977
+ * (bluefox) Added i18n tools for development
978
+
979
979
  ### 3.1.20 (2022-07-14)
980
- * (bluefox) Allowed to show select dialog with the expert mode enabled
981
-
980
+ * (bluefox) Allowed to show select dialog with the expert mode enabled
981
+
982
982
  ### 3.1.19 (2022-07-08)
983
- * (bluefox) Allowed extending translations for all languages together
984
-
983
+ * (bluefox) Allowed extending translations for all languages together
984
+
985
985
  ### 3.1.18 (2022-07-06)
986
- * (bluefox) Added translation
987
-
986
+ * (bluefox) Added translation
987
+
988
988
  ### 3.1.17 (2022-07-05)
989
- * (bluefox) Deactivate JSON editor for JSONConfig because of space
990
-
989
+ * (bluefox) Deactivate JSON editor for JSONConfig because of space
990
+
991
991
  ### 3.1.16 (2022-06-27)
992
- * (bluefox) Update object browser
993
-
992
+ * (bluefox) Update object browser
993
+
994
994
  ### 3.1.15 (2022-06-27)
995
- * (bluefox) Allowed using of spaces in name
996
-
995
+ * (bluefox) Allowed using of spaces in name
996
+
997
997
  ### 3.1.14 (2022-06-23)
998
- * (bluefox) Added translations
999
-
998
+ * (bluefox) Added translations
999
+
1000
1000
  ### 3.1.11 (2022-06-22)
1001
- * (bluefox) Added preparations for iobroker cloud
1002
-
1001
+ * (bluefox) Added preparations for iobroker cloud
1002
+
1003
1003
  ### 3.1.10 (2022-06-22)
1004
- * (bluefox) Added translations
1005
-
1004
+ * (bluefox) Added translations
1005
+
1006
1006
  ### 3.1.9 (2022-06-20)
1007
- * (bluefox) Allowed working behind reverse proxy
1008
-
1007
+ * (bluefox) Allowed working behind reverse proxy
1008
+
1009
1009
  ### 3.1.7 (2022-06-19)
1010
- * (bluefox) Added file select dialog
1011
-
1010
+ * (bluefox) Added file select dialog
1011
+
1012
1012
  ### 3.1.3 (2022-06-13)
1013
- * (bluefox) Added table with resized headers
1014
-
1013
+ * (bluefox) Added table with resized headers
1014
+
1015
1015
  ### 3.1.2 (2022-06-09)
1016
- * (bluefox) Added new document icon (read only)
1017
-
1016
+ * (bluefox) Added new document icon (read only)
1017
+
1018
1018
  ### 3.1.1 (2022-06-09)
1019
- * (bluefox) Allowed working behind reverse proxy
1020
-
1019
+ * (bluefox) Allowed working behind reverse proxy
1020
+
1021
1021
  ### 3.1.0 (2022-06-07)
1022
- * (bluefox) Some german texts were corrected
1023
-
1022
+ * (bluefox) Some german texts were corrected
1023
+
1024
1024
  ### 3.0.17 (2022-06-03)
1025
- * (bluefox) Allowed calling getAdapterInstances not for admin too
1026
-
1025
+ * (bluefox) Allowed calling getAdapterInstances not for admin too
1026
+
1027
1027
  ### 3.0.15 (2022-06-01)
1028
- * (bluefox) Updated JsonConfigComponent: password, table
1029
-
1028
+ * (bluefox) Updated JsonConfigComponent: password, table
1029
+
1030
1030
  ### 3.0.14 (2022-05-25)
1031
- * (bluefox) Added ConfigGeneric to import
1032
-
1031
+ * (bluefox) Added ConfigGeneric to import
1032
+
1033
1033
  ### 3.0.7 (2022-05-25)
1034
- * (bluefox) Made the module definitions
1035
-
1034
+ * (bluefox) Made the module definitions
1035
+
1036
1036
  ### 3.0.6 (2022-05-25)
1037
- * (bluefox) Added JsonConfigComponent
1038
-
1037
+ * (bluefox) Added JsonConfigComponent
1038
+
1039
1039
  ### 2.1.11 (2022-05-24)
1040
- * (bluefox) Update file browser. It supports now the file changed events.
1041
-
1040
+ * (bluefox) Update file browser. It supports now the file changed events.
1041
+
1042
1042
  ### 2.1.10 (2022-05-24)
1043
- * (bluefox) Corrected object browser
1044
-
1043
+ * (bluefox) Corrected object browser
1044
+
1045
1045
  ### 2.1.9 (2022-05-16)
1046
- * (bluefox) Corrected expert mode in object browser
1047
-
1046
+ * (bluefox) Corrected expert mode in object browser
1047
+
1048
1048
  ### 2.1.7 (2022-05-09)
1049
1049
  * (bluefox) Changes were synchronized with adapter-react-v5
1050
- * (bluefox) Added `I18n.disableWarning` method
1051
-
1050
+ * (bluefox) Added `I18n.disableWarning` method
1051
+
1052
1052
  ### 2.1.6 (2022-03-28)
1053
1053
  * (bluefox) Added `log` method to connection
1054
- * (bluefox) Corrected translations
1055
-
1054
+ * (bluefox) Corrected translations
1055
+
1056
1056
  ### 2.1.1 (2022-03-27)
1057
- * (bluefox) Corrected error in TreeTable
1058
-
1057
+ * (bluefox) Corrected error in TreeTable
1058
+
1059
1059
  ### 2.1.0 (2022-03-26)
1060
- * (bluefox) BREAKING_CHANGE: Corrected error with readFile(base64=false)
1061
-
1060
+ * (bluefox) BREAKING_CHANGE: Corrected error with readFile(base64=false)
1061
+
1062
1062
  ### 2.0.0 (2022-03-26)
1063
- * (bluefox) Initial version
1064
-
1063
+ * (bluefox) Initial version
1064
+
1065
1065
  ### 0.1.0 (2022-03-23)
1066
- * (bluefox) Fixed theme errors
1067
-
1066
+ * (bluefox) Fixed theme errors
1067
+
1068
1068
  ### 0.0.4 (2022-03-22)
1069
- * (bluefox) Fixed eslint warnings
1070
-
1069
+ * (bluefox) Fixed eslint warnings
1070
+
1071
1071
  ### 0.0.3 (2022-03-19)
1072
- * (bluefox) beta version
1073
-
1072
+ * (bluefox) beta version
1073
+
1074
1074
  ### 0.0.2 (2022-02-24)
1075
- * (bluefox) try to publish a first version
1076
-
1075
+ * (bluefox) try to publish a first version
1076
+
1077
1077
  ### 0.0.1 (2022-02-24)
1078
- * initial commit
1079
-
1078
+ * initial commit
1079
+
1080
1080
  ## License
1081
1081
  The MIT License (MIT)
1082
1082
 
@@ -1098,4 +1098,4 @@ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1098
1098
  AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1099
1099
  LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1100
1100
  OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1101
- SOFTWARE.
1101
+ SOFTWARE.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@iobroker/adapter-react-v5",
3
- "version": "4.13.2",
3
+ "version": "4.13.3",
4
4
  "description": "React classes to develop admin interfaces for ioBroker with react.",
5
5
  "author": {
6
6
  "name": "Denis Haev (bluefox)",
@@ -31,7 +31,7 @@
31
31
  "@emotion/styled": "^11.11.5",
32
32
  "@iobroker/dm-utils": "^0.1.9",
33
33
  "@iobroker/json-config": "^6.15.2",
34
- "@iobroker/socket-client": "^2.4.1",
34
+ "@iobroker/socket-client": "^2.4.3",
35
35
  "@iobroker/types": "^5.0.19",
36
36
  "@iobroker/js-controller-common": "^5.0.19",
37
37
  "@iobroker/js-controller-common-db": "^5.0.19",