Skip to content

Commit

Permalink
Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
felixmccuaig committed Jun 11, 2022
1 parent 26dced9 commit 7584a24
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@ Added textInputAction.

### Breaking Changes [1.4.0]

TextField is set by default to call onSubmitted on a suggestion tap and also to clear the TextField on submit.
TextField is set by default to call onSubmitted on a suggestion tap and also to clear the TextField on submit.

These can both be disabled with submitOnSuggestionTap and clearOnSubmit respectively.
These can both be disabled with submitOnSuggestionTap and clearOnSubmit respectively.

[1.4.1]
Added textCapitalization option
Added textCapitalization option

[1.5.0]

Expand Down Expand Up @@ -67,3 +67,6 @@ InputDecoration and styles etc can now be changed dynamically with the updateDec

[1.8.0]
Added filter advanced with regex in SimpleAutoCompleteTextField

[1.9.0]
Merge community pull requests, mostly more styling options

0 comments on commit 7584a24

Please sign in to comment.