You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+12-1Lines changed: 12 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,17 @@
1
1
# Changelog
2
2
3
-
## [3.0.0] (2021-02-23) 🎉
3
+
## [3.1.0] (UNRELEASED)
4
+
5
+
-**🛑 BREAKING**: Removed a prop `handleOnPress` on `Input` component.
6
+
- Added support for new props on `Input` component, which can be used on Channel component as prop to replace undelying input component ([reference](https://github.com/GetStream/stream-chat-react-native/wiki/Cookbook-v3.0#how-to-change-the-layout-of-messageinput-component))
7
+
- closeAttachmentPicker (function)
8
+
- openAttachmentPicker (function)
9
+
- openCommandsPicker (function)
10
+
- toggleAttachmentPicker (function)
11
+
12
+
- Added support for new prop on `Channel` component - `InputButtons`, to replace the extra buttons on the left on input box.
13
+
14
+
## [3.0.0] (2021-02-23)
4
15
5
16
Version 3.x is a major revamp of the SDK and comes with **many breaking changes**. The new implementation takes advantage of React Context along with many popular community libraries such as Reanimated V2 to deliver a superior chat experience. **Upgrading will require re-implementing** your integration but will yield performance and functional benefits. It is highly recommended you read the Cookbook and examine the SampleApp / TypeScriptMessaging apps before upgrading to understand what is required.
0 commit comments