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