diff --git a/CHANGELOG.md b/CHANGELOG.md index 127c2717..bd10c99e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +# [6.1.2] +* Add typing shortcuts. + # [6.1.1] * Fix order list numbering. diff --git a/lib/src/widgets/raw_editor.dart b/lib/src/widgets/raw_editor.dart index e480bc57..a9dba768 100644 --- a/lib/src/widgets/raw_editor.dart +++ b/lib/src/widgets/raw_editor.dart @@ -17,9 +17,9 @@ import '../models/documents/attribute.dart'; import '../models/documents/document.dart'; import '../models/documents/nodes/block.dart'; import '../models/documents/nodes/embeddable.dart'; +import '../models/documents/nodes/leaf.dart' as leaf; import '../models/documents/nodes/line.dart'; import '../models/documents/nodes/node.dart'; -import '../models/documents/nodes/leaf.dart' as leaf; import '../models/documents/style.dart'; import '../utils/cast.dart'; import '../utils/delta.dart'; diff --git a/pubspec.yaml b/pubspec.yaml index 44d81e5d..06768f35 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: flutter_quill description: A rich text editor supporting mobile and web (Demo App @ bulletjournal.us) -version: 6.1.1 +version: 6.1.2 #author: bulletjournal homepage: https://bulletjournal.us/home/index.html repository: https://github.com/singerdmx/flutter-quill