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.19.0
2+
3+ * Improve performance when handling long documents
4+ * Add translations for Persian
5+ * Ability to cherrypick autoformats natively available
6+ * Add support for indentation in blocks in Markdow codec
7+ * [ Fix] Autoformat cannot be undone on iOS
8+
19## 1.18.0
210
311* Add the ability to use custom ` TextSelectionControls `
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ Add Fleather to your dependencies.
2828dependencies :
2929 flutter :
3030 sdk : flutter
31- fleather : ^1.18 .0
31+ fleather : ^1.19 .0
3232` ` `
3333
3434## 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.18 .0
3+ version : 1.19 .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.18.0
2828 parchment_delta : ^1.0.0
29- parchment : ^1.18 .0
29+ parchment : ^1.19 .0
3030 intl : ^0.19.0
3131
3232dependency_overrides :
Original file line number Diff line number Diff line change 1+ ## 1.19.0
2+
3+ * Improve performance when handling long documents
4+ * Add support for indentation in blocks in Markdow codec
5+
16## 1.18.0
27
38* Expose ` parchment_delta ` by Parchment
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.18 .0
3+ version : 1.19 .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