Releases: FaridSafi/react-native-gifted-chat
Releases · FaridSafi/react-native-gifted-chat
v0.7.3
v0.7.2
v0.7.1
v0.7.0
New features
- Improve performance 502bae7 @xcarpentier
- Feature(MessageContainer): Add ability to render scrollToBottom after scrolling a provided height 553224d @Faolain
- Can disable send button 5d088ae @EgidioCaprino
Bug fixes
- Min composer height is not respecting props in some instances. f872d67 @nandiniparimi1107
Other
- Update @expo/react-native-action-sheet to the latest version a1c2657
v0.6.0
New features
- Add pending tick: e0fb667
- Add
extraData
to be able to re-render flatlist on demand: 0cd69b2 - Add
minComposerHeight
andmaxComposerHeight
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
Fixes
- TypeScript typings (ie. index.d.ts), thanks to @ascariandrea (#786)
- Remove redundant ref causing crash in React 16.1, thanks to @oblador (#643)
- Hotfix bad
this
context when calling actions, thanks to @brunocascio (b9db8f8)
Packages
v0.4.1
- Updated yarn.lock
v0.3.0
v0.2.9
Now, it works with RN 0.49 💃
Fixes
- Replace moment-with-locales.min with regular moment (#605) @doomsower
- Added documentation for
textInputProps
property (#562) @wizardishungry - fix(keyboard height): fix on android & expo TextInput no show (#587) @xcarpentier
Feature