Skip to content
This repository has been archived by the owner on Nov 13, 2024. It is now read-only.

Releases: pubnub/react-chat-components

v0.34.0

16 May 13:00
51cb463
Compare
Choose a tag to compare

May 16 2024

Added

  • Add option to render deleted messages instead of filtering them out.

Fixed

  • Screen might not be filled with messages on init.

v0.33.0

11 Dec 09:44
a941257
Compare
Choose a tag to compare

December 11 2023

Added

  • Expose "isLoading" flags to hooks.

v0.32.0

05 Oct 14:20
6447a8e
Compare
Choose a tag to compare

October 05 2023

Fixed

  • ReactNative - remove the workaround for poor performance of inverted FlatList in Android .

v0.31.0

04 Oct 11:43
c7a4eab
Compare
Choose a tag to compare

October 04 2023

Added

  • Make it possible to send both text and file in one message.

v0.30.0

20 Jul 08:43
4925d34
Compare
Choose a tag to compare

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

17 Jul 09:49
36fe5c5
Compare
Choose a tag to compare

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

27 Jun 10:04
218247d
Compare
Choose a tag to compare

June 27 2023

Added

  • MessageInput - actionsAfterInput option to reorder elements.

v0.27.0

19 Apr 10:53
77ee1d3
Compare
Choose a tag to compare

April 19 2023

Added

  • ReactNative - Fix uuid not being bundled correctly.

v0.26.0

18 Apr 15:06
f8606bd
Compare
Choose a tag to compare

April 18 2023

Added

  • ReactNative - support for Expo 48. Previous Expo versions are no longer guaranteed to work correctly.

v0.25.0

17 Apr 10:33
b7b97a9
Compare
Choose a tag to compare

April 17 2023

Added

  • Remove a warning about missing onKeyPress.