Skip to content

Commit 10f35ca

Browse files
chore(release): 9.0.0 [skip ci]
# [9.0.0](v8.2.0...v9.0.0) (2022-05-17) ### Features * **MessageInput:** add shouldSubmit, remove keycodeSubmitKeys ([9e69c0b](9e69c0b)), closes [#1530](#1530) ### BREAKING CHANGES * **MessageInput:** property has been fully removed and replaced by the property which should handle custom submit "trigger" functionality. Both and usage of key codes were outdated and caused unnecessary issues.
1 parent 9e69c0b commit 10f35ca

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
# [9.0.0](https://github.com/GetStream/stream-chat-react/compare/v8.2.0...v9.0.0) (2022-05-17)
2+
3+
4+
### Features
5+
6+
* **MessageInput:** add shouldSubmit, remove keycodeSubmitKeys ([9e69c0b](https://github.com/GetStream/stream-chat-react/commit/9e69c0b5d6169a221c2e478b42bf4c29154b05f9)), closes [#1530](https://github.com/GetStream/stream-chat-react/issues/1530)
7+
8+
9+
### BREAKING CHANGES
10+
11+
* **MessageInput:** property has been fully removed and replaced by the property
12+
which should handle custom submit "trigger" functionality.
13+
Both and usage of key codes were outdated and caused unnecessary issues.
14+
115
# [8.2.0](https://github.com/GetStream/stream-chat-react/compare/v8.1.3...v8.2.0) (2022-05-17)
216

317

0 commit comments

Comments
 (0)