Skip to content

Commit b877725

Browse files
author
Dan Carbonell
committed
add renderText to change log
1 parent 014f4ac commit b877725

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,10 @@
8888

8989
- We have removed the `this` class component reference from the prop functions in `MessageSimple`. For example, if you wish to override the SDK's standard long press behavior on a message, the `onLongPress` function passed in to `MessageSimple` no longer takes the `this` component reference as it's first argument. The message and the event object become the first and second arguments, respectively.
9090

91+
*renderText Function*
92+
93+
- The `renderText` function utilized in the `MessageTextContainer` component now accepts a single object containing `markdownRules`, `markdownStyles`, and `message`. Previously each value was it's own function parameter.
94+
9195
## [1.2.0] 2020-08-21
9296

9397
**NO BREAKING CHANGES**

0 commit comments

Comments
 (0)