Upgrade to 7.1.15

pull/1202/head
Adil Hanney 2 years ago
parent 6b705d4899
commit 5bfb7d73bf
  1. 3
      CHANGELOG.md
  2. 2
      flutter_quill_extensions/pubspec.yaml
  3. 2
      pubspec.yaml

@ -1,3 +1,6 @@
# [7.1.15]
- Fixed a bug introduced in 7.1.7 where each section in `QuillToolbar` was displayed on its own line.
# [7.1.14] # [7.1.14]
- Add indents change for multiline selection. - Add indents change for multiline selection.

@ -12,7 +12,7 @@ dependencies:
flutter: flutter:
sdk: flutter sdk: flutter
flutter_quill: ^7.1.12 flutter_quill: ^7.1.15
image_picker: ^0.8.5+3 image_picker: ^0.8.5+3
photo_view: ^0.14.0 photo_view: ^0.14.0

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

Loading…
Cancel
Save