Skip to content

Commit

Permalink
Format changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
zmtzawqlp committed May 20, 2023
1 parent df5214e commit 0523169
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,48 +1,48 @@
# 12.0.0
## 12.0.0

* Migrate to Flutter 3.10.0
* Refactoring codes and sync codes from 3.10.0
* Breaking change:
Remove [ExtendedText.textSelectionGestureDetectorBuilder],[ExtendedText.shouldShowSelectionHandles]
* Add ExtendedSelectableText

# 11.0.1
## 11.0.1

* fix issue on ios after flutter version 3.7.0. #191 #198

# 11.0.0
## 11.0.0

* Migrate to 3.7.0

# 10.2.0
## 10.2.0

* Add TextInputBindingMixin to prevent system keyboard show.
* Add No SystemKeyboard demo

# 10.1.1
## 10.1.1

* Fix issue selection not right #172

# 10.1.0
## 10.1.0

* Migrate to 3.0.0
* Support Scribble Handwriting for iPads

# 10.0.1
## 10.0.1

* Public ExtendedTextFieldState and add bringIntoView method to support jump to caret when insert text with TextEditingController

# 10.0.0
## 10.0.0

* Migrate to 2.10.0.
* Add shouldShowSelectionHandles and textSelectionGestureDetectorBuilder call back to define the behavior of handles and toolbar.
* Shortcut support for web and desktop.

# 9.0.3
## 9.0.3

* Fix hittest is not right #131

# 9.0.2
## 9.0.2

* Fix selectionWidthStyle and selectionHeightStyle are not working.

Expand Down

0 comments on commit 0523169

Please sign in to comment.