From eb1b140687fb581193aad2b045be07f4b54f363b Mon Sep 17 00:00:00 2001 From: Alex Demchenko Date: Wed, 1 Sep 2021 10:28:08 +0200 Subject: [PATCH] Bump version --- CHANGELOG.md | 6 ++++++ pubspec.yaml | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 16c262d4..b753e4aa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## 1.3.2 + +- Fix memory leak. Thanks @m-j-g for reporting! +- Add `customBottomWidget` useful to remove the input and create a channel view +- Add `inputPadding`, `inputTextCursorColor` and `inputTextDecoration` to the theme for the additional input customization + ## 1.3.1 - Rename `buildCustomMessage` to `customMessageBuilder` diff --git a/pubspec.yaml b/pubspec.yaml index c37f23f7..01cf375c 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -2,7 +2,7 @@ name: flutter_chat_ui description: > Actively maintained, community-driven chat UI implementation with an optional Firebase BaaS. -version: 1.3.1 +version: 1.3.2 homepage: https://flyer.chat repository: https://github.com/flyerhq/flutter_chat_ui