Skip to content

[1.2.0] 2020-08-21

Choose a tag to compare

@vishalnarkhede vishalnarkhede released this 21 Aug 13:37
· 3371 commits to master since this release

NO BREAKING CHANGES

  • Following components have been converted to functional component from class based component.

    • Chat
    • KeyboardCompatibleView
    • SuggestionsProvider
    • AutoCompleteInput
    • Spinner
  • So far we exported bundled/transpiled version of components from package as single file - dist/index.js, dist/index.es using rollup. But now we are moving away from this approach and instead distributing original source of components since react-native handles bundling/transpiling part anyways. This also makes it easy for end-users to debug components exported from stream-chat-react-native.