File tree Expand file tree Collapse file tree 7 files changed +1766
-8
lines changed
Expand file tree Collapse file tree 7 files changed +1766
-8
lines changed Load Diff Large diffs are not rendered by default.
Original file line number Diff line number Diff line change 11name : dart_quill_delta
22description : A port of quill-js-delta from typescript to dart
3- version : 0.0.1
3+ version : 9.2.9
44homepage : https://github.com/singerdmx/flutter-quill/tree/master/dart_quill_delta/
55repository : https://github.com/singerdmx/flutter-quill/tree/master/dart_quill_delta/
66issue_tracker : https://github.com/singerdmx/flutter-quill/issues/
@@ -9,7 +9,6 @@ documentation: https://github.com/singerdmx/flutter-quill/tree/master/dart_quill
99environment :
1010 sdk : ^3.2.3
1111
12- # Add regular dependencies here.
1312dependencies :
1413 collection : ^1.17.0
1514 diff_match_patch : ^0.4.1
Original file line number Diff line number Diff line change @@ -65,7 +65,7 @@ For [more details](https://github.com/singerdmx/flutter-quill/discussions/1560)
65655 . 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
71716 . Optional options for the buttons
Original file line number Diff line number Diff line change 33All 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 )
Original file line number Diff line number Diff line change 33All 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 )
Original file line number Diff line number Diff line change 33All 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 )
Original file line number Diff line number Diff line change 33All 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 )
You can’t perform that action at this time.
0 commit comments