Skip to content

Commit 46a5cde

Browse files
committed
Bug fix for text direction rtl
1 parent e667f74 commit 46a5cde

File tree

3 files changed

+5
-1
lines changed

3 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# [4.0.4]
2+
* Bug fix for text direction rtl.
3+
14
# [4.0.3]
25
* Support text direction rtl.
36

lib/src/models/documents/attribute.dart

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ class Attribute<T> {
3232
Attribute.placeholder.key: Attribute.placeholder,
3333
Attribute.header.key: Attribute.header,
3434
Attribute.align.key: Attribute.align,
35+
Attribute.direction.key: Attribute.direction,
3536
Attribute.list.key: Attribute.list,
3637
Attribute.codeBlock.key: Attribute.codeBlock,
3738
Attribute.blockQuote.key: Attribute.blockQuote,

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: flutter_quill
22
description: A rich text editor supporting mobile and web (Demo App @ bulletjournal.us)
3-
version: 4.0.3
3+
version: 4.0.4
44
#author: bulletjournal
55
homepage: https://bulletjournal.us/home/index.html
66
repository: https://github.com/singerdmx/flutter-quill

0 commit comments

Comments
 (0)