Releases: GetStream/stream-chat-flutter
Releases · GetStream/stream-chat-flutter
6.8.1
7.0.0-beta.2
What's Changed
- Included changes from https://github.com/GetStream/stream-chat-flutter/releases/tag/6.8.0
6.8.0
What's Changed
- chore(ui): Send
onLinkTap
on url attachement by @MateusHBR in #1679 - fix(persistence): fix column
message.state
not found. by @xsahil03x in #1684 - feat(llc): add support for setting
message.type
. by @xsahil03x in #1685
Full Changelog: 6.7.0...6.8.0
7.0.0-beta.1
What's Changed
- chore(repo): remove deprecated code. by @xsahil03x in #1675
- feat(ui): add support for
StreamMessageInput.contentInsertionConfiguration
. by @xsahil03x in61948d5
(#1671) - chore(ui): bump jiffy to v6.2.1. by @xsahil03x in 79faac5
6.7.0
6.6.0
6.5.0
What's Changed
- ci(repo): fix workflow by @xsahil03x in #1626
- chore(repo): fix workflow badge. by @xsahil03x in #1627
- fix(ui): pass onConfirmDeleteTap to MessageActionsModal. by @xsahil03x in #1629
- fix(ui): fix
createdAtStyle
null check error inSendingIndicatorBuilder
by @xsahil03x in #1630 - feat(ui): add support for customizing message input attachments. by @xsahil03x in #1631
- chore(repo): bump example sdk constraints for
dart 3.0
. by @xsahil03x in #1633 - feat(ui): swipeable v2, migrate message widget. by @xsahil03x in #1635
- fix(ui): not able to hide reaction picker. by @xsahil03x in #1638
- fix(ui): save attachments to gallery. by @xsahil03x in #1640
- docs(doc): remove incorrect info. by @xsahil03x in #1641
- fix(ui): fix MessageWidget.widthFactor not working on web/desktop. by @xsahil03x in #1643
- chore(repo): update dependabot. by @xsahil03x in #1645
- chore(repo): bump benc-uk/workflow-dispatch from 1 to 121 by @dependabot in #1647
- chore(repo): bump codecov/codecov-action from 1 to 3 by @dependabot in #1648
- chore(repo): bump amannn/action-semantic-pull-request from 3.4.0 to 5.2.0 by @dependabot in #1650
- chore(repo): bump VeryGoodOpenSource/very_good_coverage from 1.1.1 to 2.1.0 by @dependabot in #1649
- chore(localization): update translations_test.dart by @xsahil03x in #1653
- chore(ui): bump and migrate video_player to 2.7.0. by @xsahil03x in #1654
- chore(repo): bump image_picker from 0.8.9 to 1.0.0 in /packages/stream_chat_flutter by @dependabot in #1651
- chore(ui): revert "add support for
StreamMessageInput.contentInsertionConfiguration
." by @xsahil03x in #1655 - chore(repo): remove dart-code-metrics. by @xsahil03x in #1658
- chore(ui): bump
chewie
to ^1.6.0 andshare_plus
to ^7.0.2 by @xsahil03x in #1656 - chore(ui, localization): bump jiffy to v6.2.1 by @xsahil03x in #1632
New Contributors
- @dependabot made their first contribution in #1647
Full Changelog: 6.4.0...6.5.0
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
6.3.0
What's Changed
- chore(llc, core, ui): bump
dio
to^5.2.0
. by @xsahil03x in #1589 - feat(llc, persistence): add support for open and close persistence via client. by @xsahil03x in #1583
- fix(ui): fix attachment download on web. by @xsahil03x in #1595
- fix(llc): Remove cached channel once left. by @xsahil03x in #1586
- fix(ui): fix
StreamChannelInfoBottomSheet
member list rendering. by @xsahil03x in #1596 - fix(ui): fix
videoCall
asset not available. by @rlee1990 in #1587
Full Changelog: 6.2.0...6.3.0
6.2.0
What's Changed
- fix(ui): fix
MessageInputTheme.linkHighlightColor
returning null for default theme. by @xsahil03x in #1549 - fix(ui, core): make message input regex caseInsensitive. by @xsahil03x in #1550
- fix(ui): handle
StreamMessageInput
enrichUrl exceptions. by @xsahil03x in #1551 - fix(ui, core): use
CircularProgressIndicator.adaptive
instead of material indicator. by @xsahil03x in #1552 - chore(repo): migrate to flutter
v3.10.0
by @xsahil03x in #1553 - fix(ui): fix
editMessageInputBuilder
property not used inMessageActionsModal.editMessage
option. by @xsahil03x in #1555 - feat(llc, persistence): add support for
StreamChatPersistenceClient.isConnected
. by @kanat in #1557 - fix(ui): handle image load error for url attachments. by @xsahil03x in #1558
- feat(ui): add support for
StreamMessageThemeData.urlAttachmentTextMaxLine
. by @xsahil03x in #1559 - feat(core): bump connectivity_plus to 4.0.0 by @xsahil03x in #1564
- feat(ui): bump shimmer to 3.0.0 by @xsahil03x in #1565
- fix(ui): Remove the user is a member check for unreadIndicator. by @xsahil03x in #1566
- fix(ui): fix WebOrDesktopAttachmentPickerOption not using localized title. by @xsahil03x in #1567
- fix(llc, persistence): remove default value of user.createdAt, updatedAt. by @xsahil03x in #1568
- fix(ui): Fix widgetSpan getting resized twice when textScaling is enabled. by @xsahil03x in #1569
- fix(ui): autocomplete clicks on web by @geweald in #1572
- fix(ui, core): fix various
StreamMessageListView
issues. by @xsahil03x in #1578 - chore(ui): bump image_gallery_saver to 2.0.1. by @xsahil03x in #1581
- chore(ui): deprecate
ChannelPreview
in favor ofStreamChannelListTile
. by @xsahil03x in #1582
Full Changelog: 6.1.0...6.2.0