6.4.0
What's Changed
- chore(ui): add debug page in example app to check the mute flow. by @kanat in #1601
- fix(ui): type
ImageDecoderCallback
not found on pre-Flutter 3.10.0 versions. by @xsahil03x in #1602 - chore(ui): StreamUserListTile to receive
tileColor
properly by @andrewsmedina in #1606 - fix(ui): fix scrollController not working correctly for unread. by @xsahil03x in #1607
- feat(ui): add support for
MessageInput.allowedAttachmentPickerTypes
. by @xsahil03x in #1608 - feat(ui): add ability to override delete confirm button tap. by @xsahil03x in #1610
- feat(ui): added support for
quotedMessageBuilder
. by @xsahil03x in #1611 - fix(llc): fix message order when sent quickly. by @xsahil03x in #1616
- fix(ui): fix attachment picker not able to find streamChatTheme. by @xsahil03x in #1618
- refactor(persistence): align message entity with StreamChat. by @xsahil03x in #1619
- fix(llc): handle channel mute expiration. by @xsahil03x in #1622
- feat(ui): add support for builder to override avatars in StreamChannelAvatar. by @xsahil03x in #1623
- feat(ui): add support for
StreamMessageInput.contentInsertionConfiguration
. by @xsahil03x in #1624
New Contributors
- @andrewsmedina made their first contribution in #1606
Full Changelog: 6.3.0...6.4.0