Skip to content

Commit 0b7bdf6

Browse files
author
Ellet
committed
Prepare to release 9.2.9 + fix a typo in the migration guide
1 parent 4661171 commit 0b7bdf6

File tree

7 files changed

+1766
-8
lines changed

7 files changed

+1766
-8
lines changed

dart_quill_delta/CHANGELOG.md

Lines changed: 1740 additions & 1 deletion
Large diffs are not rendered by default.

dart_quill_delta/pubspec.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: dart_quill_delta
22
description: A port of quill-js-delta from typescript to dart
3-
version: 0.0.1
3+
version: 9.2.9
44
homepage: https://github.com/singerdmx/flutter-quill/tree/master/dart_quill_delta/
55
repository: https://github.com/singerdmx/flutter-quill/tree/master/dart_quill_delta/
66
issue_tracker: https://github.com/singerdmx/flutter-quill/issues/
@@ -9,7 +9,6 @@ documentation: https://github.com/singerdmx/flutter-quill/tree/master/dart_quill
99
environment:
1010
sdk: ^3.2.3
1111

12-
# Add regular dependencies here.
1312
dependencies:
1413
collection: ^1.17.0
1514
diff_match_patch: ^0.4.1

doc/migration/8_9.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ For [more details](https://github.com/singerdmx/flutter-quill/discussions/1560)
6565
5. Dependencies changes
6666

6767
1. Add `gal_linux` in `flutter_quill_extensions`
68-
2. Replace `pasteboard` with `rich_cliboard`
68+
2. Replace `pasteboard` with `super_clipboard`
6969
3. Remove `flutter_animate`
7070

7171
6. Optional options for the buttons

flutter_quill_extensions/CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,12 @@
33
All notable changes to this project will be documented in this file.
44

55
## 9.2.9
6-
* Placeholder
6+
* Refactor the type of `Delta().toJson()` to be more clear type
7+
8+
## 9.2.8
9+
* feat: Export Container node as QuillContainer
10+
* fix web cursor position / height (don't use iOS logic)
11+
* Added Swedish translation
712

813
## 9.2.6
914
* [fix selection.affinity always downstream after updateEditingValue](https://github.com/singerdmx/flutter-quill/pull/1682)

flutter_quill_test/CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,12 @@
33
All notable changes to this project will be documented in this file.
44

55
## 9.2.9
6-
* Placeholder
6+
* Refactor the type of `Delta().toJson()` to be more clear type
7+
8+
## 9.2.8
9+
* feat: Export Container node as QuillContainer
10+
* fix web cursor position / height (don't use iOS logic)
11+
* Added Swedish translation
712

813
## 9.2.6
914
* [fix selection.affinity always downstream after updateEditingValue](https://github.com/singerdmx/flutter-quill/pull/1682)

quill_html_converter/CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,12 @@
33
All notable changes to this project will be documented in this file.
44

55
## 9.2.9
6-
* Placeholder
6+
* Refactor the type of `Delta().toJson()` to be more clear type
7+
8+
## 9.2.8
9+
* feat: Export Container node as QuillContainer
10+
* fix web cursor position / height (don't use iOS logic)
11+
* Added Swedish translation
712

813
## 9.2.6
914
* [fix selection.affinity always downstream after updateEditingValue](https://github.com/singerdmx/flutter-quill/pull/1682)

quill_pdf_converter/CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,12 @@
33
All notable changes to this project will be documented in this file.
44

55
## 9.2.9
6-
* Placeholder
6+
* Refactor the type of `Delta().toJson()` to be more clear type
7+
8+
## 9.2.8
9+
* feat: Export Container node as QuillContainer
10+
* fix web cursor position / height (don't use iOS logic)
11+
* Added Swedish translation
712

813
## 9.2.6
914
* [fix selection.affinity always downstream after updateEditingValue](https://github.com/singerdmx/flutter-quill/pull/1682)

0 commit comments

Comments
 (0)