Upgrade to 6.1.2

pull/995/head
X Code 2 years ago
parent 6c9698e377
commit 1602045809
  1. 3
      CHANGELOG.md
  2. 2
      lib/src/widgets/raw_editor.dart
  3. 2
      pubspec.yaml

@ -1,3 +1,6 @@
# [6.1.2]
* Add typing shortcuts.
# [6.1.1]
* Fix order list numbering.

@ -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';

@ -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

Loading…
Cancel
Save