Skip to content

Commit d3fc0d9

Browse files
author
Ellet
committed
Prepare to pre release 9.1.1
1 parent 9f84109 commit d3fc0d9

File tree

11 files changed

+23
-27
lines changed

11 files changed

+23
-27
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

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

5-
## 9.1.1
5+
## 9.1.1-dev
66
* Fix bug [#1636](https://github.com/singerdmx/flutter-quill/issues/1636)
77
* Fix a where you paste styled content (HTML) it always insert a new line at first even if the document is empty
88
* Fix the font size button and migrate to `MenuAnchor`

flutter_quill_extensions/CHANGELOG.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,12 @@
22

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

5-
## 9.1.2
6-
* Fix the font size button and migrate to `MenuAnchor`
7-
* The `defaultDisplayText` is no longer required in the font size and header dropdown buttons
8-
9-
## 9.1.1
5+
## 9.1.1-dev
106
* Fix bug [#1636](https://github.com/singerdmx/flutter-quill/issues/1636)
117
* Fix a where you paste styled content (HTML) it always insert a new line at first even if the document is empty
8+
* Fix the font size button and migrate to `MenuAnchor`
9+
* The `defaultDisplayText` is no longer required in the font size and header dropdown buttons
10+
* Add pdf converter in a new package (quill_pdf_converter)
1211

1312
## 9.1.0
1413
* Fix the simple toolbar by add properties of `IconButton` and fix some buttons

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.0
3+
version: 9.1.1-dev
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: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,12 @@
22

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

5-
## 9.1.2
6-
* Fix the font size button and migrate to `MenuAnchor`
7-
* The `defaultDisplayText` is no longer required in the font size and header dropdown buttons
8-
9-
## 9.1.1
5+
## 9.1.1-dev
106
* Fix bug [#1636](https://github.com/singerdmx/flutter-quill/issues/1636)
117
* Fix a where you paste styled content (HTML) it always insert a new line at first even if the document is empty
8+
* Fix the font size button and migrate to `MenuAnchor`
9+
* The `defaultDisplayText` is no longer required in the font size and header dropdown buttons
10+
* Add pdf converter in a new package (quill_pdf_converter)
1211

1312
## 9.1.0
1413
* Fix the simple toolbar by add properties of `IconButton` and fix some buttons

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.0
3+
version: 9.1.1-dev
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/

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.0
3+
version: 9.1.1-dev
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: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,12 @@
22

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

5-
## 9.1.2
6-
* Fix the font size button and migrate to `MenuAnchor`
7-
* The `defaultDisplayText` is no longer required in the font size and header dropdown buttons
8-
9-
## 9.1.1
5+
## 9.1.1-dev
106
* Fix bug [#1636](https://github.com/singerdmx/flutter-quill/issues/1636)
117
* Fix a where you paste styled content (HTML) it always insert a new line at first even if the document is empty
8+
* Fix the font size button and migrate to `MenuAnchor`
9+
* The `defaultDisplayText` is no longer required in the font size and header dropdown buttons
10+
* Add pdf converter in a new package (quill_pdf_converter)
1211

1312
## 9.1.0
1413
* Fix the simple toolbar by add properties of `IconButton` and fix some buttons

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.0
3+
version: 9.1.1-dev
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: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,12 @@
22

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

5-
## 9.1.2
6-
* Fix the font size button and migrate to `MenuAnchor`
7-
* The `defaultDisplayText` is no longer required in the font size and header dropdown buttons
8-
9-
## 9.1.1
5+
## 9.1.1-dev
106
* Fix bug [#1636](https://github.com/singerdmx/flutter-quill/issues/1636)
117
* Fix a where you paste styled content (HTML) it always insert a new line at first even if the document is empty
8+
* Fix the font size button and migrate to `MenuAnchor`
9+
* The `defaultDisplayText` is no longer required in the font size and header dropdown buttons
10+
* Add pdf converter in a new package (quill_pdf_converter)
1211

1312
## 9.1.0
1413
* Fix the simple toolbar by add properties of `IconButton` and fix some buttons

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.0
3+
version: 9.1.1-dev
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)