Releases: FaridSafi/react-native-gifted-chat
Releases Β· FaridSafi/react-native-gifted-chat
3.2.0
See changelog
Full Changelog: 3.0.1...3.2.0
3.0.1
- [web] Fixed auto-resizing TextInput
Full Changelog: 3.0.0...3.0.1
3.0.0
This version is breaking
Please check out changelog https://github.com/FaridSafi/react-native-gifted-chat/blob/master/CHANGELOG.md
and readme
2.9.0-alpha.0
- There was many changes to props to make them more intuitive. Please refer to the README for current implementation
2.8.2-alpha.5
What's Changed
- fix: improve listViewProps typing with Partial by @yhl0519 in #2628
- fix(message-container): add renderDay prop in messageContainer by @ted911 in #2632
- Fix: Bubble component typing regression by @habovh in #2639
- Fix TypeScript types inconsistencies and ESLint errors by @Copilot in #2653
- [WIP] gifted chat automatically scrolled to bottom bug by @Copilot in #2651
- Add comprehensive GitHub Copilot instructions for react-native-gifted-chat development by @Copilot in #2655
- Fix DayAnimated component not receiving the renderDay property by @Copilot in #2656
- Add disableKeyboardController prop to fix react-native-navigation compatibility by @Copilot in #2650
- fix: remove unused react-native-iphone-x-helper dependency by @ricmatsui in #2669
- Replace deprecated TouchableWithoutFeedback with Pressable by @feyst in #2667
Breaking changes
Check changelog
New Contributors
- @yhl0519 made their first contribution in #2628
- @ted911 made their first contribution in #2632
- @habovh made their first contribution in #2639
- @Copilot made their first contribution in #2653
- @ricmatsui made their first contribution in #2669
- @feyst made their first contribution in #2667
Full Changelog: 2.8.1...2.8.2-alpha.5
2.8.1
What's Changed
- Fixed extra re-rendering of messages (#2597)
- Fixed support for RN 0.77 (#2591)
- Fixed update Bubble (#2589)
Full Changelog: 2.8.0...2.8.1
2.8.0
What's Changed
- Replaced FlashList with FlatList since many people had issues with FlashList: #2588
- docs: update Stream logo with latest brand asset by @tyaga001 in #2586
- Fix incorrect types for
<GiftedChat />component by @danilvalov in #2576 - fix onPressActionButton not being called by @Ksm125 in #2561
New Contributors
Full Changelog: 2.7.3...2.8.0
2.7.3
- Fixed onSend crash
Full Changelog: 2.7.2...2.7.3
2.7.2
- Fixed days animations
Full Changelog: 2.7.1...2.7.2
2.7.1
- Added smooth fade-in/out of scroll to bottom element
- BREAKING: prop
scrollToBottomrenamed toisScrollToBottomEnabled
Full Changelog: 2.7.0...2.7.1