diff --git a/CHANGELOG.md b/CHANGELOG.md index 086781d..ba06a85 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +# 9.0.3 + +* Fix hittest is not right #131 + # 9.0.2 * Fix selectionWidthStyle and selectionHeightStyle are not working. diff --git a/pubspec.yaml b/pubspec.yaml index 48e0821..13132ec 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: extended_text_field description: Extended official text field to build special text like inline image, @somebody, custom background etc quickly.It also support to build custom seleciton toolbar and handles. -version: 9.0.2 +version: 9.0.3 homepage: https://github.com/fluttercandies/extended_text_field environment: @@ -8,7 +8,7 @@ environment: flutter: ">=2.8.0" dependencies: - extended_text_library: ^8.0.1 + extended_text_library: ^8.0.2 flutter: sdk: flutter