Skip to content

Releases: FaridSafi/react-native-gifted-chat

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)

v0.2.6

28 Aug 19:41
Compare
Choose a tag to compare

The wrong branch was published to npm in v0.2.6; please use v0.2.7 instead.

v0.2.5

25 Jul 17:49
Compare
Choose a tag to compare

Fixed

  • Use both onChange and onContentSizeChange to support multi-line text input on Android with React Native <0.46 (issue in #500)

v0.2.4

25 Jul 15:53
Compare
Choose a tag to compare

Added

  • Added a custom text prop to override the internal state (e.g. for using Redux to specify the value of the input text)

v0.2.3

24 Jul 05:24
Compare
Choose a tag to compare

Added

  • Added a showUserAvatar prop (#511)
  • Added missing props to the GiftedChat root component (so IDEs can suggest them automatically)

Fixed

  • Don't render avatars if they're explicitly set to null in the message data (#511)

Changed

  • Removed dead code introduced by #467 (#509)

v0.2.2

17 Jul 00:08
Compare
Choose a tag to compare

Added

  • Added some badges to the README (minor)

v0.2.1

16 Jul 23:46
Compare
Choose a tag to compare

Added

  • Added timeFormat and dateFormat props (#273)
  • Added .watchmanconfig and README notes for local development

Changed

  • Replaced deprecated onChange with onContentSizeChange (#500)
  • Migrated from deprecated React.PropTypes to prop-types (#508)
  • Clarified Android installation steps for CRNA/Expo (#482)

Fixed

  • Fixed janky fullscreen Lightbox images by using flex: 1 (#467)
  • Fixed URLs that get linkified but are missing a scheme (#506)

v0.2.0

10 Jul 04:33
Compare
Choose a tag to compare

Changed

  • [Breaking] Changed deprecated View.propTypes to ViewPropTypes (#478)
  • Upgraded several dependencies
  • Updated the example app to work with React Native v0.45
  • Cleaned up the README, mainly to clarify some of the props

v0.1.5

09 Jul 23:40
Compare
Choose a tag to compare

Added

  • Added an onPressAvatar prop (#427)
  • Added a maxInputLength prop for Composer input (#433)

Changed

  • Accept null avatars (in order to not render anything) (#447)
  • Accept number types for user avatar images (#412)
  • Updated some dependencies:
    • @expo/react-native-action-sheet (#454)
    • react-native-communications (#418)

Fixed

  • Removed runAfterInteractions during init (#380)
  • Fixed orientation change bugs (#425)
  • Fixed isSameDay returning true if currentMessage is today with an empty diffMessage (#453)