Skip to content

Releases: FaridSafi/react-native-gifted-chat

v0.7.2

28 Jan 09:53
Compare
Choose a tag to compare

Fixes

  • Fix scu remove getTime
    2c915f0
  • Fix add detach keyboard listener on cwu d01272e
  • Fix scu, have next message update design message 46fd0e5

v0.7.1

26 Jan 15:29
Compare
Choose a tag to compare

Fixes

  • Fix MessageContainer as PureComponent #1101
  • Fix shouldComponentUpdate checking on Message Component 308faca

v0.7.0

23 Jan 11:12
Compare
Choose a tag to compare

New features

Bug fixes

Other

  • Update @expo/react-native-action-sheet to the latest version a1c2657

v0.6.0

09 Jan 14:08
Compare
Choose a tag to compare

New features

  • Add pending tick: e0fb667
  • Add extraData to be able to re-render flatlist on demand: 0cd69b2
  • Add minComposerHeight and maxComposerHeight props: b7de25f
  • Add send video support: ae53c05
  • Add show username on message: 6377796

Bug fixes

  • Fix TypeScript definition: 0a253f0, 679e338
  • Fix warning on video message: 9933e43
  • Fix bubble justify bottom container: 4349c56
  • Fix FlatList issue on latest react-native version: 11548ed

Thanks to our contributors

@nandiniparimi1107, @alvincrespo, @mrtnrst, @maherzaidoune, @arilton, @osdnk, @xstable, @HammadJ, @LucasMonteiro1, @sibelius, @xcarpentier

v0.4.3

16 Mar 13:26
Compare
Choose a tag to compare

Fixes

Packages

  • Update babel-jest to version 23.0.0-alpha.0 (#794)
  • Remove some files from this package (869b0b2)

v0.4.1

08 Mar 17:20
Compare
Choose a tag to compare
  • Updated yarn.lock

v0.3.0

28 Oct 03:15
fae9fcf
Compare
Choose a tag to compare

Features

Added system messages (centered messages) #608 @adrianchinghc
Add childrenProps to ParsedTex #612 @dlahish

Hotfixes

Fix Input Toolbar position #595 @jjdp

v0.2.9

13 Oct 11:43
Compare
Choose a tag to compare

Now, it works with RN 0.49 💃

Fixes

Feature

v0.2.8

11 Oct 22:20
Compare
Choose a tag to compare

Updated dependencies in order to support react 16 and RN 0.46

Fixed

  • Unnecessary commit hash dependencies #584
  • Message not displaying in Huawei P9 #536
  • Cannot find prop-types #524
  • Dependencies needs updates #520

v0.2.7

28 Aug 19:42
Compare
Choose a tag to compare

Added

  • Support children props for the Send component (#487)
  • Added an imperative focusTextInput() method

Fixed

  • Fixed call/text link actions ordering for onPhonePress (#521)
  • Fixed email link recipient array (#522)
  • Fixed Linking.canOpenURL to use promises correctly (#516)