Releases: FaridSafi/react-native-gifted-chat
v0.0.7
Various improvements
New prop: dateLocale - @gnl
New prop: renderCustomDate - @pcxiong
center position for messages (eg. for server messages) - @gnl
Method setTextInputValue - @wenkesj
Replace lodash with deep-equal - @austinkelleher
Breaking changes for a better Gifted Messenger
Breaking: appendMessage, prependMessage are now deprecated, messages list are now managed only using states - See example
Breaking: All messages should now contain a uniqueId property
Breaking: setMessageStatus is now deprecated, use the message attribute status instead
Breaking: New prop isLoadingEarlierMessages to display a loader when loading earlier messages
New prop typingMessage for displaying 'User is typing a message...'
New prop leftControlBar - PR @gnl
Android improvements
react-native-parsed-text has been re-implemented
ESLint implementation - PR @SEthX
ES6 & Example refactoring
Fixing scroll when loading earlier messages
Various fixes and improvements by @swapkats, @ianlin, @zxcpoiu, @cnjon
Special thanks to @yogiben, @koppelaar & @SEthX for their contributions
Usability fixes to the UX and new props
Scroll to bottom after onSend, Add enablesReturnKeyAutomatically setting to end on return key (PR @alizbazar)
New prop onMessageLongPress (PR @corymsmith)
displayNamesInsideBubble and keyboardShouldPersistTaps props (PR @koppelaar)
Expose full rowData to renderCustomText and add dynamic hide/show text input (PR @bpeters)
Fix image position, Add hideTextInput prop
v0.0.3 Fix image position, Add hideTextInput prop