Merge pull request #1537 from GetStream/chore/dart-3
This commit is contained in:
@@ -36,6 +36,10 @@
|
||||
);
|
||||
```
|
||||
|
||||
🔄 Changed
|
||||
|
||||
- Updated `dart` sdk environment range to support `3.0.0`.
|
||||
|
||||
## 6.0.0
|
||||
|
||||
🐞 Fixed
|
||||
|
||||
@@ -6,7 +6,7 @@ repository: https://github.com/GetStream/stream-chat-flutter
|
||||
issue_tracker: https://github.com/GetStream/stream-chat-flutter/issues
|
||||
|
||||
environment:
|
||||
sdk: '>=2.17.0 <3.0.0'
|
||||
sdk: '>=2.17.0 <4.0.0'
|
||||
|
||||
dependencies:
|
||||
async: ^2.10.0
|
||||
|
||||
@@ -66,6 +66,7 @@
|
||||
|
||||
🔄 Changed
|
||||
|
||||
- Updated `dart` sdk environment range to support `3.0.0`.
|
||||
- Deprecated `MessageTheme.linkBackgroundColor` in favor of `MessageTheme.urlAttachmentBackgroundColor`.
|
||||
|
||||
## 6.0.0
|
||||
|
||||
@@ -6,7 +6,7 @@ repository: https://github.com/GetStream/stream-chat-flutter
|
||||
issue_tracker: https://github.com/GetStream/stream-chat-flutter/issues
|
||||
|
||||
environment:
|
||||
sdk: ">=2.17.0 <3.0.0"
|
||||
sdk: ">=2.17.0 <4.0.0"
|
||||
flutter: ">=1.20.0"
|
||||
|
||||
dependencies:
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
## Upcoming
|
||||
|
||||
- Updated `dart` sdk environment range to support `3.0.0`.
|
||||
- [[#1356]](https://github.com/GetStream/stream-chat-flutter/issues/1356) Channel doesn't auto display again after being
|
||||
hidden.
|
||||
|
||||
|
||||
@@ -6,7 +6,7 @@ repository: https://github.com/GetStream/stream-chat-flutter
|
||||
issue_tracker: https://github.com/GetStream/stream-chat-flutter/issues
|
||||
|
||||
environment:
|
||||
sdk: '>=2.17.0 <3.0.0'
|
||||
sdk: '>=2.17.0 <4.0.0'
|
||||
flutter: ">=1.17.0"
|
||||
|
||||
dependencies:
|
||||
|
||||
@@ -1,3 +1,7 @@
|
||||
## Upcoming
|
||||
|
||||
* Updated `dart` sdk environment range to support `3.0.0`.
|
||||
|
||||
## 5.0.0
|
||||
|
||||
* Updated `stream_chat_flutter` dependency to [`6.0.0`](https://pub.dev/packages/stream_chat_flutter/changelog).
|
||||
@@ -6,9 +10,12 @@
|
||||
|
||||
✅ Added
|
||||
|
||||
* Added support for [Catalan](https://github.com/GetStream/stream-chat-flutter/blob/master/packages/stream_chat_localizations/lib/src/stream_chat_localizations_ca.dart) locale.
|
||||
* Added support
|
||||
for [Catalan](https://github.com/GetStream/stream-chat-flutter/blob/master/packages/stream_chat_localizations/lib/src/stream_chat_localizations_ca.dart)
|
||||
locale.
|
||||
* Added translations for new `noPhotoOrVideoLabel` label.
|
||||
* Changed text in New messages separator. Now is doesn't count the new messages and only shows "New messages". All the translations were updated.
|
||||
* Changed text in New messages separator. Now is doesn't count the new messages and only shows "New messages". All the
|
||||
translations were updated.
|
||||
|
||||
🔄 Changed
|
||||
|
||||
@@ -39,7 +46,9 @@
|
||||
|
||||
## 3.3.0
|
||||
|
||||
* Added support for [Norwegian](https://github.com/GetStream/stream-chat-flutter/blob/master/packages/stream_chat_localizations/lib/src/stream_chat_localizations_no.dart) locale.
|
||||
* Added support
|
||||
for [Norwegian](https://github.com/GetStream/stream-chat-flutter/blob/master/packages/stream_chat_localizations/lib/src/stream_chat_localizations_no.dart)
|
||||
locale.
|
||||
|
||||
## 3.2.0
|
||||
|
||||
@@ -49,7 +58,9 @@
|
||||
|
||||
## 3.1.0
|
||||
|
||||
* Added support for [German](https://github.com/GetStream/stream-chat-flutter/blob/master/packages/stream_chat_localizations/lib/src/stream_chat_localizations_de.dart) locale.
|
||||
* Added support
|
||||
for [German](https://github.com/GetStream/stream-chat-flutter/blob/master/packages/stream_chat_localizations/lib/src/stream_chat_localizations_de.dart)
|
||||
locale.
|
||||
|
||||
## 3.0.0
|
||||
|
||||
@@ -63,7 +74,9 @@
|
||||
|
||||
✅ Added
|
||||
|
||||
* Added support for [Portuguese](https://github.com/GetStream/stream-chat-flutter/blob/master/packages/stream_chat_localizations/lib/src/stream_chat_localizations_pt.dart) locale.
|
||||
* Added support
|
||||
for [Portuguese](https://github.com/GetStream/stream-chat-flutter/blob/master/packages/stream_chat_localizations/lib/src/stream_chat_localizations_pt.dart)
|
||||
locale.
|
||||
|
||||
🔄 Changed
|
||||
|
||||
@@ -81,9 +94,15 @@
|
||||
|
||||
✅ Added
|
||||
|
||||
* Added support for [Spanish](https://github.com/GetStream/stream-chat-flutter/blob/master/packages/stream_chat_localizations/lib/src/stream_chat_localizations_es.dart) locale.
|
||||
* Added support for [Korean](https://github.com/GetStream/stream-chat-flutter/blob/master/packages/stream_chat_localizations/lib/src/stream_chat_localizations_ko.dart) locale.
|
||||
* Added support for [Japanese](https://github.com/GetStream/stream-chat-flutter/blob/master/packages/stream_chat_localizations/lib/src/stream_chat_localizations_ja.dart) locale.
|
||||
* Added support
|
||||
for [Spanish](https://github.com/GetStream/stream-chat-flutter/blob/master/packages/stream_chat_localizations/lib/src/stream_chat_localizations_es.dart)
|
||||
locale.
|
||||
* Added support
|
||||
for [Korean](https://github.com/GetStream/stream-chat-flutter/blob/master/packages/stream_chat_localizations/lib/src/stream_chat_localizations_ko.dart)
|
||||
locale.
|
||||
* Added support
|
||||
for [Japanese](https://github.com/GetStream/stream-chat-flutter/blob/master/packages/stream_chat_localizations/lib/src/stream_chat_localizations_ja.dart)
|
||||
locale.
|
||||
* Added translations for cooldown mode.
|
||||
* Added translations for attachmentLimitExceed.
|
||||
|
||||
@@ -94,7 +113,7 @@
|
||||
- 'तस्वीरें' -> 'फ़ोटोज'
|
||||
- 'बिता हुआ कल' -> 'कल'
|
||||
- 'चैनल मौन है' -> 'चैनल म्यूट है'
|
||||
|
||||
|
||||
## 1.0.2
|
||||
|
||||
* Updated `stream_chat_flutter` dependency
|
||||
|
||||
@@ -6,7 +6,7 @@ repository: https://github.com/GetStream/stream-chat-flutter
|
||||
issue_tracker: https://github.com/GetStream/stream-chat-flutter/issues
|
||||
|
||||
environment:
|
||||
sdk: '>=2.17.0 <3.0.0'
|
||||
sdk: '>=2.17.0 <4.0.0'
|
||||
flutter: ">=1.20.0"
|
||||
|
||||
dependencies:
|
||||
|
||||
@@ -1,3 +1,7 @@
|
||||
## Upcoming
|
||||
|
||||
- Updated `dart` sdk environment range to support `3.0.0`.
|
||||
|
||||
## 6.0.0
|
||||
|
||||
- Updated `drift` to `^2.7.0`.
|
||||
@@ -23,7 +27,8 @@
|
||||
|
||||
## 4.4.0
|
||||
|
||||
- Allowed experimental use of indexedDb on web with `webUseExperimentalIndexedDb` parameter on `StreamChatPersistenceClient`.
|
||||
- Allowed experimental use of indexedDb on web with `webUseExperimentalIndexedDb` parameter
|
||||
on `StreamChatPersistenceClient`.
|
||||
Thanks [geweald](https://github.com/geweald).
|
||||
|
||||
## 4.3.0
|
||||
|
||||
@@ -6,7 +6,7 @@ repository: https://github.com/GetStream/stream-chat-flutter
|
||||
issue_tracker: https://github.com/GetStream/stream-chat-flutter/issues
|
||||
|
||||
environment:
|
||||
sdk: '>=2.17.0 <3.0.0'
|
||||
sdk: '>=2.17.0 <4.0.0'
|
||||
flutter: ">=1.17.0"
|
||||
|
||||
dependencies:
|
||||
|
||||
Reference in New Issue
Block a user