Skip to content

Commit 00ec35d

Browse files
chore(release): 5.4.0 [skip ci]
1 parent ee6ffc6 commit 00ec35d

File tree

5 files changed

+26
-6
lines changed

5 files changed

+26
-6
lines changed

package/CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,25 @@
11
# Change Log
22

3+
## [5.4.0](https://github.com/GetStream/stream-chat-react-native/compare/v5.3.1...v5.4.0) (2022-10-10)
4+
5+
6+
### Features
7+
8+
* added support for prop 'getMessagesGroupStyles' on Channel ([#1749](https://github.com/GetStream/stream-chat-react-native/issues/1749)) ([206c898](https://github.com/GetStream/stream-chat-react-native/commit/206c89832d5fdfb67c9d82f05764315699f60b8e))
9+
* always open connection when app goes to foreground ([a168336](https://github.com/GetStream/stream-chat-react-native/commit/a168336fe38655dbd431513b2023fbbedc40d641))
10+
* always open connection when app goes to foreground ([437f9d7](https://github.com/GetStream/stream-chat-react-native/commit/437f9d7f46e8d3665b800ecdc9c599a952bdd109))
11+
* make react-native-share and react-native-haptic-feedback optional ([#1744](https://github.com/GetStream/stream-chat-react-native/issues/1744)) ([7e5e874](https://github.com/GetStream/stream-chat-react-native/commit/7e5e87445fa601fbe0f34f78ed692ed761614562))
12+
13+
14+
### Bug Fixes
15+
16+
* add memoization in ReactionList to update MessageOverlay in Real time ([#1737](https://github.com/GetStream/stream-chat-react-native/issues/1737)) ([eb9a3d8](https://github.com/GetStream/stream-chat-react-native/commit/eb9a3d8d75d1ed6ea8422730b3c8ae415a83795f))
17+
* auto focus on input box on mount and command selection ([60f8194](https://github.com/GetStream/stream-chat-react-native/commit/60f819495a407b5b932500dbb7d1e65ccd0f4ba2))
18+
* auto focus on input box on mount and command selection ([41035ad](https://github.com/GetStream/stream-chat-react-native/commit/41035ad46d75f35a499d9c62d329c7261ee61934))
19+
* export pickDocument from the handler dir ([#1752](https://github.com/GetStream/stream-chat-react-native/issues/1752)) ([9d4e1eb](https://github.com/GetStream/stream-chat-react-native/commit/9d4e1eb2b917ae37102dc5cd6348ee855e22fa7a))
20+
* unresponsive clear button when the file type is not supported ([5ff90fa](https://github.com/GetStream/stream-chat-react-native/commit/5ff90fae60bdec385befa3d9e4640f6b3dbe81e5))
21+
* unresponsve clear button when the file type is not supported ([1f4e439](https://github.com/GetStream/stream-chat-react-native/commit/1f4e439baf44dfe54661b6ab62979cba30e727fa))
22+
323
### [5.3.1](https://github.com/GetStream/stream-chat-react-native/compare/v5.3.0...v5.3.1) (2022-09-22)
424

525

package/expo-package/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "stream-chat-expo",
33
"description": "The official Expo SDK for Stream Chat, a service for building chat applications",
4-
"version": "5.3.1",
4+
"version": "5.4.0",
55
"author": {
66
"company": "Stream.io Inc",
77
"name": "Stream.io Inc"
@@ -10,7 +10,7 @@
1010
"main": "src/index.js",
1111
"types": "types/index.d.ts",
1212
"dependencies": {
13-
"stream-chat-react-native-core": "5.3.1"
13+
"stream-chat-react-native-core": "5.4.0"
1414
},
1515
"peerDependencies": {
1616
"@react-native-community/netinfo": "^6.0.0",

package/native-package/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
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": "5.3.1",
4+
"version": "5.4.0",
55
"author": {
66
"company": "Stream.io Inc",
77
"name": "Stream.io Inc"
@@ -11,7 +11,7 @@
1111
"types": "types/index.d.ts",
1212
"dependencies": {
1313
"es6-symbol": "^3.1.3",
14-
"stream-chat-react-native-core": "5.3.1"
14+
"stream-chat-react-native-core": "5.4.0"
1515
},
1616
"peerDependencies": {
1717
"@react-native-camera-roll/camera-roll": "^5.0.0",

package/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
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": "5.3.1",
4+
"version": "5.4.0",
55
"author": {
66
"company": "Stream.io Inc",
77
"name": "Stream.io Inc"

package/src/version.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"version": "5.3.1"
2+
"version": "5.4.0"
33
}

0 commit comments

Comments
 (0)