Releases: pubnub/chat-components-android
Releases · pubnub/chat-components-android
0.6.0
0.5.2
November 09 2022
Modified
- Dependencies update
- Jetpack Compose updated to 1.3.2 with BOM,
- Kotlin updated to 1.7.20,
- Android Gradle updated to 7.3.1,
- Gradle wrapper 7.5.1,
0.5.1
October 12 2022
Fixed
- TypingIndicator multi-instance issue.
- MessageReactions multi-instance issue.
Modified
- ViewModels containing
channelIdin constructor changed.
0.5.0-rc01
September 08 2022
Added
- Message input on before send.
- Custom logger with new levels of verbosity.
- Sticky header for Channel List.
- Sticky header for Message List.
- GroupMessageRenderer extended with messageOwn for owner messages.
- Paging Data transformers.
- Aligning all the platforms to use a consistent payload for all entity types.
Fixed
- ISO8601 converter fixed.
Modified
- Typing Indicator updated.
- Channel list updated.
- Removed unused functionality for Objects v2.
Known Bugs
- TypingIndicator and MessageReactions stopped working after Compose & Coroutines update (SharedFlow issue).
0.4.0
May 18 2022
Added
- Bottom Menu with message options.
Modified
- MessageReactions updated.
- MessageInputViewModel parameters changed.
- ViewModels default method used.
- MessageData aligned.
0.3.1
April 09 2022
Fixed
- Message
typeset as nullable.
0.3.0
April 06 2022
Added
- Message Actions implementation.
Fixed
- Foreign key removed for DBMessage, database schema added.
Modified
- Compose version 1.1.1, Gradle 7.4, dependencies update (stable).
0.2.0
January 19 2022
Added
- WARNING: Release contains breaking changes! Uuid is required parameter while creating an instance of PubNub.
0.1.2
January 18 2022
Fixed
- Date separator removed from message list.
Modified
- Compose version 1.1.0-rc02, Gradle 7.3, dependencies update.
- Set
nulldefault values for nullable parameters in data models. ImagewithrememberImagePainterreplaced withAsyncImage.
0.1.1
November 30 2021
Modified
- Standardize interface methods, use ID type-aliases, repositories refactor.