Prepare to release 9.2.9 + fix a typo in the migration guide

pull/1710/head v9.2.9
Ellet 1 year ago
parent 4661171781
commit 0b7bdf6832
  1. 1741
      dart_quill_delta/CHANGELOG.md
  2. 3
      dart_quill_delta/pubspec.yaml
  3. 2
      doc/migration/8_9.md
  4. 7
      flutter_quill_extensions/CHANGELOG.md
  5. 7
      flutter_quill_test/CHANGELOG.md
  6. 7
      quill_html_converter/CHANGELOG.md
  7. 7
      quill_pdf_converter/CHANGELOG.md

File diff suppressed because it is too large Load Diff

@ -1,6 +1,6 @@
name: dart_quill_delta
description: A port of quill-js-delta from typescript to dart
version: 0.0.1
version: 9.2.9
homepage: https://github.com/singerdmx/flutter-quill/tree/master/dart_quill_delta/
repository: https://github.com/singerdmx/flutter-quill/tree/master/dart_quill_delta/
issue_tracker: https://github.com/singerdmx/flutter-quill/issues/
@ -9,7 +9,6 @@ documentation: https://github.com/singerdmx/flutter-quill/tree/master/dart_quill
environment:
sdk: ^3.2.3
# Add regular dependencies here.
dependencies:
collection: ^1.17.0
diff_match_patch: ^0.4.1

@ -65,7 +65,7 @@ For [more details](https://github.com/singerdmx/flutter-quill/discussions/1560)
5. Dependencies changes
1. Add `gal_linux` in `flutter_quill_extensions`
2. Replace `pasteboard` with `rich_cliboard`
2. Replace `pasteboard` with `super_clipboard`
3. Remove `flutter_animate`
6. Optional options for the buttons

@ -3,7 +3,12 @@
All notable changes to this project will be documented in this file.
## 9.2.9
* Placeholder
* Refactor the type of `Delta().toJson()` to be more clear type
## 9.2.8
* feat: Export Container node as QuillContainer
* fix web cursor position / height (don't use iOS logic)
* Added Swedish translation
## 9.2.6
* [fix selection.affinity always downstream after updateEditingValue](https://github.com/singerdmx/flutter-quill/pull/1682)

@ -3,7 +3,12 @@
All notable changes to this project will be documented in this file.
## 9.2.9
* Placeholder
* Refactor the type of `Delta().toJson()` to be more clear type
## 9.2.8
* feat: Export Container node as QuillContainer
* fix web cursor position / height (don't use iOS logic)
* Added Swedish translation
## 9.2.6
* [fix selection.affinity always downstream after updateEditingValue](https://github.com/singerdmx/flutter-quill/pull/1682)

@ -3,7 +3,12 @@
All notable changes to this project will be documented in this file.
## 9.2.9
* Placeholder
* Refactor the type of `Delta().toJson()` to be more clear type
## 9.2.8
* feat: Export Container node as QuillContainer
* fix web cursor position / height (don't use iOS logic)
* Added Swedish translation
## 9.2.6
* [fix selection.affinity always downstream after updateEditingValue](https://github.com/singerdmx/flutter-quill/pull/1682)

@ -3,7 +3,12 @@
All notable changes to this project will be documented in this file.
## 9.2.9
* Placeholder
* Refactor the type of `Delta().toJson()` to be more clear type
## 9.2.8
* feat: Export Container node as QuillContainer
* fix web cursor position / height (don't use iOS logic)
* Added Swedish translation
## 9.2.6
* [fix selection.affinity always downstream after updateEditingValue](https://github.com/singerdmx/flutter-quill/pull/1682)

Loading…
Cancel
Save