Skip to content

Releases: FaridSafi/react-native-gifted-chat

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)

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.