|
11 | 11 |
|
12 | 12 | 🐞 Fixed |
13 | 13 |
|
14 | | -- Fixed mistakenly passing the hyperlink text to the `onLinkTap` callback instead of the actual `href`. |
| 14 | +- Fixed mistakenly passing the hyperlink text to the `onLinkTap` callback instead of the actual |
| 15 | + `href`. |
15 | 16 |
|
16 | 17 | ## 9.19.0 |
17 | 18 |
|
|
25 | 26 |
|
26 | 27 | 🐞 Fixed |
27 | 28 |
|
28 | | -- Fixed `StreamMessageListView` not marking thread messages as read when scrolled to the bottom of the list. |
| 29 | +- Fixed `StreamMessageListView` not marking thread messages as read when scrolled to the bottom of |
| 30 | + the list. |
29 | 31 | - Fixed `StreamMessageInput` not validating draft messages before creating/updating them. |
30 | 32 |
|
31 | 33 | ## 9.17.0 |
|
56 | 58 |
|
57 | 59 | ✅ Added |
58 | 60 |
|
59 | | -- Added `padding` and `textInputMargin` to `StreamMessageInput` to allow fine-tuning the layout. |
| 61 | +- Added `padding` and `textInputMargin` to `StreamMessageInput` to allow fine-tuning the layout. |
60 | 62 |
|
61 | 63 | ## 9.15.0 |
62 | 64 |
|
|
74 | 76 |
|
75 | 77 | 🐞 Fixed |
76 | 78 |
|
77 | | -- Fixed `StreamMessageInput` tries to expand to full height when used in a unconstrained environment. |
| 79 | +- Fixed `StreamMessageInput` tries to expand to full height when used in a unconstrained |
| 80 | + environment. |
78 | 81 | - Fixed `StreamCommandAutocompleteOptions` to style the command name with `textHighEmphasis` style. |
79 | 82 |
|
80 | 83 | ## 9.13.0 |
|
116 | 119 |
|
117 | 120 | - Added support for Draft messages preview. |
118 | 121 | - Added a new `StreamDraftListView` for displaying draft messages. |
119 | | -- Added a confirmation dialog for end vote in Polls. [[#2211]](https://github.com/GetStream/stream-chat-flutter/issues/2211) |
| 122 | +- Added a confirmation dialog for end vote in |
| 123 | + Polls. [[#2211]](https://github.com/GetStream/stream-chat-flutter/issues/2211) |
120 | 124 |
|
121 | 125 | 🐞 Fixed |
122 | 126 |
|
123 | | -- [[#2182]](https://github.com/GetStream/stream-chat-flutter/issues/2182) Fixes StreamMessageInput not listening to channel capabilities. |
| 127 | +- [[#2182]](https://github.com/GetStream/stream-chat-flutter/issues/2182) Fixes StreamMessageInput |
| 128 | + not listening to channel capabilities. |
124 | 129 |
|
125 | 130 | 🔄 Changed |
126 | 131 |
|
127 | | -- Exported `StreamQuotedMessageWidget` to allow customization of quoted messages using `StreamMessageWidget.quotedMessageBuilder`. |
| 132 | +- Exported `StreamQuotedMessageWidget` to allow customization of quoted messages using |
| 133 | + `StreamMessageWidget.quotedMessageBuilder`. |
128 | 134 |
|
129 | 135 | ## 9.8.0 |
130 | 136 |
|
|
149 | 155 | - [[#2118]](https://github.com/GetStream/stream-chat-flutter/issues/2118) Fixed invalid assertions |
150 | 156 | applied on message input command and attachment button. |
151 | 157 | - [[#2042]](https://github.com/GetStream/stream-chat-flutter/issues/2042) Fixed `StreamMessageInput` |
152 | | - send message predicate to properly handle shift+enter for new lines and improve message text validation. |
| 158 | + send message predicate to properly handle shift+enter for new lines and improve message text |
| 159 | + validation. |
153 | 160 |
|
154 | 161 | ✅ Added |
155 | 162 |
|
|
161 | 168 |
|
162 | 169 | - [[#2137]](https://github.com/GetStream/stream-chat-flutter/issues/2137) Fixed message input |
163 | 170 | buttons not being able to customized. |
164 | | -- [[#1775]](https://github.com/GetStream/stream-chat-flutter/issues/1775) Fix incorrect message order. |
| 171 | +- [[#1775]](https://github.com/GetStream/stream-chat-flutter/issues/1775) Fix incorrect message |
| 172 | + order. |
165 | 173 |
|
166 | 174 | ## 9.5.0 |
167 | 175 |
|
|
178 | 186 | 🔄 Changed |
179 | 187 |
|
180 | 188 | - Updated the message list view to prevent pinning messages that have restricted visibility. |
181 | | -- Deprecated `StreamMessageInput.useNativeAttachmentPickerOnMobile` in favor of `StreamMessageInput.useSystemAttachmentPicker`. |
| 189 | +- Deprecated `StreamMessageInput.useNativeAttachmentPickerOnMobile` in favor of |
| 190 | + `StreamMessageInput.useSystemAttachmentPicker`. |
182 | 191 |
|
183 | 192 | ## 9.4.0 |
184 | 193 |
|
185 | 194 | 🔄 Changed |
186 | 195 |
|
187 | 196 | - Updated minimum Flutter version to 3.27.4 for the SDK. |
188 | | -- Replaced [image_gallery_saver_plus](https://pub.dev/packages/image_gallery_saver_plus) with [gal](https://pub.dev/packages/gal) |
| 197 | +- Replaced [image_gallery_saver_plus](https://pub.dev/packages/image_gallery_saver_plus) |
| 198 | + with [gal](https://pub.dev/packages/gal) |
189 | 199 |
|
190 | 200 | ## 9.3.0 |
191 | 201 |
|
|
200 | 210 | - Deprecated `StreamVoiceRecordingLoading` as it is no longer used. |
201 | 211 | - Deprecated `StreamVoiceRecordingPlayer` in favor of `StreamVoiceRecordingAttachment`. |
202 | 212 | - Deprecated `StreamVoiceRecordingSlider` in favor of `StreamAudioWaveformSlider`. |
203 | | -- Deprecated `VoiceRecordingAttachmentBuilder` in favor of `VoiceRecordingAttachmentPlaylistBuilder`. |
| 213 | +- Deprecated `VoiceRecordingAttachmentBuilder` in favor of |
| 214 | + `VoiceRecordingAttachmentPlaylistBuilder`. |
204 | 215 | - Deprecated `StreamVoiceRecordingTheme` in favor of `StreamVoiceRecordingAttachmentTheme`. |
205 | 216 |
|
206 | 217 | ## 9.2.0+1 |
|
0 commit comments