@ -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,
),
);
@ -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