Releases: FaridSafi/react-native-gifted-chat
Releases · FaridSafi/react-native-gifted-chat
v1.0.0-beta-2
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
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
v0.16.2
- fix: 🐛 Avoid transitive dependencies for days 2fc7b99 (@tompap)
- fix: 🐛 Pass textStyle prop from Avatar to GiftedAvatar 40b5e76 (@kenkotch)
- fix: 🐛 Avoid setting heights twice within 0.1s 8f605e5 (@hanayashiki)
- fix: 🐛 Use react-native-parsed-text correct version to be able to go to the web e9a6935 (@xcarpentier)
- fix: 🐛 Remove typing indicator from tree when not typing d83c800 (@xcarpentier)
v0.16.1
v0.16.0
🐛Fix TS types (ie. change file name types.ts
-> Models.ts
)
import { IMessage, Reply } from 'react-native-gifted-chat'
v0.15.2
v0.14.1
- 🏋️♀️remove new example folder from package
v0.14.0
- 🐛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