File tree Expand file tree Collapse file tree 7 files changed +38
-24
lines changed
Expand file tree Collapse file tree 7 files changed +38
-24
lines changed Original file line number Diff line number Diff line change 11# Change Log
22
3+ ## [ 6.5.0] ( https://github.com/GetStream/stream-chat-react-native/compare/v6.4.1...v6.5.0 ) (2025-02-05)
4+
5+
6+ ### Features
7+
8+ * add blockquote support for preview in message ([ #2929 ] ( https://github.com/GetStream/stream-chat-react-native/issues/2929 ) ) ([ fd1ccd5] ( https://github.com/GetStream/stream-chat-react-native/commit/fd1ccd5dcae651e4a8cb37258a61fb60f00f23a1 ) )
9+
10+
11+ ### Bug Fixes
12+
13+ * channel.visible not taking sort and pinned channels into account ([ #2925 ] ( https://github.com/GetStream/stream-chat-react-native/issues/2925 ) ) ([ f99d602] ( https://github.com/GetStream/stream-chat-react-native/commit/f99d60253c9167c280dd86efb7a733bdbdef88a6 ) )
14+ * progress bar hit slop for better touch ([ #2927 ] ( https://github.com/GetStream/stream-chat-react-native/issues/2927 ) ) ([ f3ce24c] ( https://github.com/GetStream/stream-chat-react-native/commit/f3ce24cc704f27c555ceb5e33356610e95ea3ae5 ) )
15+ * shorten the name of audio attachment files ([ #2930 ] ( https://github.com/GetStream/stream-chat-react-native/issues/2930 ) ) ([ f1c40af] ( https://github.com/GetStream/stream-chat-react-native/commit/f1c40aff4cdd2da8cba7fdf2514cc8049dc0b367 ) )
16+
317### [ 6.4.1] ( https://github.com/GetStream/stream-chat-react-native/compare/v6.4.0...v6.4.1 ) (2025-01-30)
418
519
Original file line number Diff line number Diff line change 11{
22 "name" : " stream-chat-expo" ,
33 "description" : " The official Expo SDK for Stream Chat, a service for building chat applications" ,
4- "version" : " 6.4.1 " ,
4+ "version" : " 6.5.0 " ,
55 "author" : {
66 "company" : " Stream.io Inc" ,
77 "name" : " Stream.io Inc"
1010 "main" : " src/index.js" ,
1111 "types" : " types/index.d.ts" ,
1212 "dependencies" : {
13- "stream-chat-react-native-core" : " 6.4.1 "
13+ "stream-chat-react-native-core" : " 6.5.0 "
1414 },
1515 "peerDependencies" : {
1616 "expo" : " >=51.0.0" ,
Original file line number Diff line number Diff line change @@ -5113,10 +5113,10 @@ stream-buffers@2.2.x, stream-buffers@~2.2.0:
51135113 resolved "https://registry.yarnpkg.com/stream-buffers/-/stream-buffers-2.2.0.tgz#91d5f5130d1cef96dcfa7f726945188741d09ee4"
51145114 integrity sha512-uyQK/mx5QjHun80FLJTfaWE7JtwfRMKBLkMne6udYOmvH0CawotVa7TfgYHzAnpphn4+TweIx1QKMnRIbipmUg==
51155115
5116- stream-chat-react-native-core@6.4.0 :
5117- version "6.4.0 "
5118- resolved "https://registry.yarnpkg.com/stream-chat-react-native-core/-/stream-chat-react-native-core-6.4.0 .tgz#ea39a152328af5f38904c9aa66d849a2c4ffca9e "
5119- integrity sha512-dKK3y7vvygEzd7XUKE2QFx2a+jVfd7kZGQL3LmyXNCulKAdGNBMEfk0lh/mXFoxx9c9cBYAY7iydPmmdEwWtQQ ==
5116+ stream-chat-react-native-core@6.4.1 :
5117+ version "6.4.1 "
5118+ resolved "https://registry.yarnpkg.com/stream-chat-react-native-core/-/stream-chat-react-native-core-6.4.1 .tgz#75132488b2b16143fbfe071a7ae080b18e34ae89 "
5119+ integrity sha512-jUp9MLXDn1408Sz69O9pLKSY4doDnGOrPG1wDEeQXCLQ2FVAoDNkmQ9d5dnJVMqeHkIlcZI2MMyS26+CDoc4YA ==
51205120 dependencies :
51215121 " @gorhom/bottom-sheet" " ^5.0.6"
51225122 dayjs "1.10.5"
@@ -5129,13 +5129,13 @@ stream-chat-react-native-core@6.4.0:
51295129 path "0.12.7"
51305130 react-native-markdown-package "1.8.2"
51315131 react-native-url-polyfill "^1.3.0"
5132- stream-chat "^8.50.0 "
5132+ stream-chat "^8.54.1 "
51335133 use-sync-external-store "^1.4.0"
51345134
5135- stream-chat@^8.50.0 :
5136- version "8.54.1 "
5137- resolved "https://registry.yarnpkg.com/stream-chat/-/stream-chat-8.54.1 .tgz#61a7330c9b7401f3e176e55445b29317bca2b108 "
5138- integrity sha512-BmeN1nq/zbItJXayHz/kBDc36Xvs4rW5pol/ngPXs0Vl8tw7vCuYBI4aFvpthvFU9EhCIJzBn8ISqDlnfWyDkw ==
5135+ stream-chat@^8.54.1 :
5136+ version "8.55.0 "
5137+ resolved "https://registry.yarnpkg.com/stream-chat/-/stream-chat-8.55.0 .tgz#a4a651c4216185821a9d6b1ea55b6689a1a979a8 "
5138+ integrity sha512-mdgB6LrDwCojf2xuHME2pnZIoIzAgd++CSsGlk9a+AUhmZMLnFFuMfg18uav3h9dKdRcRfFIgXe+raJgV6uIgA ==
51395139 dependencies :
51405140 " @babel/runtime" " ^7.16.3"
51415141 " @types/jsonwebtoken" " ~9.0.0"
Original file line number Diff line number Diff line change 11{
22 "name" : " stream-chat-react-native" ,
33 "description" : " The official React Native SDK for Stream Chat, a service for building chat applications" ,
4- "version" : " 6.4.1 " ,
4+ "version" : " 6.5.0 " ,
55 "homepage" : " https://www.npmjs.com/package/stream-chat-react-native" ,
66 "author" : {
77 "company" : " Stream.io Inc" ,
2020 "types" : " types/index.d.ts" ,
2121 "dependencies" : {
2222 "es6-symbol" : " ^3.1.3" ,
23- "stream-chat-react-native-core" : " 6.4.1 "
23+ "stream-chat-react-native-core" : " 6.5.0 "
2424 },
2525 "peerDependencies" : {
2626 "@react-native-camera-roll/camera-roll" : " >=7.8.0" ,
Original file line number Diff line number Diff line change @@ -4242,10 +4242,10 @@ statuses@~1.5.0:
42424242 resolved "https://registry.yarnpkg.com/statuses/-/statuses-1.5.0.tgz#161c7dac177659fd9811f43771fa99381478628c"
42434243 integrity sha512-OpZ3zP+jT1PI7I8nemJX4AKmAX070ZkYPVWV/AaKTJl+tXCTGyVdC1a4SL8RUQYEwk/f34ZX8UTykN68FwrqAA==
42444244
4245- stream-chat-react-native-core@6.4.0 :
4246- version "6.4.0 "
4247- resolved "https://registry.yarnpkg.com/stream-chat-react-native-core/-/stream-chat-react-native-core-6.4.0 .tgz#ea39a152328af5f38904c9aa66d849a2c4ffca9e "
4248- integrity sha512-dKK3y7vvygEzd7XUKE2QFx2a+jVfd7kZGQL3LmyXNCulKAdGNBMEfk0lh/mXFoxx9c9cBYAY7iydPmmdEwWtQQ ==
4245+ stream-chat-react-native-core@6.4.1 :
4246+ version "6.4.1 "
4247+ resolved "https://registry.yarnpkg.com/stream-chat-react-native-core/-/stream-chat-react-native-core-6.4.1 .tgz#75132488b2b16143fbfe071a7ae080b18e34ae89 "
4248+ integrity sha512-jUp9MLXDn1408Sz69O9pLKSY4doDnGOrPG1wDEeQXCLQ2FVAoDNkmQ9d5dnJVMqeHkIlcZI2MMyS26+CDoc4YA ==
42494249 dependencies :
42504250 " @gorhom/bottom-sheet" " ^5.0.6"
42514251 dayjs "1.10.5"
@@ -4258,13 +4258,13 @@ stream-chat-react-native-core@6.4.0:
42584258 path "0.12.7"
42594259 react-native-markdown-package "1.8.2"
42604260 react-native-url-polyfill "^1.3.0"
4261- stream-chat "^8.50.0 "
4261+ stream-chat "^8.54.1 "
42624262 use-sync-external-store "^1.4.0"
42634263
4264- stream-chat@^8.50.0 :
4265- version "8.54.1 "
4266- resolved "https://registry.yarnpkg.com/stream-chat/-/stream-chat-8.54.1 .tgz#61a7330c9b7401f3e176e55445b29317bca2b108 "
4267- integrity sha512-BmeN1nq/zbItJXayHz/kBDc36Xvs4rW5pol/ngPXs0Vl8tw7vCuYBI4aFvpthvFU9EhCIJzBn8ISqDlnfWyDkw ==
4264+ stream-chat@^8.54.1 :
4265+ version "8.55.0 "
4266+ resolved "https://registry.yarnpkg.com/stream-chat/-/stream-chat-8.55.0 .tgz#a4a651c4216185821a9d6b1ea55b6689a1a979a8 "
4267+ integrity sha512-mdgB6LrDwCojf2xuHME2pnZIoIzAgd++CSsGlk9a+AUhmZMLnFFuMfg18uav3h9dKdRcRfFIgXe+raJgV6uIgA ==
42684268 dependencies :
42694269 " @babel/runtime" " ^7.16.3"
42704270 " @types/jsonwebtoken" " ~9.0.0"
Original file line number Diff line number Diff line change 11{
22 "name" : " stream-chat-react-native-core" ,
33 "description" : " The official React Native and Expo components for Stream Chat, a service for building chat applications" ,
4- "version" : " 6.4.1 " ,
4+ "version" : " 6.5.0 " ,
55 "author" : {
66 "company" : " Stream.io Inc" ,
77 "name" : " Stream.io Inc"
Original file line number Diff line number Diff line change 11{
2- "version" : " 6.4.1 "
2+ "version" : " 6.5.0 "
33}
You can’t perform that action at this time.
0 commit comments