|
1 | 1 | ## [1.3.2] (Unreleased)
|
| 2 | + |
| 3 | +* **Feat**: [115](https://github.com/SimformSolutionsPvtLtd/flutter_chatview/issues/115) Added |
| 4 | + option for showing message sent/received time in message bubble. Removed 'enableSwipeToSeeTime' |
| 5 | + & added 'messageTimePositionType' to FeatureActiveConfig class for changing position of message |
| 6 | + time. |
2 | 7 | * **Fix**: [126](https://github.com/SimformSolutionsPvtLtd/flutter_chatview/issues/126) Added
|
3 | 8 | flag to hide user name in chat.
|
4 | 9 |
|
5 | 10 |
|
6 | 11 | ## [1.3.1]
|
7 | 12 |
|
8 |
| -* **Feat**: [105](https://github.com/SimformSolutionsPvtLtd/flutter_chatview/pull/105) Allow user |
9 |
| - to get callback when image is picked so user can perform operation like crop. Allow user to pass |
| 13 | +* **Feat**: [105](https://github.com/SimformSolutionsPvtLtd/flutter_chatview/pull/105) Allow user |
| 14 | + to get callback when image is picked so user can perform operation like crop. Allow user to pass |
10 | 15 | configuration like height, width, image quality and preferredCameraDevice.
|
11 |
| -* **Fix**: [95](https://github.com/SimformSolutionsPvtLtd/flutter_chatview/issues/95) Fix issue of |
| 16 | +* **Fix**: [95](https://github.com/SimformSolutionsPvtLtd/flutter_chatview/issues/95) Fix issue of |
12 | 17 | chat is added to bottom while `loadMoreData` callback.
|
13 |
| -* **Fix**: [109](https://github.com/SimformSolutionsPvtLtd/flutter_chatview/issues/109) Added |
14 |
| - support for the hiding/Un-hiding gallery and camera buttons |
15 |
| - |
| 18 | +* **Fix**: [109](https://github.com/SimformSolutionsPvtLtd/flutter_chatview/issues/109) Added |
| 19 | + support for the hiding/Un-hiding gallery and camera buttons |
| 20 | + |
16 | 21 | ## [1.3.0]
|
17 | 22 |
|
18 | 23 | * **Feat**: [71](https://github.com/SimformSolutionsPvtLtd/flutter_chatview/pull/71) Added Callback
|
19 | 24 | when a user starts/stops composing typing a message.
|
20 | 25 | * **Fix**: [78](https://github.com/SimformSolutionsPvtLtd/flutter_chatview/pull/78) Fix issue of
|
21 | 26 | unmodifiable list.
|
22 |
| -* **Feat**: [76](https://github.com/SimformSolutionsPvtLtd/flutter_chatview/pull/76) Message Receipts. |
| 27 | +* **Feat**: [76](https://github.com/SimformSolutionsPvtLtd/flutter_chatview/pull/76) Message |
| 28 | + Receipts. |
23 | 29 | * **Fix**: [81](https://github.com/SimformSolutionsPvtLtd/flutter_chatview/pull/81) Fix issue of
|
24 | 30 | TypingIndicator Rebuilding ChatView.
|
25 | 31 | * **Fix**: [94](https://github.com/SimformSolutionsPvtLtd/flutter_chatview/pull/94) Fixed deprecated
|
26 | 32 | `showRecentsTab` property with new `recentTabBehavior`.
|
27 | 33 | * Support for latest flutter version `3.10.5`.
|
28 |
| -* Update dependencies `http` to version `1.1.0` and `image_picker` to version range `'>=0.8.9 <2.0.0'`. |
29 |
| - |
| 34 | +* Update dependencies `http` to version `1.1.0` and `image_picker` to version |
| 35 | + range `'>=0.8.9 <2.0.0'`. |
30 | 36 |
|
31 | 37 | ## [1.2.1]
|
32 | 38 |
|
33 | 39 | * **Fix**: [60](https://github.com/SimformSolutionsPvtLtd/flutter_chatview/issues/60) Fix image from
|
34 | 40 | file is not loaded.
|
35 | 41 | * **Fix**: [61](https://github.com/SimformSolutionsPvtLtd/flutter_chatview/issues/61) Fix issue of
|
36 | 42 | audio message is not working.
|
37 |
| -* **Feat**: [65](https://github.com/SimformSolutionsPvtLtd/flutter_chatview/issues/65) Add callback |
| 43 | +* **Feat**: [65](https://github.com/SimformSolutionsPvtLtd/flutter_chatview/issues/65) Add callback |
38 | 44 | when user react on message.
|
39 | 45 |
|
40 |
| - |
41 | 46 | ## [1.2.0+1]
|
42 | 47 |
|
43 |
| -* **Feat**: [42](https://github.com/SimformSolutionsPvtLtd/flutter_chatview/issues/42) Ability to |
| 48 | +* **Feat**: [42](https://github.com/SimformSolutionsPvtLtd/flutter_chatview/issues/42) Ability to |
44 | 49 | get callback on tap of profile circle avatar.
|
45 | 50 | * **Breaking**: Add `messageType` in `onSendTap` callback for encountering messages.
|
46 | 51 | * **Breaking**: Remove `onRecordingComplete` and you can get Recorded audio in `onSendTap` callback
|
47 | 52 | with `messageType`.
|
48 | 53 | * **Breaking**: Remove `onImageSelected` from `ImagePickerIconsConfiguration` and can get selected
|
49 | 54 | image in `onSendTap` callback with `messageType`.
|
50 |
| -* **Feat**: [49](https://github.com/SimformSolutionsPvtLtd/flutter_chatview/issues/49) Add `onUrlDetect` |
| 55 | +* **Feat**: [49](https://github.com/SimformSolutionsPvtLtd/flutter_chatview/issues/49) |
| 56 | + Add `onUrlDetect` |
51 | 57 | callback for opening urls.
|
52 | 58 | * **Feat**: [51](https://github.com/SimformSolutionsPvtLtd/flutter_chatview/issues/51) Ability to
|
53 | 59 | get callback on long press of profile circle avatar.
|
54 | 60 |
|
55 | 61 | ## [1.1.0]
|
56 | 62 |
|
57 |
| -* **Feat**: [37](https://github.com/SimformSolutionsPvtLtd/flutter_chatview/issues/37) Ability to |
| 63 | +* **Feat**: [37](https://github.com/SimformSolutionsPvtLtd/flutter_chatview/issues/37) Ability to |
58 | 64 | enable or disable specific features.
|
59 | 65 | * **Feat**: [34](https://github.com/SimformSolutionsPvtLtd/flutter_chatview/issues/34) Ability to
|
60 | 66 | add voice message.
|
61 | 67 | * **Breaking**: Remove `onEmojiTap` from `ReactionPopupConfiguration`, it can be handled internally.
|
62 |
| -* **Breaking**: Remove `horizontalDragToShowMessageTime` from `ChatBackgroundConfiguration` and |
| 68 | +* **Breaking**: Remove `horizontalDragToShowMessageTime` from `ChatBackgroundConfiguration` and |
63 | 69 | add `enableSwipeToSeeTime` parameter with same feature in `FeatureActiveConfig`.
|
64 | 70 | * **Breaking**: Remove `showReceiverProfileCircle` and add `enableOtherUserProfileAvatar` parameter
|
65 | 71 | with same feature in `FeatureActiveConfig`.
|
66 |
| -* * **Breaking**: Move `enablePagination` parameter from `ChatView` to `FeatureActiveConfig`. |
| 72 | +* |
| 73 | + * **Breaking**: Move `enablePagination` parameter from `ChatView` to `FeatureActiveConfig`. |
67 | 74 |
|
68 | 75 | ## [1.0.1]
|
69 | 76 |
|
70 |
| -* **Fix**: [32](https://github.com/SimformSolutionsPvtLtd/flutter_chatview/issues/32) Fix issue of |
| 77 | +* **Fix**: [32](https://github.com/SimformSolutionsPvtLtd/flutter_chatview/issues/32) Fix issue of |
71 | 78 | while replying to image it highlights the link instead of the image.
|
72 |
| -* **Fix**: [35](https://github.com/SimformSolutionsPvtLtd/flutter_chatview/issues/35) Fix issue of |
| 79 | +* **Fix**: [35](https://github.com/SimformSolutionsPvtLtd/flutter_chatview/issues/35) Fix issue of |
73 | 80 | removing reaction which is reacted accidentally.
|
74 | 81 |
|
75 | 82 | ## [1.0.0+1]
|
|
0 commit comments