File tree 1 file changed +13
-13
lines changed
1 file changed +13
-13
lines changed Original file line number Diff line number Diff line change 1
- # 11.0.0
1
+ ## 11.0.0
2
2
3
3
* Migrate to Flutter 3.10.0
4
4
* Refactoring codes and sync codes from 3.10.0
5
5
6
- # 10.0.0
6
+ ## 10.0.0
7
7
8
8
* fix issue on ios after flutter version 3.7.0. #191 #198
9
9
10
- # 9.1.1
10
+ ## 9.1.1
11
11
12
12
* Add RegExpSpecialTextSpanBuilder to build SpecialTextSpan with RegExp
13
13
14
- # 9.1.0
14
+ ## 9.1.0
15
15
16
16
* Migrate to 3.0.0
17
17
* Support Scribble Handwriting for iPads
18
18
19
- # 9.0.0
19
+ ## 9.0.0
20
20
21
21
* Migrate to 2.10.0
22
22
* Add shouldShowSelectionHandles and textSelectionGestureDetectorBuilder call back to define the behavior of handles and toolbar.
23
23
* Shortcut support for web and desktop.
24
24
25
- # 8.0.2
25
+ ## 8.0.2
26
26
27
27
* Fix hittest is not right on ExtendedTextField
28
28
29
- # 8.0.1
29
+ ## 8.0.1
30
30
31
31
* Fix selectionWidthStyle and selectionHeightStyle are not working.
32
32
33
- # 8.0.0
33
+ ## 8.0.0
34
34
35
35
* Support to use keyboard move cursor for SpecialInlineSpan.
36
36
* Fix issue that backspace delete two chars.
37
37
38
- # 7.0.0
38
+ ## 7.0.0
39
39
40
40
* Add [ SpecialTextSpan.mouseCursor] , [ SpecialTextSpan.onEnter] and [ SpecialTextSpan.onExit] .
41
41
42
- # 6.0.0
42
+ ## 6.0.0
43
43
44
44
* Add [ TextOverflowWidget.position] to support show overflow at start, middle or end.
45
45
* Add [ ExtendedText.joinZeroWidthSpace] to make line breaking and overflow style better.
46
46
* Breaking change: [ SpecialText.getContent] is not include endFlag now.(please check if you call getContent and your endflag length is more than 1)
47
47
48
48
49
- # 5.0.2
49
+ ## 5.0.2
50
50
51
51
* Fix throw exception when selectWordAtOffset
52
52
53
- # 5.0.1
53
+ ## 5.0.1
54
54
55
55
* Fix error when extends SpecialTextSpanBuilder. #30
56
56
57
57
# 5.0.0
58
58
59
59
* Support null-safety
60
60
61
- # 4.0.3
61
+ ## 4.0.3
62
62
63
63
* Support keyboard copy on web/desktop for both text and text field
64
64
* Fix wrong position of caret
You can’t perform that action at this time.
0 commit comments