This repository has been archived by the owner on Nov 13, 2024. It is now read-only.
Releases: pubnub/react-chat-components
Releases · pubnub/react-chat-components
v0.34.0
v0.33.0
December 11 2023
Added
- Expose "isLoading" flags to hooks.
v0.32.0
October 05 2023
Fixed
- ReactNative - remove the workaround for poor performance of inverted FlatList in Android .
v0.31.0
October 04 2023
Added
- Make it possible to send both text and file in one message.
v0.30.0
July 20 2023
Fixed
- Focusing on EmojiInput after selecting emoji only worked in certain cases.
- Console warnings about unknown attributes in MessageInput.
v0.29.0
July 17 2023
Added
- MessageInput - allow passing default input field attributes.
- MessageInput - new sendMessageOnSubmitEditing option in React Native.
- MessageInput - focus on the field after selecting emoji in React.
v0.28.0
June 27 2023
Added
- MessageInput - actionsAfterInput option to reorder elements.
v0.27.0
April 19 2023
Added
- ReactNative - Fix uuid not being bundled correctly.
v0.26.0
April 18 2023
Added
- ReactNative - support for Expo 48. Previous Expo versions are no longer guaranteed to work correctly.
v0.25.0
April 17 2023
Added
- Remove a warning about missing onKeyPress.