Skip to content

Releases: colorfy-software/chatify

Release 1.0.1

25 Oct 17:00
Compare
Choose a tag to compare

1.0.1 (2024-10-25)

Bug Fixes

  • switch all BubbleWrapper containers to Reanimated (f9fc2f7)

Release 1.0.0

25 Oct 16:37
Compare
Choose a tag to compare

1.0.0 (2024-10-25)

Features

  • Replace Lottie-based typing animation with agnostic component prop (11f6c76)

BREAKING CHANGES

  • Lottie support was removed in support for externally provided typing animation component
  • typingIndicatorAnimationTimeMs was renamed into typingIndicatorAnimationDuration
  • typingIndicatorAnimation prop was replaced by typingIndicator

Release 0.3.1

25 Oct 16:27
Compare
Choose a tag to compare

0.3.1 (2024-09-23)

Bug Fixes

  • correct typescript errors (c10551f)
  • update react-native-reanimated to v3.14.0 (9d5a4fd)

Release 0.3.0

05 Sep 14:30
Compare
Choose a tag to compare

0.3.0 (2023-09-05)

Features

  • add support for custom styling props to BubbleWrapper (6316483)

Release 0.2.2

31 May 11:07
Compare
Choose a tag to compare

0.2.2 (2023-05-31)

Bug Fixes

  • allow ActionWrapper to update if new componentProps are received (2bbf988)

Release 0.2.1

31 Mar 10:54
Compare
Choose a tag to compare

0.2.1 (2023-03-31)

Bug Fixes

  • make new typingIndicatorAnimation prop optional (129e03c)

Release 0.2.0

31 Mar 10:49
Compare
Choose a tag to compare

0.2.0 (2023-03-31)

Features

  • add testID prop to Wrapper components (216f89e)
  • implement typingIndicatorAnimation prop to BubbleWrapper (ca7e3ed)

Release 0.1.2

17 Feb 09:30
Compare
Choose a tag to compare

0.1.2 (2023-02-17)

Bug Fixes

  • use non-inverted FlatList on Android 13 to improve UI performance and prevent app from freezing (f25b451)

Release 0.1.1

20 Sep 15:26
Compare
Choose a tag to compare

0.1.1 (2022-09-20)

Bug Fixes

  • set dependencies as peerDependencies as well (9eccd44)

Release 0.1.0

20 Sep 13:59
Compare
Choose a tag to compare

0.1.0 (2022-09-20)

Features