File tree Expand file tree Collapse file tree 3 files changed +5
-1
lines changed Expand file tree Collapse file tree 3 files changed +5
-1
lines changed Original file line number Diff line number Diff line change
1
+ # [ 4.0.4]
2
+ * Bug fix for text direction rtl.
3
+
1
4
# [ 4.0.3]
2
5
* Support text direction rtl.
3
6
Original file line number Diff line number Diff line change @@ -32,6 +32,7 @@ class Attribute<T> {
32
32
Attribute .placeholder.key: Attribute .placeholder,
33
33
Attribute .header.key: Attribute .header,
34
34
Attribute .align.key: Attribute .align,
35
+ Attribute .direction.key: Attribute .direction,
35
36
Attribute .list.key: Attribute .list,
36
37
Attribute .codeBlock.key: Attribute .codeBlock,
37
38
Attribute .blockQuote.key: Attribute .blockQuote,
Original file line number Diff line number Diff line change 1
1
name : flutter_quill
2
2
description : A rich text editor supporting mobile and web (Demo App @ bulletjournal.us)
3
- version : 4.0.3
3
+ version : 4.0.4
4
4
# author: bulletjournal
5
5
homepage : https://bulletjournal.us/home/index.html
6
6
repository : https://github.com/singerdmx/flutter-quill
You can’t perform that action at this time.
0 commit comments