Skip to content

Commit 8cf81cd

Browse files
committed
Format changeling
1 parent bfe424a commit 8cf81cd

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

CHANGELOG.md

+13-13
Original file line numberDiff line numberDiff line change
@@ -1,64 +1,64 @@
1-
# 11.0.0
1+
## 11.0.0
22

33
* Migrate to Flutter 3.10.0
44
* Refactoring codes and sync codes from 3.10.0
55

6-
# 10.0.0
6+
## 10.0.0
77

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

10-
# 9.1.1
10+
## 9.1.1
1111

1212
* Add RegExpSpecialTextSpanBuilder to build SpecialTextSpan with RegExp
1313

14-
# 9.1.0
14+
## 9.1.0
1515

1616
* Migrate to 3.0.0
1717
* Support Scribble Handwriting for iPads
1818

19-
# 9.0.0
19+
## 9.0.0
2020

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

25-
# 8.0.2
25+
## 8.0.2
2626

2727
* Fix hittest is not right on ExtendedTextField
2828

29-
# 8.0.1
29+
## 8.0.1
3030

3131
* Fix selectionWidthStyle and selectionHeightStyle are not working.
3232

33-
# 8.0.0
33+
## 8.0.0
3434

3535
* Support to use keyboard move cursor for SpecialInlineSpan.
3636
* Fix issue that backspace delete two chars.
3737

38-
# 7.0.0
38+
## 7.0.0
3939

4040
* Add [SpecialTextSpan.mouseCursor], [SpecialTextSpan.onEnter] and [SpecialTextSpan.onExit].
4141

42-
# 6.0.0
42+
## 6.0.0
4343

4444
* Add [TextOverflowWidget.position] to support show overflow at start, middle or end.
4545
* Add [ExtendedText.joinZeroWidthSpace] to make line breaking and overflow style better.
4646
* Breaking change: [SpecialText.getContent] is not include endFlag now.(please check if you call getContent and your endflag length is more than 1)
4747

4848

49-
# 5.0.2
49+
## 5.0.2
5050

5151
* Fix throw exception when selectWordAtOffset
5252

53-
# 5.0.1
53+
## 5.0.1
5454

5555
* Fix error when extends SpecialTextSpanBuilder. #30
5656

5757
# 5.0.0
5858

5959
* Support null-safety
6060

61-
# 4.0.3
61+
## 4.0.3
6262

6363
* Support keyboard copy on web/desktop for both text and text field
6464
* Fix wrong position of caret

0 commit comments

Comments
 (0)