Upgrade to 6.2.1

pull/1061/head
X Code 2 years ago
parent 7e14392cc6
commit e0016c9841
  1. 3
      CHANGELOG.md
  2. 1
      lib/src/widgets/text_block.dart
  3. 2
      pubspec.yaml

@ -1,3 +1,6 @@
# [6.2.1]
* Revert "Align numerical and bullet lists along with text content".
# [6.2.0]
* Align numerical and bullet lists along with text content.

@ -13,6 +13,7 @@ import 'default_styles.dart';
import 'delegate.dart';
import 'editor.dart';
import 'link.dart';
import 'style_widgets/bullet_point.dart';
import 'style_widgets/checkbox_point.dart';
import 'style_widgets/number_point.dart';
import 'text_line.dart';

@ -1,6 +1,6 @@
name: flutter_quill
description: A rich text editor supporting mobile and web (Demo App @ bulletjournal.us)
version: 6.2.0
version: 6.2.1
#author: bulletjournal
homepage: https://bulletjournal.us/home/index.html
repository: https://github.com/singerdmx/flutter-quill

Loading…
Cancel
Save