Skip to content

Commit 6ad3ec3

Browse files
Added draft changelog 3.1.0
1 parent 8d3d432 commit 6ad3ec3

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

CHANGELOG.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,17 @@
11
# Changelog
22

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)
415

516
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.
617

0 commit comments

Comments
 (0)