Skip to content

Releases: GetStream/stream-chat-flutter

6.8.1

28 Jul 15:20
aec4c07
Compare
Choose a tag to compare

What's Changed

  • fix(ui): Fixed StreamMessageInput always sending message as system.

7.0.0-beta.2

24 Jul 19:46
2c0467e
Compare
Choose a tag to compare
7.0.0-beta.2 Pre-release
Pre-release

6.8.0

24 Jul 13:57
51e005d
Compare
Choose a tag to compare

What's Changed

Full Changelog: 6.7.0...6.8.0

7.0.0-beta.1

13 Jul 11:04
b8eeb2d
Compare
Choose a tag to compare
7.0.0-beta.1 Pre-release
Pre-release

What's Changed

6.7.0

12 Jul 14:46
162d42b
Compare
Choose a tag to compare

What's Changed

  • refactor(llc): deprecate MessageSendingStatus in favor of MessageState. by @xsahil03x in #1617

6.6.0

12 Jul 10:58
3b957ee
Compare
Choose a tag to compare

What's Changed

  • chore(repo): updated minimum supported SDK version to Flutter 3.7/Dart 2.19 by @xsahil03x in #1668

6.5.0

05 Jul 12:00
bcf7f25
Compare
Choose a tag to compare

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 in SendingIndicatorBuilder 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 and share_plus to ^7.0.2 by @xsahil03x in #1656
  • chore(ui, localization): bump jiffy to v6.2.1 by @xsahil03x in #1632

New Contributors

Full Changelog: 6.4.0...6.5.0

6.4.0

19 Jun 11:26
7457df8
Compare
Choose a tag to compare

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

Full Changelog: 6.3.0...6.4.0

6.3.0

08 Jun 14:03
caeadfe
Compare
Choose a tag to compare

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

02 Jun 10:28
c307ee8
Compare
Choose a tag to compare

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 in MessageActionsModal.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 of StreamChannelListTile. by @xsahil03x in #1582

Full Changelog: 6.1.0...6.2.0