File tree Expand file tree Collapse file tree 7 files changed +33
-14
lines changed Expand file tree Collapse file tree 7 files changed +33
-14
lines changed Original file line number Diff line number Diff line change 1
1
# Change Log
2
2
3
+ ## [ 5.35.0] ( https://github.com/GetStream/stream-chat-react-native/compare/v5.34.0...v5.35.0 ) (2024-08-19)
4
+
5
+
6
+ ### Features
7
+
8
+ * make cameraroll library optional ([ #2604 ] ( https://github.com/GetStream/stream-chat-react-native/issues/2604 ) ) ([ d7152f9] ( https://github.com/GetStream/stream-chat-react-native/commit/d7152f97967a0a63ff5fd612a6d42ab200de5c57 ) )
9
+
10
+
11
+ ### Bug Fixes
12
+
13
+ * attachment picker error component default height ([ f0299cb] ( https://github.com/GetStream/stream-chat-react-native/commit/f0299cb71d5e3c36bda689c59dec29949a3b687d ) )
14
+ * enable frozen channel message actions behaviour ([ #2598 ] ( https://github.com/GetStream/stream-chat-react-native/issues/2598 ) ) ([ eb4ae4c] ( https://github.com/GetStream/stream-chat-react-native/commit/eb4ae4cabb1208e07b776bfadbad63fe4fe06a45 ) )
15
+ * image gallery component theme arrangment ([ 3926168] ( https://github.com/GetStream/stream-chat-react-native/commit/392616848f4e7aa9fef2da249d489b308cccfbb8 ) )
16
+ * make react-native-image-crop-picker optional ([ #2603 ] ( https://github.com/GetStream/stream-chat-react-native/issues/2603 ) ) ([ 3acc942] ( https://github.com/GetStream/stream-chat-react-native/commit/3acc9421e11dc3c26fa0225951214e43603d05e5 ) )
17
+ * message list empty state rerender null issue ([ 65447fe] ( https://github.com/GetStream/stream-chat-react-native/commit/65447fe282c473193c8d4b26be56f5f09f5b98c4 ) )
18
+ * message read state according to actual read count ([ #2609 ] ( https://github.com/GetStream/stream-chat-react-native/issues/2609 ) ) ([ cfb9d81] ( https://github.com/GetStream/stream-chat-react-native/commit/cfb9d815dd75c120d446706cf5c7dd76912fdb05 ) )
19
+ * re render issue for message text around i18n ([ #2607 ] ( https://github.com/GetStream/stream-chat-react-native/issues/2607 ) ) ([ a95a907] ( https://github.com/GetStream/stream-chat-react-native/commit/a95a9075817d6ff718a0d7c66c60ae56d2d28f1d ) )
20
+ * Theme color overrides durationText ([ #2613 ] ( https://github.com/GetStream/stream-chat-react-native/issues/2613 ) ) ([ 965fac3] ( https://github.com/GetStream/stream-chat-react-native/commit/965fac395564e9366be45492f31f48c9c5242b5b ) )
21
+
3
22
## [ 5.34.0] ( https://github.com/GetStream/stream-chat-react-native/compare/v5.33.1...v5.34.0 ) (2024-07-29)
4
23
5
24
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " stream-chat-expo" ,
3
3
"description" : " The official Expo SDK for Stream Chat, a service for building chat applications" ,
4
- "version" : " 5.34 .0" ,
4
+ "version" : " 5.35 .0" ,
5
5
"author" : {
6
6
"company" : " Stream.io Inc" ,
7
7
"name" : " Stream.io Inc"
10
10
"main" : " src/index.js" ,
11
11
"types" : " types/index.d.ts" ,
12
12
"dependencies" : {
13
- "stream-chat-react-native-core" : " 5.34 .0"
13
+ "stream-chat-react-native-core" : " 5.35 .0"
14
14
},
15
15
"peerDependencies" : {
16
16
"@react-native-community/netinfo" : " >=6.0.0" ,
Original file line number Diff line number Diff line change @@ -2929,10 +2929,10 @@ stream-buffers@2.2.x:
2929
2929
resolved "https://registry.yarnpkg.com/stream-buffers/-/stream-buffers-2.2.0.tgz#91d5f5130d1cef96dcfa7f726945188741d09ee4"
2930
2930
integrity sha512-uyQK/mx5QjHun80FLJTfaWE7JtwfRMKBLkMne6udYOmvH0CawotVa7TfgYHzAnpphn4+TweIx1QKMnRIbipmUg==
2931
2931
2932
- stream-chat-react-native-core@5.33.1 :
2933
- version "5.33.1 "
2934
- resolved "https://registry.yarnpkg.com/stream-chat-react-native-core/-/stream-chat-react-native-core-5.33.1 .tgz#d9e7847469d3ffb6e7fd35fbb7b720f2e25d172e "
2935
- integrity sha512-TCDmChJe07cYyL3sErc6qycRFMA+HbflCKRGrFvVvpU0RdWJljaqiOo3avFSauciSnQxx9WxzTkMism8YsFHcQ ==
2932
+ stream-chat-react-native-core@5.34.0 :
2933
+ version "5.34.0 "
2934
+ resolved "https://registry.yarnpkg.com/stream-chat-react-native-core/-/stream-chat-react-native-core-5.34.0 .tgz#afafe8694809231b8b4355908068aa28f744e5f7 "
2935
+ integrity sha512-4MOh/ZpQgMsaE2TNZM6QsGQp5lFxNeFB3JNkuoZGXJxVVFaMG+ow+rlyorABZTGxnxVnZtgbNWqJqvU2eUFPcA ==
2936
2936
dependencies :
2937
2937
" @gorhom/bottom-sheet" " 4.4.8"
2938
2938
dayjs "1.10.5"
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " stream-chat-react-native" ,
3
3
"description" : " The official React Native SDK for Stream Chat, a service for building chat applications" ,
4
- "version" : " 5.34 .0" ,
4
+ "version" : " 5.35 .0" ,
5
5
"author" : {
6
6
"company" : " Stream.io Inc" ,
7
7
"name" : " Stream.io Inc"
11
11
"types" : " types/index.d.ts" ,
12
12
"dependencies" : {
13
13
"es6-symbol" : " ^3.1.3" ,
14
- "stream-chat-react-native-core" : " 5.34 .0"
14
+ "stream-chat-react-native-core" : " 5.35 .0"
15
15
},
16
16
"peerDependencies" : {
17
17
"@react-native-camera-roll/camera-roll" : " >=5.0.0" ,
Original file line number Diff line number Diff line change @@ -4244,10 +4244,10 @@ statuses@~1.5.0:
4244
4244
resolved "https://registry.yarnpkg.com/statuses/-/statuses-1.5.0.tgz#161c7dac177659fd9811f43771fa99381478628c"
4245
4245
integrity sha512-OpZ3zP+jT1PI7I8nemJX4AKmAX070ZkYPVWV/AaKTJl+tXCTGyVdC1a4SL8RUQYEwk/f34ZX8UTykN68FwrqAA==
4246
4246
4247
- stream-chat-react-native-core@5.33.1 :
4248
- version "5.33.1 "
4249
- resolved "https://registry.yarnpkg.com/stream-chat-react-native-core/-/stream-chat-react-native-core-5.33.1 .tgz#d9e7847469d3ffb6e7fd35fbb7b720f2e25d172e "
4250
- integrity sha512-TCDmChJe07cYyL3sErc6qycRFMA+HbflCKRGrFvVvpU0RdWJljaqiOo3avFSauciSnQxx9WxzTkMism8YsFHcQ ==
4247
+ stream-chat-react-native-core@5.34.0 :
4248
+ version "5.34.0 "
4249
+ resolved "https://registry.yarnpkg.com/stream-chat-react-native-core/-/stream-chat-react-native-core-5.34.0 .tgz#afafe8694809231b8b4355908068aa28f744e5f7 "
4250
+ integrity sha512-4MOh/ZpQgMsaE2TNZM6QsGQp5lFxNeFB3JNkuoZGXJxVVFaMG+ow+rlyorABZTGxnxVnZtgbNWqJqvU2eUFPcA ==
4251
4251
dependencies :
4252
4252
" @gorhom/bottom-sheet" " 4.4.8"
4253
4253
dayjs "1.10.5"
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " stream-chat-react-native-core" ,
3
3
"description" : " The official React Native and Expo components for Stream Chat, a service for building chat applications" ,
4
- "version" : " 5.34 .0" ,
4
+ "version" : " 5.35 .0" ,
5
5
"author" : {
6
6
"company" : " Stream.io Inc" ,
7
7
"name" : " Stream.io Inc"
Original file line number Diff line number Diff line change 1
1
{
2
- "version" : " 5.34 .0"
2
+ "version" : " 5.35 .0"
3
3
}
You can’t perform that action at this time.
0 commit comments