Skip to content

Commit

Permalink
v2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Crazelu committed Jul 9, 2024
1 parent 914d01c commit 7352b52
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,10 @@
* Adds improvement to logic which re-activates the search context from backtracking.
* Updates documentation and example project.

## 2.1.0

* Introduces `OverlayPosition` to indicate where the overlay should be positioned relative to the `TextField`.
* Clears FlutterTaggerController's `formattedText` when `clear` is called.
* Fixes issue with re-activating the search context with a trigger character immediately after adding a tag.
* Removes the need for TextFields returned from FlutterTagger's builder to be wrapped with a Container to which the key from the closure must be passed. The key can now be passed directly to the TextField.

2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ In the `pubspec.yaml` of your flutter project, add the following dependency:

```yaml
dependencies:
fluttertagger: ^2.0.0
fluttertagger: ^2.1.0
```
## Import the package in your project 📥
Expand Down
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.0.0
version: 2.1.0
repository: https://github.com/Crazelu/fluttertagger
issue_tracker: https://github.com/Crazelu/fluttertagger/issues

Expand Down

0 comments on commit 7352b52

Please sign in to comment.