Upgrade to 7.2.1

pull/1245/head
Cheryl 2 years ago
parent dbcc06a9d6
commit f1b60d83b8
  1. 4
      CHANGELOG.md
  2. 4
      lib/src/widgets/raw_editor/raw_editor_state_text_input_client_mixin.dart
  3. 2
      pubspec.yaml

@ -1,3 +1,7 @@
# [7.2.1]
- Add support for android keyboard content insertion.
- Enhance color picker, enter hex color and color palette option.
# [7.2.0]
- Checkboxes, bullet points, and number points are now scaled based on the default paragraph font size.

@ -60,8 +60,8 @@ mixin RawEditorStateTextInputClientMixin on EditorState
keyboardAppearance: widget.keyboardAppearance,
textCapitalization: widget.textCapitalization,
allowedMimeTypes: widget.contentInsertionConfiguration == null
? const <String>[]
: widget.contentInsertionConfiguration!.allowedMimeTypes,
? const <String>[]
: widget.contentInsertionConfiguration!.allowedMimeTypes,
),
);

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

Loading…
Cancel
Save