Skip to content

Commit bc10d6c

Browse files
author
Ellet
committed
Prepare to release 9.2.0
1 parent 8c48d88 commit bc10d6c

File tree

11 files changed

+30
-8
lines changed

11 files changed

+30
-8
lines changed

flutter_quill_extensions/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
All notable changes to this project will be documented in this file.
44

5+
## 9.2.0
6+
* Require minimum version `6.0.0` of `flutter_keyboard_visibility` to fix some build issues with Android Gradle Plugin 8.2.0
7+
* Add on image clicked in `flutter_quill_extensions` callback
8+
* Deprecate `globalIconSize` and `globalIconButtonFactor`, use `iconSize` and `iconButtonFactor` instead
9+
* Fix the `QuillToolbarSelectAlignmentButtons`
10+
511
## 9.1.1
612
* Require `super_clipboard` minimum version `0.8.1` to fix some bug with Linux build failure
713

flutter_quill_extensions/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: flutter_quill_extensions
22
description: Embed extensions for flutter_quill including image, video, formula and etc.
3-
version: 9.1.1
3+
version: 9.2.0
44
homepage: https://github.com/singerdmx/flutter-quill/tree/master/flutter_quill_extensions/
55
repository: https://github.com/singerdmx/flutter-quill/tree/master/flutter_quill_extensions/
66
issue_tracker: https://github.com/singerdmx/flutter-quill/issues/

flutter_quill_test/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
All notable changes to this project will be documented in this file.
44

5+
## 9.2.0
6+
* Require minimum version `6.0.0` of `flutter_keyboard_visibility` to fix some build issues with Android Gradle Plugin 8.2.0
7+
* Add on image clicked in `flutter_quill_extensions` callback
8+
* Deprecate `globalIconSize` and `globalIconButtonFactor`, use `iconSize` and `iconButtonFactor` instead
9+
* Fix the `QuillToolbarSelectAlignmentButtons`
10+
511
## 9.1.1
612
* Require `super_clipboard` minimum version `0.8.1` to fix some bug with Linux build failure
713

flutter_quill_test/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: flutter_quill_test
22
description: Test utilities for flutter_quill which includes methods to simplify interacting with the editor in test cases.
3-
version: 9.1.1
3+
version: 9.2.0
44
homepage: https://github.com/singerdmx/flutter-quill/tree/master/flutter_quill_test/
55
repository: https://github.com/singerdmx/flutter-quill/tree/master/flutter_quill_test/
66
issue_tracker: https://github.com/singerdmx/flutter-quill/issues/

lib/src/widgets/raw_editor/raw_editor_state_text_input_client_mixin.dart

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,8 @@ import 'package:flutter/material.dart' show Theme;
77
import 'package:flutter/scheduler.dart' show SchedulerBinding;
88
import 'package:flutter/services.dart';
99

10-
import '../../models/documents/attribute.dart';
1110
import '../../models/documents/document.dart';
1211
import '../../utils/delta.dart';
13-
import '../../utils/font.dart';
1412
import '../editor/editor.dart';
1513
import 'raw_editor.dart';
1614

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: flutter_quill
22
description: A rich text editor built for the modern Android, iOS, web and desktop platforms. It is the WYSIWYG editor and a Quill component for Flutter.
3-
version: 9.1.1
3+
version: 9.2.0
44
homepage: https://1o24bbs.com/c/bulletjournal/108/
55
repository: https://github.com/singerdmx/flutter-quill/
66
issue_tracker: https://github.com/singerdmx/flutter-quill/issues/

quill_html_converter/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
All notable changes to this project will be documented in this file.
44

5+
## 9.2.0
6+
* Require minimum version `6.0.0` of `flutter_keyboard_visibility` to fix some build issues with Android Gradle Plugin 8.2.0
7+
* Add on image clicked in `flutter_quill_extensions` callback
8+
* Deprecate `globalIconSize` and `globalIconButtonFactor`, use `iconSize` and `iconButtonFactor` instead
9+
* Fix the `QuillToolbarSelectAlignmentButtons`
10+
511
## 9.1.1
612
* Require `super_clipboard` minimum version `0.8.1` to fix some bug with Linux build failure
713

quill_html_converter/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: quill_html_converter
22
description: A extension for flutter_quill package to add support for dealing with conversion to/from html
3-
version: 9.1.1
3+
version: 9.2.0
44
homepage: https://github.com/singerdmx/flutter-quill/tree/master/quill_html_converter/
55
repository: https://github.com/singerdmx/flutter-quill/tree/master/quill_html_converter/
66
issue_tracker: https://github.com/singerdmx/flutter-quill/issues/

quill_pdf_converter/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
All notable changes to this project will be documented in this file.
44

5+
## 9.2.0
6+
* Require minimum version `6.0.0` of `flutter_keyboard_visibility` to fix some build issues with Android Gradle Plugin 8.2.0
7+
* Add on image clicked in `flutter_quill_extensions` callback
8+
* Deprecate `globalIconSize` and `globalIconButtonFactor`, use `iconSize` and `iconButtonFactor` instead
9+
* Fix the `QuillToolbarSelectAlignmentButtons`
10+
511
## 9.1.1
612
* Require `super_clipboard` minimum version `0.8.1` to fix some bug with Linux build failure
713

quill_pdf_converter/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: quill_pdf_converter
22
description: A extension for flutter_quill package to add support for dealing with conversion to pdf
3-
version: 9.1.1
3+
version: 9.2.0
44
homepage: https://github.com/singerdmx/flutter-quill/tree/master/quill_pdf_converter/
55
repository: https://github.com/singerdmx/flutter-quill/tree/master/quill_pdf_converter/
66
issue_tracker: https://github.com/singerdmx/flutter-quill/issues/

0 commit comments

Comments
 (0)