Skip to content

Commit

Permalink
2+++++++
Browse files Browse the repository at this point in the history
  • Loading branch information
Ellet committed Dec 5, 2023
1 parent e3a706c commit 8d6a180
Show file tree
Hide file tree
Showing 16 changed files with 4,735 additions and 131 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,12 +43,12 @@ jobs:

- name: Publish flutter_quill_extensions
run: flutter pub publish --force
working-directory: ./flutter_quill_extensions
working-directory: ./flutter_quill_extensions/

- name: Publish flutter_quill_test
run: flutter pub publish --force
working-directory: ./flutter_quill_test
working-directory: ./flutter_quill_test/

- name: Publish quill_html_converter
run: flutter pub publish --force
working-directory: ./packages/quill_html_converter
working-directory: ./packages/quill_html_converter/
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,18 @@

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

## 9.0.0-dev-1
* An attemp to fix CI automated publishing

## 9.0.0-dev
* **Major Breaking change**: The `QuillProvider` is now optional, the `controller` parameter has been moved to the `QuillEditor` and `QuillToolbar` once again.
* Flutter Quill Extensions;
* **Breaking Change**: Completly change the way how the source code structured to more basic and simple way, organize folders and file names, if you use the library
from `flutter_quill_extensions.dart` then there is nothing you need to do, but if you are using any other import then you need to re-imports
embed, this won't affect how quill js work
* Improvemenets to the image embed
* Add support for `margin` for web
* Add untranslated strings to the `quill_en.arb`

## 8.6.4
* The default value of `keyboardAppearance` for the iOS will be the one from the App/System theme mode instead of always using the `Brightness.light`
Expand Down
Loading

0 comments on commit 8d6a180

Please sign in to comment.