File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ ## 1.27.0
2+
3+ * Upgrade to Flutter 3.44
4+ * [ Fix] Editor reveals cursor and widget when not focused
5+
16## 1.26.0
27
38- Editor and cursor brought into viewport if is wrapped with a scrollable regardless of it's ` scrollable ` property
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ Add Fleather to your dependencies.
2525dependencies :
2626 flutter :
2727 sdk : flutter
28- fleather : ^1.26 .0
28+ fleather : ^1.27 .0
2929` ` `
3030
3131## Usage
Original file line number Diff line number Diff line change 11name : fleather
22description : Clean, minimalistic and collaboration-ready rich text editor for Flutter.
3- version : 1.26 .0
3+ version : 1.27 .0
44homepage : https://fleather-editor.github.io
55repository : https://github.com/fleather-editor/fleather
66issue_tracker : https://github.com/fleather-editor/fleather/issues
@@ -26,7 +26,7 @@ dependencies:
2626 sdk : flutter
2727 collection : ^1.19.1
2828 parchment_delta : ^1.0.0
29- parchment : ^1.25.1
29+ parchment : ^1.27.0
3030 intl : " >=0.19.0 <0.21.0"
3131
3232dependency_overrides :
Original file line number Diff line number Diff line change 1+ ## 1.27.0
2+
3+ * Upgrade to Flutter 3.44
4+
15## 1.25.1
26
37* Add ` hasSpanEmbed ` to ` LineNode `
Original file line number Diff line number Diff line change 11name : parchment
22description : Platform-agnostic rich text document model based on Delta format and used in Fleather editor.
3- version : 1.25.1
3+ version : 1.27.0
44homepage : https://fleather-editor.github.io
55repository : https://github.com/fleather-editor/fleather
66issue_tracker : https://github.com/fleather-editor/fleather/issues
You can’t perform that action at this time.
0 commit comments