Releases: colorfy-software/chatify
Releases · colorfy-software/chatify
Release 1.0.1
1.0.1 (2024-10-25)
Bug Fixes
- switch all
BubbleWrapper
containers to Reanimated (f9fc2f7)
Release 1.0.0
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
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
0.3.0 (2023-09-05)
Features
- add support for custom styling props to
BubbleWrapper
(6316483)
Release 0.2.2
0.2.2 (2023-05-31)
Bug Fixes
- allow
ActionWrapper
to update if new componentProps
are received (2bbf988)
Release 0.2.1
0.2.1 (2023-03-31)
Bug Fixes
- make new
typingIndicatorAnimation
prop optional (129e03c)
Release 0.2.0
0.2.0 (2023-03-31)
Features
- add
testID
prop to Wrapper components (216f89e)
- implement
typingIndicatorAnimation
prop to BubbleWrapper
(ca7e3ed)
Release 0.1.2
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
0.1.1 (2022-09-20)
Bug Fixes
- set dependencies as peerDependencies as well (9eccd44)
Release 0.1.0
0.1.0 (2022-09-20)
Features