Releases: SimformSolutionsPvtLtd/flutter_chatview
Releases · SimformSolutionsPvtLtd/flutter_chatview
2.3.0
What's Changed
- fix: 🐛 outgoing message alignment by @vatsaltanna in #259
- fix: ⬆️ Upgrade version of audio wave forms. by @vatsaltanna in #268
- fix: 🐛 missing voice_message_configuration.dart export in models.… by @vatsaltanna in #269
- chore: 🔨 add support label for desktop and web in pubspec.yaml by @vatsaltanna in #270
- refactor: 🔨 update onTap callback in ImageMessageConfiguration… by @vatsaltanna in #271
- fix: 🐛 issue #261 userReactionCallback not working by @vatsaltanna in #272
- fix: 🐛 fixes #240 ScrollController Exception in ChatController.sc… by @vatsaltanna in #273
- chore: 🔖 Version Bump 2.3.0 by @vatsaltanna in #274
Full Changelog: 2.2.0...2.3.0
v2.2.0
What's Changed
- refactor: 🔨 update models folder by @vatsaltanna in #245
- Feature/scroll to bottom btn by @vatsaltanna in #246
- fix: 🐛 fix mobile browser issue by @vatsaltanna in #248
- chore: 🔖 Version Bump 2.2.0 by @vatsaltanna-simformsolutions in #250
Full Changelog: 2.1.1...2.2.0
v2.1.1
What's Changed
- fix: 🐛 empty list exception by @vatsaltanna in #242
- chore: 🔖 Version Bump 2.1.1 by @vatsaltanna-simformsolutions in #244
Full Changelog: 2.1.0...2.1.1
v2.1.0
What's Changed
- refactor: 🔨 updated config dependencies using inherited widget by @vatsaltanna-simformsolutions in #215
- fix: 🐛 fixed y position of reaction popup by @vatsaltanna in #217
- feat: ✨ hide share icon for image view by @vatsaltanna-simformsolutions in #225
- 🐛 fix: start and stop recording icons were reverse #226 by @apurva010 in #231
- fix: 🔨 swipe to reply gesture interaction update by @vatsaltanna in #233
- fix: 🔨 add record permission for android example by @vatsaltanna in #234
- fix: 🐛 the audio record cancelIcon is overflowed pixel by @vatsaltanna in #235
- feat: ✨ ability to completely override userReactionCallback by @vatsaltanna-simformsolutions in #236
- 🐛 fix: handle snackBar queue while reacting on message by @apurva010 in #218
- chore: 🔖 Version Bump 2.1.0 by @vatsaltanna-simformsolutions in #237
New Contributors
- @vatsaltanna made their first contribution in #217
Full Changelog: 2.0.0...2.1.0
v2.0.0
What's Changed
- Update issue_activity_workflow.yaml by @vatsaltanna-simformsolutions in #150
- [docs] Update README.md by @s4nk37 in #144
- fix: 🐛 hide user name in chat #126 by @apurva010 in #159
- feat: ✨Added field to set top padding of chat text field by @apurva010 in #161
- fix: 🐛 added report button and update report and more button callback… by @apurva010 in #163
- fix: Outdated intl dependency version by @OliverNarramore in #168
- ⬆️ update dependencies by @apurva010 in #169
- feat: ✨Added configuration for emoji picker sheet by @apurva010 in #160
- fix: 🐛 fix unsupported operation issue while running on web #131 by @apurva010 in #155
- feat:✨Added support for configuring the audio recording quality.(#121). by @jaiminrana05 in #122
- fix: 🐛 allow to enable/disable chat text field #164 by @apurva010 in #170
- fix: 🐛 user reaction callback provides incorrect message when user re… by @apurva010 in #166
- fix: 🐛 added profile picture support with base 64 string data #142 by @apurva010 in #167
- feat:✨added field to provide pattern to separate chat #93. by @apurva010 in #171
- fix: 🐛 Added support for cancel record icon and cancel voice recording. by @apurva010 in #162
- feat: ✨add onTap callback for reacted users in reactions sheet by @apurva010 in #157
- fix: 🐛 add customMessageReplyViewBuilder for the reply of a custom message ty… by @apurva010 in #154
- fix: 🐛 wrong username when replying to message #174 by @apurva010 in #175
- fix: 🐛 add support for customize view for the reply of any message #139 by @apurva010 in #176
- refactor: ♻️ removed deprecated field showTypingIndicator from chat_v… by @apurva010 in #181
- refactor: ♻️ removed grouped_list and implement group separator for chat by @apurva010 in #173
- feat: ✨add default avatar profile image, cached network image for network images and image type to support profile image as asset, network or base64 data by @apurva010 in #172
- fix: 🐛 fix send message not working when texting start with newLine #182 by @apurva010 in #183
- fix: 🐛 fix android example by @apurva010 in #185
- fix!: 🐛 json parsing issue by @dhyash-simform in #178
- feat: ✨ added reply suggestions functionality by @vatsaltanna-simformsolutions in #184
- 📝 Update
README.md
by @dhyash-simform in #189 - refactor!: 🔨 update sendBy parameter name of Message class to sentBy by @vatsaltanna-simformsolutions in #188
- refactor!: 🔨 Move currentUser into ChatController from ChatView widget and rename chatUsers to otherUsers by @vatsaltanna-simformsolutions in #190
- fix: 🐛 change static bottom height in chat_groupedlist_widget.dart by @vatsaltanna-simformsolutions in #197
- fix: 🐛 correct usage of provide after unmount by @jonasbadstuebner in #191
- fix: 🐛 prevent actions if receiver is not capable of dealing with them by @jonasbadstuebner in #192
- fix: 🐛 correct removal of newSuggestions listener by @jonasbadstuebner in #193
- fix: 🐛 dispose all
ValueNotifier
s andScrollController
s inChatController
. by @jonasbadstuebner in #194 - feat: 🌟 listen to typing indicator changes better by @jonasbadstuebner in #195
- refactor: 🔨 Update suggestion list collapse animation by @vatsaltanna-simformsolutions in #201
- fix: 🐛 ChatView iOS Padding Issue Fix by @aditya-css in #200
- fix!: 🐛 Message copyWith id value fix by @aditya-css in #202
- chore!: 💥 Dart Minimum Version 3.2.0 by @aditya-css in #203
- chore: 📖 Updated CHANGELOG.md by @aditya-css in #205
- chore: 🔖 Version Bump 2.0.0 by @aditya-css in #204
- ci: 👷 Web Example Deployment by @aditya-css in #206
- chore: ✨ Web Example Support by @aditya-css in #207
- fix: 🐛 Update Web Base Href by @aditya-css in #208
- docs: 📚 Update README.md by @aditya-css in #209
- fix: 📚 Update README.md by @aditya-css in #211
- chore: 🔨 remove reciepts_test.gif by @vatsaltanna-simformsolutions in #212
- chore: 🔨 update README.md banner url by @vatsaltanna-simformsolutions in #213
New Contributors
- @vatsaltanna-simformsolutions made their first contribution in #150
- @s4nk37 made their first contribution in #144
- @apurva010 made their first contribution in #159
- @OliverNarramore made their first contribution in #168
- @jaiminrana05 made their first contribution in #122
- @dhyash-simform made their first contribution in #178
- @jonasbadstuebner made their first contribution in #191
- @aditya-css made their first contribution in #200
Full Changelog: 1.3.1...2.0.0
v1.3.1
What's Changed
- fix: Add image picker config and fixes by @rohitsangwan01 in #96
- 🐛 Fixed Issue 95 by @dhvanit-v-simformsolutions in #105
- fix: 🐛Added support to hide/Un-hide image picker & camera icon by @Jaiminrana in #110
New Contributors
- @rohitsangwan01 made their first contribution in #96
- @Jaiminrana made their first contribution in #110
Full Changelog: 1.3.0...1.3.1
v1.3.0
What's Changed
- workflow: 🔧 Add issue activity workflow. by @dhvanit-v-simformsolutions in #68
- 🔧 Update issue activity workflow. by @dhvanit-v-simformsolutions in #69
- feat: ✨ Added Callback when a user starts/stops composing typing a message. by @Yogesh-Dubey-Ayesavi in #71
- fix ⚡ Improve performance. by @dhvanit-v-simformsolutions in #74
- fix 🐛 Fix issue of unmodifiable list. by @dhvanit-v-simformsolutions in #78
- feat: 🌟 Message Receipts by @Yogesh-Dubey-Ayesavi in #76
- fix : 🐍 TypingIndicator Rebuilding ChatView. by @Yogesh-Dubey-Ayesavi in #81
- fix: Replace deprecated 'showRecentsTab' with 'recentTabBehavior' in chatview package by @uzzero in #94
- ⬆️ Version bump, Remove dart analysis warnings, Support to fl… by @dhvanit-v-simformsolutions in #99
- ⬆️ Resolve Pana issues. by @DhvanitVaghani in #100
- ⬆️ Updated dependencies by @jsmistry2000 in #102
- ⬆️ Updated dependencies http & flutter_linkify by @jsmistry2000 in #103
New Contributors
- @Yogesh-Dubey-Ayesavi made their first contribution in #71
- @uzzero made their first contribution in #94
- @jsmistry2000 made their first contribution in #102
Full Changelog: 1.2.1...1.3.0
v1.2.1
v1.2.0+1
- Feat: #42 Ability to get callback on tap of profile circle avatar.
- Breaking: Add messageType in onSendTap callback for encountering messages.
- Breaking: Remove onRecordingComplete and you can get Recorded audio in onSendTap callback with messageType.
- Breaking: Remove onImageSelected from ImagePickerIconsConfiguration and can get selected image in onSendTap callback with messageType.
- Feat: #49 Add onUrlDetect callback for opening urls.
- Feat: #51 Ability to get callback on long press of profile circle avatar.