Skip to content

Releases: GetStream/stream-chat-flutter

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

6.1.0

12 May 12:52
13dce4d
Compare
Choose a tag to compare

What's Changed

  • fix(ui): fix emoji regexp to exclude non-emoji chars by @kanat in #1510
  • feat(ui): Added StreamMessageInput.ogPreviewFilter to allow users to filter out the og preview links. by @xsahil03x in #1516
  • fix(ui): editMessageInputBuilder property not used in message edit widget. by @xsahil03x in #1513
  • feat(ui): add support for url attachment theming. by @xsahil03x in #1509
  • feat(llc): expose ChannelMute class. by @xsahil03x in #1515
  • fix(ui): UserAvatarTransform.userAvatarBuilder works only for other user. by @xsahil03x in #1514
  • feat(ui): add support for customizing messageInput hint. by @xsahil03x in #1518
  • fix(llc, core): Fix issues related to channel mute. by @xsahil03x in #1517
  • feat(ui): add support for StreamMessageListView.shrinkWrap. by @xsahil03x in #1520
  • chore(ui): update scrollable_positioned_list with the latest changes. by @xsahil03x in #1519
  • feat(llc): added synchronization to the StreamChatClient.sync api. by @xsahil03x in #1521
  • feat(llc): add support for external interceptors. by @xsahil03x in #1522
  • fix(ui): fix message theme not applied correctly. by @xsahil03x in #1524
  • fix(llc, ui): fix removing message not removing quoted reference. by @xsahil03x in #1526
  • fix(ui): fix clipboardData requires non-nullable string as text. by @ChrisElliotUK in #1530
  • fix(ui): fix messages grouped incorrectly w.r.t. timestamp. by @xsahil03x in #1534
  • fix(ui): fix StreamMessageWidget actions dialog backdrop filter is cut off by safe area. by @xsahil03x in #1536
  • chore(repo): Update dart sdk environment range to support v3.0.0 by @xsahil03x in #1537

New Contributors

Full Changelog: 6.0.0...6.1.0

6.0.0

24 Apr 12:29
99ce725
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 5.3.0...6.0.0

5.3.0

27 Jan 13:32
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 5.2.0...5.3.0

5.2.0

23 Dec 11:27
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 5.0.0...5.2.0

5.1.0

26 Oct 13:38
Compare
Choose a tag to compare

What's Changed

  • V5 by @imtoori in #1222
  • docs: v5 by @imtoori in #1341
  • chore(ui): bump to 5.0.1 by @imtoori in #1345
  • fix(llc): channel clean up after dispose from cache by @Renesanse in #1342
  • fix(persistence): bring back experimental indexedDB on web by @geweald in #1348
  • feat(ui): expose widthFactor in MessageWidget by @SpencerC in #1357
  • feat(llc, ui): add support for thumbUrl in video attachment. by @xsahil03x in #1362
  • feat(ui): show custom action on context menu by @lightrabbit in #1353
  • fix(persistence): fix offline message pagination by @imtoori in #1361
  • fix(persistence,llc,core,ui): deprecated sort, add channelStateSort s… by @imtoori in #1366
  • feat(ui): add enableActionAnimation flag to StreamMessageInput by @imtoori in #1367

New Contributors

Full Changelog: 4.6.0...5.1.0

5.0.0

30 Sep 15:57
Compare
Choose a tag to compare

