Skip to content

Releases: colorfy-software/chatify

Release 2.0.0

20 Aug 13:20

Choose a tag to compare

2.0.0 (2025-08-20)

  • feat!: implement exitEntriesKeys & sleepBeforeNextEntry() to ensure messages sequential rendering (3158625)
  • refactor!: rename isLastEntryRendered prop into isLatestRenderedEntry (5540853)
  • refactor!: rename ComponentExtraProps into ComponentExtraPropsType & DefaultEntryMethodsType into InternalDefaultEntryMethodsType (5e915b6)

Features

  • add addNewEntryToHistory & sleepBeforeNextEntry to Chatbot's refMethods (002682b)

BREAKING CHANGES

  • Before this change, we could have race-conditions where the client asked the library to display multiple messages at once. The goal of this commit was to ensure that all setNewEntry() calls are now queued and processed one at a time. The breaking change here is that it's now the responsibility of the client to ensure that sleepBeforeNextEntry() is called before any subsequent call of setNewEntry().
  • The isLatestRenderedEntry renaming brings the prop naming structure in line with the existing ones.

Release 1.0.1

25 Oct 17:00

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

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

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

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

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

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

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

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

Choose a tag to compare

0.1.1 (2022-09-20)

Bug Fixes

  • set dependencies as peerDependencies as well (9eccd44)