Skip to content

Releases: FaridSafi/react-native-gifted-chat

v1.0.0

29 May 14:25
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.16.3...v1.0.0

v1.0.0-beta-4

29 Apr 14:50
Compare
Choose a tag to compare
v1.0.0-beta-4 Pre-release
Pre-release

What's Changed

New Contributors

Full Changelog: v1.0.0-beta-3...v1.0.0-beta-4

v1.0.0-beta-3

17 Apr 20:27
Compare
Choose a tag to compare
v1.0.0-beta-3 Pre-release
Pre-release

What's Changed

New Contributors

Full Changelog: v1.0.0-beta-2...v1.0.0-beta-3

v1.0.0-beta-2

13 Apr 13:55
Compare
Choose a tag to compare
v1.0.0-beta-2 Pre-release
Pre-release

Same as beta-1, however moved the example to a different folder and split dependencies, etc.

Full Changelog: v1.0.0-beta-1...v1.0.0-beta-2

v1.0.0-beta-1

10 Apr 08:12
Compare
Choose a tag to compare
v1.0.0-beta-1 Pre-release
Pre-release

Consider this a breaking change as well as an untested release.

This releases consists of the branch found here, which was authored by @xcarpentier.

Feedback from usage will determine the state and direction of the changes.

v0.16.3

26 Jun 09:17
Compare
Choose a tag to compare
  • fix: πŸ› revert buggy optimization
    See comment
    Thanks to @hirbod!

v0.16.2

24 Jun 20:14
Compare
Choose a tag to compare

πŸ‘‰ Prepare the future of GiftedChat πŸŽ‰

v0.16.1

13 May 15:09
Compare
Choose a tag to compare
  • πŸ›Fix Typing visibility on the bottom when force the scroll fa7353f

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)