Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
demchenkoalex committed Jun 9, 2024
1 parent ff2bc8a commit 63e3c14
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## 1.6.14

- While `v2` is still in the works (unexpected blockers, see GitHub for progress) releasing a small patch update with improvements.
- Added optional scroll `preferPosition` to `scrollController.scrollToIndex`. Thanks @chdo002 for the PR!
- Removed `isComposingRangeValid` check from the input to hopefully fix send button that does not appear.
- Added `usesSafeArea` option to the `inputOptions` to be able to remove safe area backed inside the input.

## 1.6.13

- While `v2` is still in the works (unexpected blockers, see GitHub for progress) releasing a small patch update with improvements.
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: flutter_chat_ui
description: >
Actively maintained, community-driven chat UI implementation with an
optional Firebase BaaS.
version: 1.6.13
version: 1.6.14
homepage: https://flyer.chat
repository: https://github.com/flyerhq/flutter_chat_ui

Expand Down

0 comments on commit 63e3c14

Please sign in to comment.