Skip to content

Commit 5add954

Browse files
docs: squash chnages with v1.0.0
1 parent 3989ef2 commit 5add954

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

CHANGELOG.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,9 @@
1-
## 1.1.0
2-
3-
- Add `isEnabled` to toggle spell check
4-
51
## 1.0.0
62

73
- BREAKING: require flutter 3.27.0 or higher
84
- BREAKING: require dart 3.0.0 or higher
95
- BREAKING: rename autoFocus to autofocus to match `TextField`'s naming
6+
- Add `isEnabled` to toggle spell check
107
- Add missing properties from flutter's `TextField`
118
- autofillHints
129
- autofocus

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: languagetool_textfield
22
description: The LanguageTool TextField package is a spell-checker designed for Flutter apps. This is useful for apps that need text input like messaging, notes, and email.
3-
version: 1.1.0
3+
version: 1.0.0
44
homepage: https://github.com/solid-software/languagetool_textfield/
55

66
environment:

0 commit comments

Comments
 (0)