Commit cc0ea76 1 parent 50baf00 commit cc0ea76 Copy full SHA for cc0ea76
File tree 5 files changed +30
-5
lines changed
5 files changed +30
-5
lines changed Original file line number Diff line number Diff line change
1
+ ## 1.12.0
2
+
3
+ * Introduce AutoFormats to handle automatic text formatting and make Heuristics only responsible for validity of document
4
+ * Show context menu on desktop
5
+ * Add unset background and text color option
6
+ * Handle more text editing intents (See #180 for the list)
7
+ * [ Fix] toolbar button design
8
+ * [ Fix] preserve line style on new line
9
+ * [ Fix] example app build for Android
10
+
1
11
## 1.11.0
2
12
3
13
* Support for Flutter 3.16
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ Add Fleather to your dependencies.
28
28
dependencies :
29
29
flutter :
30
30
sdk : flutter
31
- fleather : ^1.11 .0
31
+ fleather : ^1.12 .0
32
32
` ` `
33
33
34
34
## Usage
Original file line number Diff line number Diff line change 1
1
name : fleather
2
2
description : Clean, minimalistic and collaboration-ready rich text editor for Flutter.
3
- version : 1.11.0
4
- homepage : https://github.com/fleather-editor/fleather
3
+ version : 1.12.0
4
+ homepage : https://fleather-editor.github.io
5
+ repository : https://github.com/fleather-editor/fleather
6
+ issue_tracker : https://github.com/fleather-editor/fleather/issues
7
+ screenshots :
8
+ - description : ' Banner'
9
+ path : ../../images/banner.png
10
+ topics :
11
+ - editor
12
+ - text
13
+ - widgets
5
14
publish_to : none
6
15
7
16
environment :
Original file line number Diff line number Diff line change
1
+ ## 1.12.0
2
+ * Introduce AutoFormats to handle automatic text formatting and make Heuristics only responsible for validity of document
3
+ * [ Fix] preserve line style on new line
4
+
1
5
## 1.11.0
2
6
3
7
* Add support for strike-through in Markdown codec
Original file line number Diff line number Diff line change 1
1
name : parchment
2
2
description : Platform-agnostic rich text document model based on Delta format and used in Fleather editor.
3
- version : 1.11.0
4
- homepage : https://github.com/fleather-editor/fleather
3
+ version : 1.12.0
4
+ homepage : https://fleather-editor.github.io
5
+ repository : https://github.com/fleather-editor/fleather
6
+ issue_tracker : https://github.com/fleather-editor/fleather/issues
5
7
6
8
environment :
7
9
sdk : " >=3.0.0 <4.0.0"
You can’t perform that action at this time.
0 commit comments