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