What's Changed

  • docs: update firebase token generation guide by @HayesGordon in #1186
  • fix(ui): Fix ChannelListTile sendingIndicator isMessageRead calculations by @xsahil03x in #1235
  • fix(llc): fix connecting while connecting and disconneting by @imtoori in #1237
  • feat(llc): add support for AttachmentFileUploaderProvider. by @xsahil03x in #1246
  • feat(localization): Create stream_chat_localizations_no.dart by @monhelle in #1218
  • chore(llc,core,ui,persistence,localization): update changelog and pu… by @imtoori in #1253
  • fix(ui): fix jiffy locale initialization by @imtoori in #1255
  • fix(ui): fix date divider not showing by @imtoori in #1259
  • docs(doc):add-filter-to-StreamUserListController by @HayesGordon in #1267
  • chore(ui, core): removed duplicate exports by @dkrutskikh in #1268
  • feat(persistence): allow experimental indexedDB on web by @geweald in #1189
  • fix(ui): substitute mentioned user ids with user names in system message by @xsahil03x in #1278
  • fix(ui): fix image download on iOS by @imtoori in #1280
  • fix(llc): do not serialize bytes by @imtoori in #1283
  • chore(llc,core,ui,persistence): bump version and changelog by @imtoori in #1288
  • docs(doc): add guide to initialize stream chat by @HayesGordon in #1290
  • fix(llc): Fix Channel.removeMessage not able to remove thread message. by @xsahil03x in #1294
  • fix(ui): fix stopTyping unhandled exceptions when network is off or spotty. by @xsahil03x in #1296
  • feat(llc): add hide_history flag in channel.addMembers. by @xsahil03x in #1298
  • fix(core): only handle the channel list event if the state is success. by @xsahil03x in #1297
  • fix(core): StreamChannelListView load more indicator non stop. by @xsahil03x in #1299
  • feat(core): Add ChannelListController.filter and ChannelListController.sort setters. by @xsahil03x in #1305
  • feat(ui): improve image resizing by @HayesGordon in #1300
  • Release v4.5.0 by @xsahil03x in #1308
  • fix(llc): only start listening to client event once connected. by @xsahil03x in #1321
  • feat(llc): third party video integration by @sachaarbonel in #1295
  • fix(ui): Fix message text hiding because of a flutter bug by @imtoori in #1327
  • chore(llc,core,ui): update pubspec and changelogs by @imtoori in #1333
  • V5 by @imtoori in #1222

New Contributors

Full Changelog: 4.3.0...5.0.0

4.6.0

15 Sep 06:30
3e1d6e9
Compare
Choose a tag to compare

What's Changed

  • fix(llc): only start listening to client event once connected. by @xsahil03x in #1321
  • feat(llc): third party video integration by @sachaarbonel in #1295
  • fix(ui): Fix message text hiding because of a flutter bug by @imtoori in #1327
  • chore(llc,core,ui): update pubspec and changelogs by @imtoori in #1333

Full Changelog: 4.5.0...4.6.0

4.5.0

23 Aug 10:32
ceab917
Compare
Choose a tag to compare

What's Changed

  • docs(doc): add guide to initialize stream chat by @HayesGordon in #1290
  • fix(llc): Fix Channel.removeMessage not able to remove thread message. by @xsahil03x in #1294
  • fix(ui): fix stopTyping unhandled exceptions when network is off or spotty. by @xsahil03x in #1296
  • feat(llc): add hide_history flag in channel.addMembers. by @xsahil03x in #1298
  • fix(core): only handle the channel list event if the state is success. by @xsahil03x in #1297
  • fix(core): StreamChannelListView load more indicator non stop. by @xsahil03x in #1299
  • feat(core): Add ChannelListController.filter and ChannelListController.sort setters. by @xsahil03x in #1305
  • feat(ui): improve image resizing by @HayesGordon in #1300
  • Release v4.5.0 by @xsahil03x in #1308

Full Changelog: 4.4.1...4.5.0

5.0.0-beta.2

28 Jul 12:47
b4c1c8d
Compare
Choose a tag to compare
5.0.0-beta.2 Pre-release
Pre-release

What's Changed

  • fix(ui): load to unread position by @imtoori in #1236
  • chore(ui): add contextmenu requirements for web by @imtoori in #1261
  • feat(ui): StreamChatConfiguration class by @GroovinChip in #1128
  • feat(ui, core): add StreamAutocomplete by @xsahil03x in #1263
  • fix(ui): increase default file limit to 100MB by @imtoori in #1279
  • feat(ui): show dialog after clicking on the camera button and permission is denied by @imtoori in #1262
  • fix(llc, ui): copy file to tempdir before uploading a file and do not serialize bytes by @imtoori in #1285
  • chore(llc,core,ui,persistence,localizations): update changelog and pubspec by @imtoori in #1289

Full Changelog: 5.0.0-beta.1...5.0.0-beta.2