Releases: FaridSafi/react-native-gifted-chat
Releases Β· FaridSafi/react-native-gifted-chat
2.6.4
What's Changed
- Add
isStatusBarTranslucentAndroid
to prevent status bar from changing color by @pnthach95 in #2538
New Contributors
- @pnthach95 made their first contribution in #2538
Full Changelog: 2.6.3...2.6.4
2.6.3
What's Changed
- Add
bottomOffset
option by @danilvalov in #2530 - Added removed property from previous patches which resulted not to work on typescript projects by @HaythamT95 in #2532
- Show typing indicator on web platform by @cederache in #2533
- Rewrite
GiftedAvatar
class component to functional component + removedefaultProps
by @danilvalov in #2534
New Contributors
- @danilvalov made their first contribution in #2530
- @HaythamT95 made their first contribution in #2532
- @cederache made their first contribution in #2533
Full Changelog: 2.6.2...2.6.3
2.6.2
- Added
react-native-get-random-values
as a peer dependency. Please follow installation guide: https://github.com/FaridSafi/react-native-gifted-chat?tab=readme-ov-file#installation
Full Changelog: 2.6.1...2.6.2
2.6.1
- Fixed "Native module not found" #2519
- Fixed 2 types #2521
- Rewrote typing animation using reanimated
- Updated installation guide. Please follow it when upgrading https://github.com/FaridSafi/react-native-gifted-chat?tab=readme-ov-file#installation
Full Changelog: 2.6.0...2.6.1
2.6.0
- Fixed deps collisions
- BREAKING. Removed default "copy text" button when do long press on message
- BREAKING. Follow installation guide https://github.com/FaridSafi/react-native-gifted-chat?tab=readme-ov-file#installation
Full Changelog: 2.5.1...2.6.0
2.5.1
- Fixed all tests
- Minor refactoring and removed unused style
Full Changelog: 2.5.0...2.5.1
2.5.0
What's Changed
- Optimize rendering and keyboard smoothness. PR also provided correct eslint setup, up-to-date example, updated deps. By @kesha-antonov in #2493
- fix react-native-windows crash by @lukutism in #2486
New Contributors
Full Changelog: v2.4.1...2.5.0
If you encounter any problems with this version, please create an issue, I'll try to fix it (@kesha-antonov)
v2.4.1
What's Changed
- Add ethora to sponsors list in README by @Egatlov in #2407
- updated link to ethora by @Egatlov in #2408
- chore(README): Fix broken path to example-slack-chat by @lnghrdntcr in #2410
- Add
imageSourceProps
toMessageImage
by @amhinson in #2330 - Feat: Allow QuickReplies component container styles to be customised by @rajatkantinandi in #2271
- fix: avatar defaultProps warning by @gor3a in #2507
- Ethora logo update by @Egatlov in #2466
New Contributors
- @Egatlov made their first contribution in #2407
- @lnghrdntcr made their first contribution in #2410
- @amhinson made their first contribution in #2330
- @gor3a made their first contribution in #2507
Full Changelog: v2.4.0...v2.4.1
v2.4.0
What's Changed
- Change testing section in readme to match actual implementation by @LautaroNavarro in #2382
- fix: img links in slack readme by @mathieutu in #2244
- Fixes null type for renderAvatar prop by @lsthornt in #2327
- chore(packages): update use-memo-one by @Johan-dutoit in #2405
New Contributors
- @LautaroNavarro made their first contribution in #2382
- @mathieutu made their first contribution in #2244
- @lsthornt made their first contribution in #2327
Full Changelog: v2.3.0...v2.4.0
v2.3.0
What's Changed
- feat(ref): expose a ref for the textinput @Johan-dutoit in 01aeca4