Skip to content

[v0.5.0] 2019-12-24

Compare
Choose a tag to compare
@vishalnarkhede vishalnarkhede released this 24 Dec 13:17
· 3961 commits to master since this release

stream-chat-react-native (Native package)

Overall Changes

  • Disabling the longpress on image viewer (in Attachment) - #100 to avoid freezing of UI.
  • Fixing broken threads issue
  • Support for additionalFlatListProps prop in MessageList and ChannelList component
  • Changing proptype for component type props to elementType instead of func

Breaking Change

None

stream-chat-expo (Expo package)

Overall Changes

  • Changes to add compatibility for Expo 36. Adding netinfo as peer dependency - #97
  • Disabling the longpress on image viewer (in Attachment) - #100 to avoid freezing of UI.
  • Fixing broken threads issue
  • Support for additionalFlatListProps prop in MessageList and ChannelList component
  • Changing proptype for component type props to elementType instead of func

Breaking Change