Skip to content

Releases: FaridSafi/react-native-gifted-chat

v0.1.3

08 Feb 16:31
Compare
Choose a tag to compare
  • Added custom id generator
  • Fixed wrong uuid version

RN 0.40.0 Compatibility and lots of PRs merged

29 Jan 17:25
Compare
Choose a tag to compare

Hey all,
After a fairly long slumber, a new version of GiftedChat is released.

NOTE: This version will NOT work with RN < 0.40.0!

If you're using an older version of RN, please stay with 0.0.10.

This version introduces a lot of new features, bug fixes and improvements.

v0.0.7

14 Aug 14:01
Compare
Choose a tag to compare

New prop isLoadingEarlier
title prop of Send component has been renamed to label
PropTypes checking

Various improvements

21 Apr 07:31
Compare
Choose a tag to compare

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

15 Apr 15:09
Compare
Choose a tag to compare

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

15 Mar 22:10
Compare
Choose a tag to compare

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

20 Nov 11:54
Compare
Choose a tag to compare
v0.0.3

Fix image position, Add hideTextInput prop