Skip to content

Latest commit

 

History

History
109 lines (68 loc) · 3.6 KB

CHANGELOG.md

File metadata and controls

109 lines (68 loc) · 3.6 KB

0.12.1

  • Fix conflict with flutter_inappwebview package

0.12.0

0.11.0

  • Added enableZoom property to Chatbox.
  • Added sendMessage method to Conversation.

0.10.2

  • Fixed push notifications not working on Android when app has been terminated.
  • Fixed MessageFieldOptions not working.
  • Updated dependencies' versions.

0.10.1

  • Relaxed version requirements for the Dart SDK and http packages.

0.10.0

  • Added support for Firebase push notifications on iOS.
  • Added compound predicates to Chatbox and ConversationList.
  • Added missing themeOptions property in ConversationList.
  • Fixed push notification error when sender's photoUrl is invalid.
  • Fixed build issue on Android Gradle Plugin (AGP) 8.0+.

0.9.3

  • Fixed links in Android not opening in the external browser by default.

0.9.2

  • Fixed build issue on Xcode 15.
  • Fixed runtime error on iOS.
  • Updated dependencies' versions.

0.9.1

  • Fixed messages getting marked as read only after clicking the message field. Now they should get marked after the Chatbox has loaded.

0.9.0

  • Added setPushRegistration, unsetPushRegistration, and clearPushRegistrations to the Session.
  • Added destroy and hasValidCredentials to the Session.
  • Added onMessage to the Session.
  • Added unreads to the Session.
  • Updated dependencies' versions.

0.8.1

  • Updated Firebase dependencies versions.

0.8.0

  • Added lastMessageTs and subject feedFilters.
  • Re-enabled support for onUrlNavigation callback on the ChatBox.
  • Fixed push notifications not working on Android in Flutter v3.3.0 and later.

0.7.0

  • Breaking change: To ensure that file uploads work correctly, you'll need to update your AndroidManifest.xml file as indicated in the docs.
  • Breaking change: Due to a change in the latest versions of iOS, to ensure that microphone permission is granted correctly for voice messages, update your Podfile as shown in the docs.
  • Updated dependencies versions.

0.6.0

  • Breaking change: Updated version numbers for Firebase dependencies. This may require you to update your build versions on Android and iOS.
  • Fixed audio messages not working.

0.5.0

  • Added the onUrlNavigation callback to the ChatBox.

0.4.0

  • Breaking change: Changed the notify property of the Participant to allow for mentions only.

0.3.1

  • Added explicit support for Android and iOS in pubspec.yaml.

0.3.0

  • Added support for push notification on both Android and iOS.
  • Fixed file upload on Android.

0.2.1

  • Fixed vertical scrolling when the ChatBox is in a bottom sheet.

0.2.0

  • Implemented the onLoadingStateChanged callback.
  • Implemented the onCustomMessageAction callbacks.

0.1.0

  • Initial version.