Skip to content

Releases: FaridSafi/react-native-gifted-chat

v0.16.0

11 May 08:45
Compare
Choose a tag to compare

🐛Fix TS types (ie. change file name types.ts -> Models.ts)

import { IMessage, Reply } from 'react-native-gifted-chat'

v0.15.2

07 May 16:05
Compare
Choose a tag to compare
  • 📜New infiniteScroll prop!
    Should to be used with loadEarlier, isLoadingEarlier and onLoadEarlier props (7c2b566 , 88d9366)
  • 📅Move dependency from moment.js to dayjs (2fb040d, 7c2b566)

v0.14.1

06 May 13:10
Compare
Choose a tag to compare
  • 🏋️‍♀️remove new example folder from package

v0.14.0

06 May 13:06
Compare
Choose a tag to compare
  • 🐛Fixes of messagesContainerHeight
  • 🐛Fixes of typings of <Bubble />
  • 💬Feat new TypingIndicator animation (ie. new isTyping prop) by @shamilovtim
  • 🤖Feat increase quick reply button text size
  • 🔈Feat add renderMessageAudio by Rodrigo Angelo Valentini

See all other commits

v0.13.0

16 Dec 17:01
Compare
Choose a tag to compare
  • Add optionTitles on MessageText, add messagesContainerStyle e25114f @ahce
  • Fix remove react-dom peer dependecy @ahce 87326f5
  • Add disableComposer prop 15d12e9 @ali5049
  • Updated lifecycle method in README 40637ff
  • fix(package): update react-native-lightbox to version 0.8.1 31e8c6a

v0.12.0

03 Dec 15:48
Compare
Choose a tag to compare
  • feat(keyboard avoiding view): strip isAnimated and add keyboard avoiding view c3ddc9a @shamilovtim
  • fix(keyboard avoiding view): add proptype 0a08c8d @shamilovtim
  • fix(keyboard avoiding view): DRY in renderMessages 13832e5 @shamilovtim
  • Implement renderChatEmpty prop to allow showing custom view as ListEmptyView when message is empty 5f844e3 @javascripter
  • fix possible bug if inverted={false} prop is provided. The bug produces cannot read property scrollToEnd of null 1c554cd @myckhel

> Compare

v0.11.4

20 Nov 16:29
Compare
Choose a tag to compare

v0.11.2

17 Oct 16:31
Compare
Choose a tag to compare
  • Fixed some flow types, thanks @amiralies
  • Fixed scroll to the bottom, thanks @amiralies
  • Fixed readme
  • Remove flow-typedefs folder from published package
  • TypeScript User and IMessage define id with string | number

> Comparing changes

v0.11.0

04 Oct 15:35
Compare
Choose a tag to compare

Remove video packages dependencies (ie. react-native-video and expo-av)!

v0.10.2

01 Oct 09:37
Compare
Choose a tag to compare

Add flow types definitions.