File tree Expand file tree Collapse file tree 5 files changed +16
-5
lines changed
Expand file tree Collapse file tree 5 files changed +16
-5
lines changed Original file line number Diff line number Diff line change 1- ## 1.20.1
1+ ## 1.22.0
2+
3+ * ` tab ` (resp. ` shift+ tab ` ) indents (resp. un-indents) line
4+ * ` AutoExitRule ` un-indents lists
5+ * iOS selection improvements
6+ * [ Fix] iOS floating cursor wrongly position when editor has padding
7+
8+ ## 1.21.0
29
310* Add Portuguese & Brazilian Portuguese support
411* Add Korean support
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ Add Fleather to your dependencies.
2929dependencies :
3030 flutter :
3131 sdk : flutter
32- fleather : ^1.21 .0
32+ fleather : ^1.22 .0
3333` ` `
3434
3535## 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.21 .0
3+ version : 1.22 .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.0
2828 parchment_delta : ^1.0.0
29- parchment : ^1.21 .0
29+ parchment : ^1.22 .0
3030 intl : " >=0.19.0 <0.21.0"
3131
3232dependency_overrides :
Original file line number Diff line number Diff line change 1+ ## 1.22.0
2+
3+ * [ Fix] HTML encoding when multi-levels lists are followed by other lists or a plain paragraph
4+
15## 1.21.0
26
37* Upgrade to Dart 3.7
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.21 .0
3+ version : 1.22 .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