File tree Expand file tree Collapse file tree 11 files changed +43
-21
lines changed
stream_chat_localizations Expand file tree Collapse file tree 11 files changed +43
-21
lines changed Original file line number Diff line number Diff line change 1- ## Upcoming
1+ ## 8.2.0
22
33✅ Added
4- - Added user blocking to the client.
5-
6- 🐞 Fixed
74
8- - Fixed locale conversion in jiffy .
5+ - Added user blocking to the client .
96
107## 8.1.0
118
129✅ Added
10+
1311- Added ` httpClientAdapter ` to ` StreamHttpClient ` that enables the use native http implementations
1412
1513🔄 Changed
3533## 7.2.1
3634
3735✅ Added
36+
3837- Added ` voiceRecording ` attachment type
3938
4039## 7.2.0-hotfix.1
4140
42- - Version to keep in sync with the rest of the packages
43-
41+ - Version to keep in sync with the rest of the packages
42+
4443## 7.2.0
4544
4645✅ Added
47- - Added ` markUnread ` method to ` Channel ` that marks messages from the provided message id onwards as unread
46+
47+ - Added ` markUnread ` method to ` Channel ` that marks messages from the provided message id onwards as
48+ unread
4849
4950## 7.1.0
5051
5152🐞 Fixed
53+
5254- Fixes a thread message causing reply messages on the main thread to be considered deleted
5355
5456## 7.0.2
6870 ** might** produce a ** breaking change** if you your code depends in ` UUID ` ` 3.x.x ` directly or indirectly.
6971
7072## 7.0.0
71-
73+
7274- 🛑️ Breaking
7375
7476- Removed deprecated ` channelQuery.sort ` property. Use ` channelStateSort ` instead.
Original file line number Diff line number Diff line change @@ -3,4 +3,4 @@ import 'package:stream_chat/src/client/client.dart';
33/// Current package version
44/// Used in [StreamChatClient] to build the `x-stream-client` header
55// ignore: constant_identifier_names
6- const PACKAGE_VERSION = '8.1 .0' ;
6+ const PACKAGE_VERSION = '8.2 .0' ;
Original file line number Diff line number Diff line change 11name : stream_chat
22homepage : https://getstream.io/
33description : The official Dart client for Stream Chat, a service for building chat applications.
4- version : 8.1 .0
4+ version : 8.2 .0
55repository : https://github.com/GetStream/stream-chat-flutter
66issue_tracker : https://github.com/GetStream/stream-chat-flutter/issues
77
Original file line number Diff line number Diff line change 1- ## Upcoming
1+ ## 8.2.0
22
33✅ Added
44
5+ - Added ` onThreadTap ` parameter to ` MessageWidgetContent ` to enable thread tap action.
56- Messages by default now show an "Edited" label if text is edited. Use ` showEditedLabel ` to disable this functionality.
67
8+ 🐞 Fixed
9+
10+ - Fixed locale conversion in jiffy.
11+
12+ 🔄 Changed
13+
14+ - Updated ` stream_chat_flutter_core ` dependency to [ ` 8.2.0 ` ] ( https://pub.dev/packages/stream_chat/changelog ) .
15+
716## 8.1.0
817
918🐞 Fixed
2130
2231- Fixed null errors in web from markdown.
2332- Fixed bug causing background events to be sent in foreground.
24- - Added ` onThreadTap ` parameter to ` MessageWidgetContent ` to enable thread tap action.
2533
2634## 7.3.0
2735
Original file line number Diff line number Diff line change 11name : stream_chat_flutter
22homepage : https://github.com/GetStream/stream-chat-flutter
33description : Stream Chat official Flutter SDK. Build your own chat experience using Dart and Flutter.
4- version : 8.1 .0
4+ version : 8.2 .0
55repository : https://github.com/GetStream/stream-chat-flutter
66issue_tracker : https://github.com/GetStream/stream-chat-flutter/issues
77
@@ -41,7 +41,7 @@ dependencies:
4141 rxdart : ^0.28.0
4242 share_plus : ^10.0.2
4343 shimmer : ^3.0.0
44- stream_chat_flutter_core : ^8.1 .0
44+ stream_chat_flutter_core : ^8.2 .0
4545 synchronized : ^3.1.0+1
4646 thumblr : ^0.0.4
4747 url_launcher : ^6.3.0
Original file line number Diff line number Diff line change 1+ ## 8.2.0
2+
3+ - Updated ` stream_chat ` dependency to [ ` 8.2.0 ` ] ( https://pub.dev/packages/stream_chat/changelog ) .
4+
15## 8.1.0
26
37🔄 Changed
Original file line number Diff line number Diff line change 11name : stream_chat_flutter_core
22homepage : https://github.com/GetStream/stream-chat-flutter
33description : Stream Chat official Flutter SDK Core. Build your own chat experience using Dart and Flutter.
4- version : 8.1 .0
4+ version : 8.2 .0
55repository : https://github.com/GetStream/stream-chat-flutter
66issue_tracker : https://github.com/GetStream/stream-chat-flutter/issues
77
@@ -17,7 +17,7 @@ dependencies:
1717 freezed_annotation : ^2.4.1
1818 meta : ^1.9.1
1919 rxdart : ^0.28.0
20- stream_chat : ^8.1 .0
20+ stream_chat : ^8.2 .0
2121
2222dev_dependencies :
2323 build_runner : ^2.4.9
Original file line number Diff line number Diff line change 1+ ## 8.2.0
2+
3+ - Updated ` stream_chat_flutter ` dependency to [ ` 8.2.0 ` ] ( https://pub.dev/packages/stream_chat/changelog ) .
4+
15## 8.1.0
26
37- Updated ` stream_chat_flutter ` dependency to [ ` 8.1.0 ` ] ( https://pub.dev/packages/stream_chat/changelog ) .
Original file line number Diff line number Diff line change 11name : stream_chat_localizations
22description : The Official localizations for Stream Chat Flutter, a service for building chat applications
3- version : 8.1 .0
3+ version : 8.2 .0
44homepage : https://github.com/GetStream/stream-chat-flutter
55repository : https://github.com/GetStream/stream-chat-flutter
66issue_tracker : https://github.com/GetStream/stream-chat-flutter/issues
@@ -14,7 +14,7 @@ dependencies:
1414 sdk : flutter
1515 flutter_localizations :
1616 sdk : flutter
17- stream_chat_flutter : ^8.1 .0
17+ stream_chat_flutter : ^8.2 .0
1818
1919dev_dependencies :
2020 flutter_test :
Original file line number Diff line number Diff line change 1+ ## 8.2.0
2+
3+ - Updated ` stream_chat ` dependency to [ ` 8.2.0 ` ] ( https://pub.dev/packages/stream_chat/changelog ) .
4+
15## 8.1.0
26
37- Updated ` stream_chat ` dependency to [ ` 8.1.0 ` ] ( https://pub.dev/packages/stream_chat/changelog ) .
You can’t perform that action at this time.
0 commit comments