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