Skip to content

Commit

Permalink
v2.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Crazelu committed Sep 8, 2024
1 parent 5f23e02 commit 0aa8813
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,8 @@
## 2.2.0

* Fixes issue with text selection throwing range error for "Select All" option or by manually selecting all characters in the text field.
* Adds `cursorPosition` to `FlutterTaggerController` which reports the position of the cursor in the formatted text.
* Adds `cursorPosition` to `FlutterTaggerController` which reports the position of the cursor in the formatted text.

## 2.2.1

* Documentation update.
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: fluttertagger
description: A Flutter package that allows for the extension of TextFields to provide tagging capabilities (user mentions, hashtags, etc).
version: 2.2.0
version: 2.2.1
repository: https://github.com/Crazelu/fluttertagger
issue_tracker: https://github.com/Crazelu/fluttertagger/issues
topics: [user, mention, hashtag, tagging]
Expand Down

0 comments on commit 0aa8813

Please sign in to comment.